* {
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

body {
    background-color: #F5F6FC;
    margin: 0;
    padding: 0;
    min-width: 320px;
}

.logo {
    background-image: url("/assets/images/logo.svg");
    margin: 0 auto;
    display: block;
    height: 40px;
    width: 260px;
    background-repeat: no-repeat;
    background-size: 260px;
}

.logo-violet {
    background-image: url("/assets/images/logo-violet.svg");
    height: 20px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 15px;
    margin: 0 15px;
}

.breadcrumb {
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item {
    display: block;
    margin-right: 10px;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #8E5AFF;
}

.contact-us-link {
    color: #8E5AFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

/* HOME PAGE */
.hero {
    background-color: #666ED1;
    background-image: url("/assets/images/hero.png");
    background-position: center;
    text-align: center;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero h1 {
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    max-width: 700px;
    margin: 90px auto 0;
    font-family: "Poppins Black", Arial, Helvetica, sans-serif;
}

.hero p {
    font-size: 14px;
    color: #ffffff;
    max-width: 1060px;
    margin: 15px auto 38px;
}

.hero-content {
    padding-bottom: 60px;
    margin: 20px 20px 0;
}

.hero-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.hero-header h2 {
    font-family: "Poppins Black", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #15006D;
}

.hero-header .all-ingredients-container {
    align-items: center;
    display: flex;
}

.hero-header .all-ingredients {
    display: flex;
}

.hero-header a {
    color: #8E5AFF;
    text-decoration: none;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    gap: 10px;
    align-items: center;
}

.hero-groups {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-group {
    height: 80px;
    box-shadow: 0 9px 20px rgba(122, 125, 153, 0.2);
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.hero-group-image {
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

.hero-group-link {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    color: #000000;
    width: 100%;
}

.link-arrow {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/arrow.svg");
}

.arrow-right {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/arrow-right.svg");
}

.link-arrow-violet {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/arrow-violet.svg");
}

.clear-search {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url("/assets/images/clear-search.svg");
    background-size: 8px;
    background-position: center;

}

/* INGREDIENTS PAGE */

nav.navbar .container {
    height: 80px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

#main-container {
    background-color: #F5F6FC;
    min-height: calc(100vh - 230px);
}

.main-content {
    display: flex;
    gap: 30px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.ingredients-wrapper {
    flex: 1;
    padding-top: 30px;
}

.sidebar-ad-container {
    display: none;
    visibility: hidden;
}

@media screen and (min-width: 1280px) {
    .sidebar-ad-container {
        display: block;
        width: 265px;
        height: 100%;
        margin-top: 136px;
    }
}

.groups-menu .list-group {
    background-color: #F0F1F7;
}

.groups-menu .list-group-item {
    height: 63px;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    color: #2C293B;
    display: flex;
    padding-left: 15px;
    white-space: normal;
    border-bottom: 1px solid #DFE1F8;
    justify-content: space-between;
}

.groups-menu .list-group-item-children .list-group-item {
    padding-left: 0;
}

.groups-menu .list-group-item .plus-sign, .groups-menu .list-group-item .minus-sign, .groups-menu .list-group-item .arrow-down, .groups-menu .list-group-item .arrow-up {
    width: 16px;
    padding-right: 30px;
    padding-left: 30px;
}

.groups-menu .list-group-item .link-item {
    align-items: center;
    display: flex;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
}

.groups-menu .list-group-item .link-item img {
    margin-right: 8px;
}

.groups-menu .list-group-item img {
    max-height: 40px;
    max-width: 40px;
    display: inline-block;
}

.groups-menu .list-group-b-item {
    background-color: #E9EAF0;
    justify-content: space-between;
}

.groups-menu .list-group-c-item {
    color: #7A7D99;
    background-color: #E9EAF0;
}

.groups-menu .list-group-d-item {
    background-color: #DBDFF0;
    color: #7A7D99;
}

.groups-menu .list-group-item.list-group-item-see-all {
    justify-content: center;
    height: 40px;
}

.groups-menu .list-group-item.list-group-item-see-all .list-group-item-text {
    padding: 0;
}

.list-group-item-text {
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
}

.groups-menu .list-group-b-item .list-group-item-text {
    padding-left: 85px;
}

.groups-menu .list-group-c-item .list-group-item-text {
    color: #7A7D99;
    padding-left: 105px;
}

.groups-menu .list-group-d-item .list-group-item-text {
    color: #7A7D99;
    padding-left: 125px;
}

.list-group-item-hidden {
    display: none !important;
}

.list-group-item-shown {
    display: block !important;
}

.arrow-down {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-up {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/arrow-up.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.plus-sign {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.minus-sign {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/assets/images/arrow-up.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.group-info {
    background-color: #FFFFFF;
    box-shadow: 0 9px 20px rgba(122, 125, 153, 0.2);
    border-radius: 16px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    color: #7A7D99;
    padding: 20px;
}

.group-header {
    font-weight: 800;
    font-size: 32px;
    color: #15006D;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Poppins Black", Arial, Helvetica, sans-serif;
}

.group-info img {
    margin: 0 auto;
    max-height: 350px;
    object-fit: contain;
}

.group-info .group-title {
    font-weight: 700;
    size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4E4B59;
}

.group-info .group-text {
    color: #7A7D99;
    font-size: 14px;
    margin-top: 16px;
}

.ingredients-container .ingredient {
    background-color: #FFFFFF;
    box-shadow: 0 9px 20px rgba(122, 125, 153, 0.2);
    border-radius: 16px;
    margin-bottom: 20px;
}

.ingredients-container .ingredient .controls-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    height: 100%;
}

.ingredients-container .ingredient .ingredient-photo {
    width: auto;
    height: 160px;
    flex: none;
    display: flex;
    align-items: center;
}

.ingredients-container .ingredient .ingredient-photo img {
    max-height: 188px;
    max-width: 188px;
    margin: 0 auto;
}

.ingredients-container .ingredient .ingredient-photo a {
    display: block;
    margin: 0 auto;
}

.ingredients-container .ingredient .card-body {
    width: 100%;
    position: relative;
    height: 100%;
    padding-bottom: 25px;
}

.ingredients-container .ingredient .card-title {
    font-weight: 700;
    size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4E4B59;
    text-decoration: none;
}

.ingredients-container .ingredient .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-top: 30px;
    color: #7A7D99;
    font-size: 14px;
}

.ingredients-container .ingredient .card-learn-more {
    display: flex;
    color: #8E5AFF;
    position: absolute;
    right: 0;
    bottom: 0;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    gap: 10px;
}


/* SINGLE INGREDIENT PAGE */
.ingredient-top-ad-wrapper {
    display: flex;
    gap: 30px;
}

.ingredient-top-ad-wrapper > ins:nth-child(2) {
    display: none;
}

.ingredient-top-ad-wrapper > ins:nth-child(3) {
    display: none;
}

@media screen and (min-width: 360px) {
    .ingredient-top-ad-wrapper > ins:nth-child(2) {
        display: block;
    }
}

@media screen and (min-width: 500px) {
    .ingredient-top-ad-wrapper > ins:nth-child(3) {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .ingredient-top-ad-wrapper {
        display: none;
        visibility: hidden;
    }
}

.single-ingredient-ad-wrapper {
    padding: 30px;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .single-ingredient-ad-wrapper {
        display: flex;
        gap: 30px;
    }

    .single-ingredient-container {
        position: relative;
        width: calc(100% - 255px);
    }
}

.single-ingredient-container {
    position: relative;
}

.single-ingredient-container h1 {
    font-weight: 800;
    color: #15006D;
}

.single-ingredient-container .main-ingredient-info {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
}

.single-ingredient-container .ingredient {
    width: 100%;
}

.single-ingredient-container .img-thumbnail {
    height: 100%;
    display: flex;
    align-items: center;
}

.single-ingredient-container .photo-card {
    margin-bottom: 20px;
    height: 354px;
    position: relative;
}

.single-ingredient-container .photo-card img {
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 9px 20px rgb(122 125 153 / 20%);
}

.single-ingredient-container .photo-card .copyright-single {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #7A7D99;
    font-weight: 500;
}

.ingredients-table-wrapper {
    overflow-x: auto;
}

.ingredients-table {
    width: 2130px;
}

.ingredients-table .ingredients-table-header, .ingredients-table .card-body {
    color: #7A7D99;
    font-size: 14px;
    font-weight: 500;
}

.ingredients-table a, .ingredient a, .group-text a {
    text-decoration: underline;
    color: #8E5AFF;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
}

.ingredients-table .my-3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.ingredients-table .border-0 {
    border: 0 !important;
}

.ingredients-table .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(195, 201, 230, 0.2);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
}

.ingredients-table .card-body {
    flex: 1 1 auto;
    padding: 15px;
}

.ingredients-table .row {
    display: flex;
}

.ingredients-table .row > * {
    flex-shrink: 0;
    max-width: 100%;
}

.ingredients-table .row.ingredients-table-header {
    padding: 15px;
}

.ingredients-table .col-md-1 {
    flex: 0 0 auto;
    width: 100px;
}

.ingredients-table .col-md-2 {
    flex: 0 0 auto;
    width: 200px;
}

.ingredients-table .col-md-3 {
    flex: 0 0 auto;
    width: 300px;
}

.ingredients-table .col-md-4 {
    flex: 0 0 auto;
    width: 400px;
}

.ingredients-table .col-md-6 {
    flex: 0 0 auto;
    width: 600px;
}

.ingredients-table .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(143, 161, 255, 0.1);
    border-radius: 0 0 8px 8px;
}

.ingredients-table .card-footer.substitute-note {
    background-image: url("/assets/images/note.svg");
    background-position: 35px;
    background-repeat: no-repeat;
    padding-left: 62px;
    font-size: 14px;
    color: #7A7D99;
    font-weight: 500;
}

.ingredients-table .card-footer.substitute-note .substitute-note-content {
    width: calc(100vw - 170px);
    max-width: 100%;
}

.ingredients-table .card-footer.context-note {
    padding-left: 62px;
    font-size: 14px;
    color: #7A7D99;
    font-weight: 500;
}

.ingredients-table .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.ingredients-table .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.ingredients-table .ingredients-table-header {
    background-color: #8FA1FF;
    color: #F5F6FC;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    align-items: center;
    min-height: 44px;
    border-radius: 8px;
}

.card-body .row .sub-details {
    margin-bottom: 2px;
    margin-top: 2px;
}

.nutritional-table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
}

.nutritional-table.ingredients-table .ingredients-table-header {
    background-color: #8E5AFF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.nutritional-table.ingredients-table .card {
    background-color: rgba(142, 90, 255, 0.1);
}

.ingredients-table .col-md-fixed {
    min-width: 100px;
    white-space: nowrap;
}

.comments-header {
    color: #4E4B59;
    size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.alert {
    border-radius: 12px;
    align-items: center;
    display: flex;
    padding: 10px 15px 10px 44px;
    background-color: rgba(255, 196, 102, 0.3);
    background-image: url("/assets/images/info.svg");
    background-position: 15px;
    background-repeat: no-repeat;
    margin: 10px 0;
    color: #4E4B59;
    font-size: 12px;
    font-weight: 500;
}

.ingredient-underline {
    border-bottom: 1px solid #E4E5EB;
    height: 0;
    margin: 20px 0;
}

.ingredient-info-header {
    color: #C3C9E5;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    display: flex;
}

.ingredient-info-content {
    color: #7A7D99;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
}

.ingredient-pronunciation {
    color: #8FA1FF;
    font-size: 12px;
    font-weight: 500;
    background-image: url("/assets/images/pronunciation.svg");
    background-repeat: no-repeat;
    padding-left: 20px;
}

.ingredient-region {
    background-image: url("/assets/images/region.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.ingredient-dietary {
    background-image: url("/assets/images/dietary.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.ingredient-dietary {
    background-image: url("/assets/images/attribute.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.ingredient-dietary {
    background-image: url("/assets/images/context.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
}

.ingredient-description {
    color: #7A7D99;
    font-size: 14px;
    font-weight: 500;
}

.ingredient-description strong {
    font-weight: bold;
}

.flex-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.flex {
    display: grid;
    width: 100%;
    min-width: 330px;
    gap: 10px;
    grid-template-columns: 32% 32% 32%;
}

.flex-item {
    flex-grow: 1;
    min-width: 100px;
}

.search-input {
    display: flex;
    position: relative;
}

.hero .search-input {
    justify-content: center;
}

.search-input select {
    background-color: #FFFFFF;
    border: 1px solid #C3C9E6;
    border-radius: 32px 0 0 32px;
    height: 44px;
    color: #3843D0;
    font-size: 14px;
    font-weight: 500;
    border-right: none;
    max-width: 25%;
    padding: 0 20px 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-input input {
    height: 44px;
    border: 1px solid #C3C9E6;
    border-right: none;
    border-left: none;
    font-size: 16px;
    font-weight: 500;
    color: #4E4B59;
    padding: 0 10px;
    background: #FFFFFF;
    flex: 1;
    width: 100%;
}

.search-input select:focus, .search-input input:focus, .search-input select:active, .search-input input:active {
    outline: none;
}

.search-input input::placeholder {
    color: #7A7D99;
}

.search-input button {
    background-color: #FFFFFF;
    border: 1px solid #C3C9E6;
    border-radius: 0 32px 32px 0;
    background-image: url("/assets/images/search.svg");
    height: 44px;
    width: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-left: none;
}

.sortable-column-header {
    display: flex;
}

.default-sortable-column-header {
    font-weight: bold;
}

.sortable-column-header img {
    margin-left: 6px;
}

.footer {
    height: auto;
    background-color: #6ECFBD;
    display: flex;
    align-items: unset;
    justify-content: space-between;
    padding: 30px;
    flex-direction: column;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-content a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    margin-right: 40px;
}

.footer-logo {
    text-decoration: none;
    background-image: url("/assets/images/logo.svg");
    height: 20px;
    width: 130px;
    margin-top: 40px;
    background-repeat: no-repeat;
    font-size: 11px;
    padding-top: 25px;
    text-align: center;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    color: #fff;
}

.page-container {
    padding: 30px;
}

.page-header {
    font-weight: 800;
    font-size: 32px;
    color: #15006D;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Poppins Black", Arial, Helvetica, sans-serif;
}

.page-content {
    color: #7A7D99;
    font-size: 14px;
    font-weight: 500;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: center;
    grid-gap: 30px;
}

.pagination li {
    display: block;
}

.pagination a {
    text-decoration: none;
    color: #7A7D99;
}

.pagination .active {
    color: #3843D0;
    text-decoration: underline;
}

.pagination .page-link {
    font-size: 12px;
    font-weight: 500;
}

.show-menu, .show-menu-button {
    display: none
}

.has-groups-menu .show-menu, .has-groups-menu .show-menu-button {
    display: block;
}

.show-menu {
    z-index: 2;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 28px;
    left: 20px;
    cursor: pointer;
    opacity: 0;
}

.show-search {
    z-index: 2;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 28px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
}

.show-menu-button {
    background-image: url("/assets/images/menu.svg");
    height: 24px;
    width: 24px;
    position: absolute;
    top: 28px;
    left: 20px;
}

.show-menu:checked ~ .navbar .container .show-menu-button {
    background-image: url("/assets/images/close.svg");
}

.show-search-button {
    display: block;
    background-image: url("/assets/images/search.svg");
    height: 24px;
    width: 24px;
    position: absolute;
    top: 28px;
    right: 20px;
}

.show-search:checked ~ .navbar .container .show-search-button {
    background-image: url("/assets/images/close.svg");
}

.show-search:checked ~ .navbar .container .logo-violet, .show-search:checked ~ .navbar .container .show-menu-button, .show-search:checked ~ .show-menu {
    display: none;
}

.show-search:checked ~ .navbar .container {
    padding: 0 10px;
}

.show-search:checked ~ .navbar .container .top-search {
    width: 90%;
    display: block;
}

.navbar .top-search {
    display: none;
}

.groups-menu {
    flex: none;
    display: block;
    visibility: hidden;
    overflow: auto;
    position: absolute;
    left: -20px;
    z-index: 1;
    opacity: 0;
    transition: all 0.1s ease;
    width: calc(100% + 40px);
    height: 100%;
    background: rgba(21, 0, 109, 0);
}

.show-menu:checked ~ .container .main-content .groups-menu {
    opacity: 1;
    visibility: visible;
    height: 100%;
    background: rgba(21, 0, 109, 0.3);
}

.groups-menu .list-group {
    transition: all 0.1s ease;
    max-width: 0;
    white-space: nowrap;
}

.show-menu:checked ~ .container .main-content .groups-menu .list-group {
    max-width: 340px;
}

.slide-side-menu .list-group {
    overflow-y: auto;
}

.slide-side-menu .groups-menu {
    min-height: calc(100vh - 80px);
}

#show-categories {
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #3843D0;
}

/* other */
.group-description {
    white-space: break-spaces;
}

#commento {
    padding-top: 16px;
}

.comments-header {
    margin-top: 32px;
}

.ingredient-groups-selector {
    max-height: 300px;
    overflow: auto;
}

.editor-header-controls {
    display: flex;
    justify-content: space-between;
}

.pickable-scrollable-items .list-group {
    max-height: 250px;
    overflow: auto;
}

input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    background-image: url("/assets/images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: right;
    background-position-y: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.hero-ads {
    margin-bottom: 20px;
}

@media (min-width: 700px) {
    .hero-ads {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 700px) {
    .hero {
        min-height: 509px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero-content {
        max-width: 1100px;
        padding: 0 20px;
        margin: 20px auto 60px;
    }

    .hero-groups {
        display: grid;
        grid-template-columns: repeat(auto-fill, 160px);
        justify-content: center;
        grid-gap: 20px;
    }

    .hero-group {
        width: 160px;
        height: 160px;
        box-shadow: 0 9px 20px rgba(122, 125, 153, 0.2);
        border-radius: 12px;
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: unset;
    }

    .hero-group-image {
        margin: 15px auto;
        width: 80px;
        height: 80px;
    }

    .hero-group-link {
        width: auto;
    }

    .search-input input {
        flex: unset;
    }

    .ingredients-container .ingredient {
        background-color: #FFFFFF;
        box-shadow: 0 9px 20px rgba(122, 125, 153, 0.2);
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .ingredients-container .ingredient .controls-container {
        display: flex;
        flex-direction: row;
        padding: 20px;
        gap: 20px;
        height: 100%;
    }

    .ingredients-container .ingredient .card-body {
        width: 100%;
        position: relative;
        height: initial;
        padding-bottom: 25px;
    }

    .ingredients-container .ingredient .ingredient-photo {
        width: 188px;
        height: auto;
        flex: none;
        display: flex;
        align-items: center;
    }

    .single-ingredient-container .main-ingredient-info {
        display: flex;
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        flex-direction: row;
    }

    .single-ingredient-container .photo-card {
        border-radius: 16px;
        margin-bottom: 20px;
        width: 205px;
        height: 205px;
        position: relative;
    }

}

@media (min-width: 900px) {

    .logo {
        background-image: url("/assets/images/logo.svg");
        margin: 0 auto;
        display: block;
        height: 50px;
        width: 325px;
        background-repeat: no-repeat;
        background-size: 325px;
    }

    .logo-violet {
        background-image: url("/assets/images/logo-violet.svg");
        height: 20px;
        width: 130px;
        display: block;
        background-repeat: no-repeat;
        background-position: initial;
        margin: 0;
    }

    .slide-side-menu .logo-violet {
        margin-left: 40px;
    }

    .main-content {
        display: flex;
        gap: 30px;
        margin-right: 30px;
        margin-left: 0;
    }

    .footer {
        height: 150px;
        background-color: #6ECFBD;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
        flex-direction: row;
    }

    .footer-content {
        display: block;
    }

    .footer-content a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
        margin-right: 40px;
    }

    .footer-logo {
        text-decoration: none;
        background-image: url("/assets/images/logo.svg");
        background-repeat: no-repeat;
        height: 20px;
        width: 130px;
        margin-top: initial;
        font-size: 11px;
        padding-top: 25px;
        text-align: center;
        font-weight: 400;
        font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
        color: #fff;
    }

    .groups-menu {
        width: 340px;
        height: auto;
        flex: none;
        display: block;
        visibility: initial;
        overflow: hidden;
        position: static;
        left: auto;
        z-index: 1;
        opacity: 1;
        background: none;
        transition: none;
    }

    .groups-menu .list-group {
        transition: none;
        max-width: initial;
        white-space: normal;
        height: initial;
    }

    .slide-side-menu .groups-menu {
        flex: none;
        display: block;
        visibility: hidden;
        overflow: hidden;
        position: absolute;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: all 0.1s ease;
        width: calc(100% + 30px);
        height: 100%;
        background: rgba(21, 0, 109, 0);
    }

    .slide-side-menu .show-menu:checked ~ .container .main-content .groups-menu {
        opacity: 1;
        visibility: visible;
        height: 100%;
        background: rgba(21, 0, 109, 0.3);
    }

    .slide-side-menu .groups-menu .list-group {
        transition: all 0.1s ease;
        max-width: 0;
        white-space: nowrap;
        height: 100%;
    }

    .slide-side-menu .show-menu:checked ~ .container .main-content .groups-menu .list-group {
        max-width: 340px;
    }

    nav.navbar .container {
        padding: 0 17px;
    }

    .navbar .top-search {
        display: block;
    }

    .navbar .top-search select {
        display: block;
        max-width: initial;
    }

    .navbar .top-search button {
        display: block;
    }

    .navbar .top-search input {
        height: 44px;
        border: 1px solid #C3C9E6;
        border-radius: 0;
        border-right: none;
        border-left: none;
        font-size: 16px;
        font-weight: 500;
        color: #4E4B59;
        padding: 0 10px;
        background: #FFFFFF;
        flex: 1;
        width: 100%;
        margin: 0;
    }

    .search-input input {
        min-width: 400px;
        flex: unset;
    }

    .show-search, .show-menu, .show-menu-button, .show-search-button {
        display: none !important;
    }

    .slide-side-menu .show-menu, .slide-side-menu .show-menu-button {
        display: block !important;
    }

    .single-ingredient-container .main-ingredient-info {
        display: flex;
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        flex-direction: row;
    }

    .single-ingredient-container .photo-card {
        margin-bottom: 20px;
        width: 440px;
        height: 440px;
        position: relative;
    }

    #show-categories {
        display: none;
    }

    .slide-side-menu #show-categories {
        display: inline-block;
    }

}

a.ss-btn {
    font-size: 14px;
    text-decoration: none;
}

.social-share-wrapper-home-container {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
    min-height: 18px;
}

.social-share-wrapper {
    color: #8E5AFF !important;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-right: 40px;
    position: relative;
}

.social-share {
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    background: #8E5AFF;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: initial;
    position: absolute;
    right: 0;
}

/* modal */
.close-modal {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    border: none;
    background: none;
}

.close-modal svg {
    color: #8E5AFF;
}

.hidden {
    display: none;
}

.modal {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    height: auto;
    padding: 3rem 1rem;
    background: #ffffff;
    box-shadow: 0 9px 20px rgb(122 125 153 / 20%);
    border-radius: 16px;
    z-index: 10;
    color: white;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .modal {
        width: 80%;
    }
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.2);
    z-index: 5;
}


/* MARKDOWN */
.markdown-css h1, .markdown-css h2, .markdown-css h3, .markdown-css h4, .markdown-css h5, .markdown-css h6 {
    font-weight: 900;
    margin-bottom: 16px;
    margin-top: 16px;
}

.markdown-css p, .markdown-css ul, .markdown-css ol {
    line-height: 24px;
    margin-bottom: 8px;
}

.markdown-css strong {
    font-weight: 900;
}

.markdown-css a {
    color: #8E5AFF;
    text-decoration: none;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
}

.markdown-css img {
    margin: 20px auto;
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

/* Autocomplete */

.autocomplete-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 5;
    list-style: none;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #C3C9E6;
    outline: 0;
    padding: 0 5px;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    height: 484px;
    overflow-y: scroll;
}

.autocomplete-container > p {
    color: #7A7D99;
    margin: 10px;
    font-size: 14px;
}

.autocomplete-container > a {
    margin: 5px;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid rgba(195, 201, 230, 0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease;
    color: #7A7D99;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
}

.autocomplete-container .search-image {
    display: flex;
    width: 50px;
    height: 30px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.autocomplete-container .search-image > img {
    display: inline;
    max-width: 50px;
    max-height: 30px;
}

.autocomplete-container > a:first-child {
    margin-top: -10px;
}

.autocomplete-container > a:last-child {
    border-bottom: none;
}

.autocomplete-container mark {
    background: none;
    color: #2C293B;
    text-decoration: underline;
    font-weight: 400;
    font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
}

.ql-video {
    max-width: 500px;
    height: 300px;
    width: 100%;
}

body div.cc-window.cc-floating {
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    width: 100%;
    flex-direction: column;
    max-width: 100%;
    border-radius: 0;
    gap: 20px;
}

body div.cc-window.cc-floating .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}

.cc-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cc-header {
    font-weight: bold;
    font-size: 16px;
}

.cc-content {
    display: flex;
    flex-direction: column;
}

.cc-compliance {
    justify-content: center;
    margin-top: 10px;
}

@media (min-width: 700px) {
    .cc-content {
        flex-direction: row;
    }

    .cc-compliance {
        margin-top: -20px;
    }
}

.ad-square {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}

.ad-horizontal {
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.ad-vertical {
    margin-bottom: 20px;
    text-align: center;
    min-height: 230px;
    display: block;
}

.ad-in-feed {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
}