@charset "UTF-8";
/*!
Theme Name: LUVI
Theme URI: http://underscores.me/
Author: Viktor
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: luvi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

LUVI is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/**
  Assign a border style to a component selector.
  @param    integer
  @default  1
*/
/**
  Mixin for setting responsive breakpoints
  @param string | integer
  @default null
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(assets/fonts/fontello/css/fontello.css);
* {
	margin: 0;
	padding: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: 'Raleway';
	src: local("Raleway Black Italic"), local("Raleway-BlackItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway SemiBold Italic"), local("Raleway-SemiBoldItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway ExtraBold Italic"), local("Raleway-ExtraBoldItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-ExtraBoldItalic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Medium Italic"), local("Raleway-MediumItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Bold Italic"), local("Raleway-BoldItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Italic"), local("Raleway-Italic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Thin Italic"), local("Raleway-ThinItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Black"), local("Raleway-Black"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Light Italic"), local("Raleway-LightItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Bold"), local("Raleway-Bold"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway ExtraLight Italic"), local("Raleway-ExtraLightItalic"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-ExtraLightItalic.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Light"), local("Raleway-Light"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Medium"), local("Raleway-Medium"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Thin"), local("Raleway-Thin"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway Regular"), local("Raleway-Regular"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url("/wp-content/themes/luvi/assets/fonts/raleway/Raleway-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1, h2 {
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: .25em;
}

h1 {
	font-size: 2.2em;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: white;
	background-image: url("/wp-content/themes/luvi/assets/img/verge-blanc.jpg");
	background-attachment: scroll;
	overflow-wrap: break-word;
}

#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#primary {
	margin: auto;
	padding: 0 1em;
	margin-top: 5em;
}

article,
.product {
	max-width: 50em;
}

.entrymatter {
	padding: 2em;
	margin: 2em;
	border-radius: .5em;
	box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
	background-color: white;
}

.card {
	padding: 2em;
	margin: 2em;
	background-color: white;
	box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
	.card {
		padding: 1em;
		margin: 1em .25em;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

blockquote {
	border-left: 2px solid #9BBA2E;
	padding-left: 1em;
	margin-left: 1em;
}

/* Links
--------------------------------------------- */
a {
	color: #ad4a08;
	text-decoration-thickness: 1.5px;
}

a:visited {
	color: #ad4a08;
}

a:hover, a:focus, a:active {
	color: #A84808;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 0px;
	border-bottom-left-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 225px;
	transition: all 235ms ease 0s;
	box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
	transition: all 235ms ease-in-out 0s;
	color: white;
	background-color: #8aa526;
	align-self: center;
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	outline: none;
	padding: 0.75rem;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	transform: translate3d(0, 2px, 0);
	box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
	color: white;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus {
	background-color: #657a1d;
	color: white;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited {
	color: white;
}

input[type="number"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

fieldset {
	border: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	max-height: 4em;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.11);
	z-index: 999;
	transition: all 1s;
}

#masthead .header-wrapper {
	width: 100%;
	padding: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#masthead .site-branding {
	height: 4em;
	width: 4em;
	margin-right: 4em;
	transition: all 1s;
}

#masthead .site-branding a {
	max-height: 100%;
}

#masthead .site-branding a img {
	max-height: 3.5em;
	max-width: 3.5em;
	margin: 0.25em;
}

.page-id-17 .site-branding {
	opacity: 0;
}

.admin-bar #masthead {
	top: 32px;
}

.menu-toggle,
.shopping-cart {
	margin: 0;
	width: 4em;
	padding: 0;
	height: 100%;
	background: none;
	color: #404040;
	font-size: 1.5em;
	z-index: 99999;
	box-shadow: unset;
}

.menu-toggle .icon-basket,
.shopping-cart .icon-basket {
	z-index: 99999;
}

.menu-toggle:active, .menu-toggle:focus,
.shopping-cart:active,
.shopping-cart:focus {
	background-color: unset;
}

.menu-toggle:hover,
.shopping-cart:hover {
	color: #404040;
	background-color: unset;
	box-shadow: none;
}

#mini-cart-count {
	position: absolute;
	transform: translate(1.8em, -0.8em);
	font-size: 0.8rem;
	border-radius: 100px;
	background-color: #9BBA2E;
	color: white;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	z-index: 1;
}

#shopping-cart-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

#shopping-cart-wrapper:hover #mini-cart {
	visibility: visible;
	max-height: 100em;
	height: auto;
	opacity: 1;
}

#mini-cart {
	transition: all .25s;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 1rem;
	position: absolute;
	right: 1em;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.28);
	border-radius: 0 0 1em 1em;
	border: 1px solid #e7e7e7;
	border-top: 2px solid #9BBA2E;
	padding: 1.5em 1.5em 1.5em 1.5em;
	width: 20em;
	z-index: 999999;
}

#mini-cart .mini-cart__inner {
	height: 100%;
}

#mini-cart ul {
	visibility: inherit;
	align-items: flex-start;
	flex-direction: column;
	margin: 0;
	padding-bottom: 1em;
	margin-bottom: .5em;
}

#mini-cart li {
	width: 100%;
	margin: 0;
	padding: 0;
}

#mini-cart li .mini-cart__item {
	width: 100%;
	display: flex;
}

#mini-cart li .mini-cart__item .mini-cart__thumbnail-wrapper {
	width: 5rem;
	text-align: center;
	max-height: 7rem;
	margin-right: .5rem;
}

#mini-cart li .mini-cart__item .mini-cart__thumbnail-wrapper a img {
	max-height: 7rem;
	width: auto;
}

#mini-cart li .mini-cart__item .quanitity {
	float: left;
}

#mini-cart li .mini-cart__item .mini-cart__item-description {
	width: 100%;
}

#mini-cart li .mini-cart__item .mini-cart__item-description h3 {
	font-weight: 500;
	text-align: left;
}

#mini-cart li .mini-cart__item .mini-cart__item-description-info {
	width: 100%;
	font-weight: 400;
	margin-top: .6em;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

#mini-cart li .mini-cart__item a.remove_from_cart_button {
	display: inline-block;
	border: 1px solid;
	border-radius: 100px;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.4rem;
	text-align: center;
}

#mini-cart li .mini-cart__item a.remove_from_cart_button:hover {
	color: #ccc #ccc #bbb;
}

#mini-cart li:last-of-type {
	padding-bottom: 1em;
	border-bottom: 1px solid #959595;
}

#mini-cart .mini-cart__total {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
}

#mini-cart .mini-cart__buttons {
	display: flex;
	justify-content: space-between;
}

#mini-cart .mini-cart__buttons a {
	background-color: #9BBA2E;
	color: white;
	border-radius: 0.5em;
	padding: 0.7em;
	font-weight: 700;
	width: auto;
	border: 0px;
	border-bottom-left-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 225px;
}

#mini-cart .mini-cart__buttons a:nth-child(2) {
	margin-left: .5em;
	background-color: #667E0F;
}

.main-navigation {
	display: flex;
	flex-direction: row;
	align-content: flex-end;
	height: 4em;
	width: auto;
}

.main-navigation ul {
	visibility: visible;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	width: auto;
}

.main-navigation ul li {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 1.5em 0 0;
}

.main-navigation ul li:last-of-type {
	margin: 0;
}

.main-navigation ul li a {
	color: #404040;
	text-shadow: 0px 0px 10px rgba(25, 25, 25, 0.2);
}

.main-navigation ul li.menu-item-has-children > a {
	cursor: text;
}

@media only screen and (min-width: 980px) {
	.main-navigation ul li ul.sub-menu {
		display: block;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		transition: all 0.2s;
		margin: 0;
		min-width: 180px;
		background-color: #fff;
		height: auto;
		top: 100%;
		box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.28);
		border: 1px solid #e7e7e7;
		border-top: 2px solid #9BBA2E;
		border-radius: 0 0 1em 1em;
	}
	.main-navigation ul li ul.sub-menu li {
		visibility: inherit;
		display: block;
		width: 95%;
		margin: 0 auto;
		font-size: 1em;
		z-index: 10001;
		width: 100%;
		transition: background-color 0.2s;
		text-align: left;
	}
	.main-navigation ul li ul.sub-menu li:not(:last-child) {
		border-bottom: 1px solid #e7e7e7;
	}
	.main-navigation ul li ul.sub-menu li:hover {
		background-color: #fafafa;
	}
	.main-navigation ul li ul.sub-menu li a {
		width: 100%;
		padding: 1em;
	}
	.main-navigation ul li:hover > ul.sub-menu,
	.main-navigation ul li.focus > ul.sub-menu {
		visibility: visible;
		max-height: 100em;
		opacity: 1;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle {
	display: none;
}

/**
**    Mobile
**/
@media only screen and (max-width: 980px) {
	.main-navigation ul {
		display: flex;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.1s, opacity 0.1s;
		position: absolute;
		margin: 0;
		width: 100%;
		max-height: 0;
		height: 100vh;
		left: 0;
		top: 0;
		flex-direction: column;
		background-color: rgba(255, 255, 255, 0.979);
		z-index: 999;
		justify-content: center;
		align-items: center;
	}
	.main-navigation ul li {
		display: block;
		height: auto;
		margin: 0;
		width: 90%;
		text-align: center;
		font-size: 1.5rem;
	}
	.main-navigation ul li i {
		position: absolute;
	}
	.main-navigation ul li > ul.sub-menu {
		visibility: hidden;
		height: auto;
		max-height: 0;
		transition: max-height 0.5s, visibility 0.5s;
		position: relative;
		overflow: hidden;
	}
	.main-navigation ul li > ul.sub-menu > li {
		font-size: 0.8em;
	}
	.main-navigation ul li.focus > ul.sub-menu {
		visibility: visible;
		max-height: 8em;
		margin: 0.5em 0;
	}
	.main-navigation button {
		width: 3em;
	}
	.main-navigation .menu-toggle {
		display: block;
		box-shadow: 0;
	}
	.main-navigation.toggled ul {
		visibility: visible;
		max-height: 100vh;
		opacity: 1;
	}
	#mini-cart {
		display: none;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

footer.site-footer {
	margin-top: 5em;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.11);
	background-color: white;
}

footer.site-footer .newsletter {
	background: #f9f9f9;
	width: 100%;
	height: 2em;
}

footer.site-footer .footer-container {
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	height: auto;
	padding: 0.5em 1em 0 1em;
}

footer.site-footer .footer-container > div {
	box-shadow: 0;
	border: 0;
	flex-basis: 20%;
	flex-grow: 2;
	flex-shrink: 1;
	padding: 1em;
}

footer.site-footer .footer-container > div h2 {
	display: inline-block;
	font-size: 1.3em;
}

footer.site-footer .footer-container > div a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	text-decoration: none;
	font-size: 1.2em;
}

footer.site-footer .footer-container > div a i {
	margin-right: 0.25em;
}

footer.site-footer .footer-container > div.bio {
	text-align: center;
	flex-basis: 10em;
	flex-grow: 0;
	flex-shrink: 3;
}

footer.site-footer .footer-container > div.bio img {
	display: block;
	width: 5.5em;
	margin: auto;
}

footer.site-footer .footer-container #menu-footer-menu, footer.site-footer .footer-container #menu-product-menu {
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
}

.footer-blume-wrapper {
	text-align: center;
	width: 100%;
	flex-basis: 13em;
	flex-grow: 0;
	height: 13em;
	overflow: hidden;
}

.footer-blume-wrapper img {
	width: 15em;
}

@media only screen and (max-width: 980px) {
	footer .footer-container > div {
		flex-basis: 45%;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: auto;
}

.updated:not(.published) {
	display: none;
}

#primary > :not(.post-24494):not(.post-24496):not(.post-24498):not(.post-24537):not(.post-17):not(.post-7073):not(.post-26849):not(.woocommerce-notices-wrapper):not(.post-27697) {
	text-align: left;
	max-width: 50em;
	padding: 2em;
	margin: 2em;
	background-color: white;
	box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
	margin: auto;
	margin-bottom: 2em;
}

@media screen and (max-width: 49.5em) {
	#primary > :not(.post-24494):not(.post-24496):not(.post-24498):not(.post-24537):not(.post-17):not(.post-7073):not(.post-26849):not(.woocommerce-notices-wrapper):not(.post-27697) {
		padding: 1em;
		margin: 1em .25em;
	}
}

#primary > #post-7073 {
	max-width: 65em;
}

@media only screen and (max-width: 980px) {
	#primary {
		margin: 5em 2em 1em;
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	#primary {
		margin: 5em 1em 1em;
		padding: 0;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/**
	Startseite
*/
body.page-id-17 .post-17 .logo_schriftzug_container {
	width: min-content;
	padding: 4em;
	margin: auto;
	text-align: center;
}

body.page-id-17 .post-17 .logo_schriftzug_container p {
	margin-bottom: 0;
}

body.page-id-17 .post-17 #logo {
	width: 12em;
	margin: auto;
}

body.page-id-17 .post-17 #schriftzug {
	margin: auto;
	width: 10em;
}

body.page-id-17 .post-17 h1,
body.page-id-17 .post-17 h2,
body.page-id-17 .post-17 h3 {
	text-align: center;
}

body.page-id-17 .post-17 ul {
	list-style: none;
	margin: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

body.page-id-17 .post-17 ul li {
	margin: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.page-id-17 .post-17 ul li img {
	margin: auto;
	display: block;
	width: auto;
	height: auto;
	max-height: 10em;
	max-width: 10em;
}

#post-7073 .haendlerliste li.laden {
	margin: auto;
}

.rezept-uebersicht h2 a {
	font-weight: 700;
	text-decoration: none;
	color: #404040;
}

.rezept-uebersicht ul {
	list-style-type: none;
	margin-left: 0;
}

article.rezept > header {
	font-family: 'Merriweather', serif;
}

.rezeptinhalt {
	margin-top: 1em;
}

.rezeptinhalt .rezeptbild {
	width: 40%;
	float: left;
}

.rezeptinhalt .rezeptbild img {
	width: 100%;
}

.rezeptinhalt .pre-rezept {
	width: 55%;
	float: right;
}

.anleitung-rezept {
	clear: both;
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
}

.anleitung-rezept > div {
	flex-basis: 48%;
}

.anleitung-rezept .trenner {
	border-left: 1px solid #aaa;
	flex-basis: 1px;
	flex-grow: 0;
}

.entry-footer {
	display: none;
}

.buttonwrap, .luviurl {
	display: none;
}

@media only screen and (max-width: 768px) {
	.anleitung-rezept {
		display: block;
	}
}

#map {
	position: relative;
	width: 100vw;
	height: 50em;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}

.leaflet-popup-content .vendor-card {
	margin: 0;
	padding: 0;
	border: none;
}

.leaflet-popup-content .vendor-card ul {
	margin-left: 1em;
}

.leaflet-popup-content .vendor-card ul li {
	border: none;
	margin: 0;
}

.leaflet-popup-content .vendor-card .products {
	margin-top: 1em;
}

#vendors {
	display: inline-block;
	text-align: left;
	white-space: normal;
}

#vendors .card {
	width: auto;
}

#vendors h1 {
	width: 100%;
	text-align: center;
}

#vendors h2 {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#vendors h3 {
	margin-bottom: 1em;
}

#vendors li {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#vendors .info {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#vendors .contact {
	min-width: 15em;
	max-width: 50%;
	margin-bottom: 2em;
	margin-right: 1em;
}

#vendors .contact p {
	margin-top: 1em;
}

#vendors .products {
	min-width: 10em;
	flex-grow: 2;
}

.vendorlist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.vendor-card {
	margin: 1em;
	padding: 1em;
	border: 1px solid #eee;
}

.page-id-7073 main#primary {
	margin-top: 4em;
}

.page-id-7073 main#primary .entry-content {
	text-align: center;
}

article#post-7073 {
	margin-top: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/**
 * Ratings and Comments
 */
#comments {
	text-align: left;
}

#comments ol {
	list-style: none;
}

#comments ol li .comment_container {
	display: flex;
	text-align: left;
	margin: 2em 0;
	border-bottom: 1px solid #e7e7e7;
}

#comments ol li .comment_container .comment-text {
	width: 100%;
}

#comments ol li .comment_container img {
	height: min-content;
	margin-right: 1em;
}

#comments ol li .comment_container .star-rating {
	float: right;
}

#comments ol li .comment_container .meta {
	float: left;
}

#comments ol li .comment_container .description {
	clear: both;
}

@media screen and (max-width: 49.5em) {
	#comments ol {
		margin: 0;
	}
	#comments ol li .comment_container {
		display: block;
	}
	#comments ol li .comment_container .star-rating {
		float: unset;
		clear: both;
		margin: auto;
	}
	#comments ol li .comment_container img {
		display: none;
	}
}

#respond {
	text-align: left;
}

#respond #reply-title {
	font-weight: 600;
}

#respond .comment-form label {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/
@media only screen and (min-width: 770px) {
	div.product::before,
	.post::before,
	.page::before,
	.post-17::before {
		content: "";
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 60vh auto;
		position: fixed;
		mix-blend-mode: darken;
		width: 100%;
		height: 100vh;
		bottom: 0;
		left: 0;
		z-index: -1;
		opacity: .7;
	}
	div.product::after,
	.post::after,
	.page::after,
	.post-17::after {
		content: "";
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 60vh auto;
		position: fixed;
		mix-blend-mode: darken;
		width: 100%;
		height: 100vh;
		bottom: 0;
		right: 0;
		z-index: -1;
		opacity: .7;
	}
	/**
    Startseite
*/
	.page-id-17 article::before {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/einkorn1.png");
		background-size: 55vh;
		background-position: bottom right;
		opacity: 1;
	}
	.page-id-17 article::after {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/brennessel.png");
		background-position: left bottom;
		background-size: 50vh;
		opacity: 1;
	}
	/**
    Custom Shop Page
*/
	article.post-27697.Misos::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/helles-miso.png");
		background-size: 40vh;
	}
	article.post-27697.Misos::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/cashew2.png");
		background-size: 45vh;
	}
	article.post-27697.Saucen::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/einkorn1.png");
		opacity: .9;
	}
	article.post-27697.Saucen::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/einkorn2.png");
		background-size: 30vh;
	}
	article.post-27697.Delikatessen::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/gelbe_blume.png");
		background-size: 20vh;
	}
	article.post-27697.Delikatessen::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/zitron.png");
		opacity: .9;
		background-position: right center;
		background-size: 25vh;
	}
	article.post-27697.Bucher::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/buchstapel.webp");
		background-position: left bottom;
		background-size: 45vh;
		width: 50vw;
	}
	article.post-27697.Bucher::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/buch.webp");
		background-position: right;
		background-size: 40vh;
		opacity: 0.9;
	}
	article.post-27697.Geschenke::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/gutschein_hintergrund_links.webp");
		background-position: left bottom;
		background-size: 45vh;
		width: 50vw;
	}
	article.post-27697.Geschenke::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/gutschein_hintergrund_rechts.webp");
		background-position: right;
		background-size: 45vh;
		width: 60vw;
		opacity: 0.9;
	}
	article.post-27697.Chilisaucen::before {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/chili1.png");
		background-size: 50vh;
		opacity: .95;
		background-position: left bottom;
	}
	article.post-27697.Chilisaucen::after {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/chili5.png");
		opacity: .9;
		background-position: right bottom;
		background-size: 70vh;
	}
	/**
    Misos
*/
	article.post-24494::before,
	div.product::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/helles-miso.png");
		background-size: 40vh;
	}
	article.post-24494::after,
	div.product::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/cashew2.png");
		background-size: 45vh;
	}
	/**
    Saucen
*/
	article.post-24496::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/einkorn1.png");
		opacity: .9;
	}
	article.post-24496::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/einkorn2.png");
		background-size: 30vh;
	}
	/**
    Weitere Produkte
*/
	article.post-24498::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/gelbe_blume.png");
		background-size: 20vh;
	}
	article.post-24498::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/zitron.png");
		opacity: .9;
		background-position: right center;
		background-size: 25vh;
	}
	/**
    Chilisaucen Übersicht
**/
	article.post-24537::before {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/chili1.png");
		background-size: 50vh;
		opacity: .95;
		background-position: left bottom;
	}
	article.post-24537::after {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/chili5.png");
		opacity: .9;
		background-position: right bottom;
		background-size: 70vh;
	}
	/**
    Händler
**/
	article.post-7073::after {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/pflanze.png");
		background-size: 30vh;
		opacity: .95;
		background-position: left bottom;
	}
	article.post-7073::before {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/spitzwegerich.png");
		opacity: .9;
		background-position: right bottom;
		background-size: 28vh;
	}
	/**
    Chilisaucen Einzelprodukt
**/
	div.product_cat-chilisauce::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/chili2.png");
		background-size: 60vh;
		opacity: .95;
	}
	div.product_cat-chilisauce::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/chili3.png");
		opacity: .9;
		background-position: center right;
		background-size: 90vh;
		margin-left: -100vw;
		padding-left: 100vw;
		margin-right: -10vw;
		padding-right: 10vw;
	}
	/**
    Single products
*/
	div.product.helles-miso::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/helles-miso.png");
		background-size: 50vh;
	}
	div.product.helles-miso::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/helles-miso2.png");
		background-size: 40vh;
		opacity: .8;
	}
	div.product.mohnmiso::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/mohn1.png");
		background-size: auto 60vh;
		background-position: left bottom;
		opacity: .9;
	}
	div.product.mohnmiso::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/mohn2.png");
		background-size: auto 75vh;
		background-position: right bottom;
		opacity: 1;
	}
	div.product.cashewmiso::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/cashew1.png");
		background-size: auto 75vh;
		opacity: .9;
	}
	div.product.cashewmiso::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/cashew2.png");
		background-size: auto 75vh;
		opacity: 1;
	}
	div.product.bio-mugi-miso::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/mugi1.png");
		background-size: auto 75vh;
		opacity: .9;
	}
	div.product.bio-mugi-miso::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/mugi2.png");
		background-size: auto 75vh;
		background-position: bottom right;
		opacity: 1;
	}
	div.product.hellesojasauce::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/helle-sojasauce1.png");
		opacity: 1;
		background-size: 60vh;
	}
	div.product.hellesojasauce::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/helle-sojasauce2.png");
		background-size: 25vh;
	}
	div.product.kurbiskernshoyu::before, div.product.kuerbiskernmiso::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/kurbis2.png");
		opacity: .9;
		background-position: right;
		background-size: 30vh;
	}
	div.product.kurbiskernshoyu::after, div.product.kuerbiskernmiso::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/kurbis1.png");
		background-size: 30vh;
		background-position: left center;
	}
	div.product.bio-einkorn-shoyu::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/einkorn1.png");
		opacity: .9;
	}
	div.product.bio-einkorn-shoyu::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/einkorn2.png");
		background-size: 30vh;
	}
	div.product.bio-salzzitronen::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/zitron.png");
		background-position: right center;
		background-size: 35vh;
		opacity: .8;
	}
	div.product.bio-salzzitronen::after {
		background-position: right center;
		background-size: 35vh;
	}
	div.product.bio-dunkle-shoyu::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/DS100-BG.png");
		background-position: left top;
		background-size: 60vh;
		opacity: 1;
	}
	div.product.bio-dunkle-shoyu::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/DS100-BG2.png");
		background-position: right bottom;
		background-size: 45vh;
	}
	div.product.smoked-mushroom-shoyu-limited-edition::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/shrooms_links.png");
		background-position: left top;
		background-size: 45vh;
		opacity: 1;
	}
	div.product.smoked-mushroom-shoyu-limited-edition::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/shrooms_rechts.png");
		background-position: right bottom;
		background-size: 45vh;
	}
	div.product.bio-garum::before, div.product.der-fischer-und-der-koch::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/06_b.png");
		background-position: left bottom;
		background-size: 45vh;
		width: 50vw;
	}
	div.product.bio-garum::after, div.product.der-fischer-und-der-koch::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/07_b.png");
		background-position: left;
		background-size: 80vh;
		width: 60vw;
		transform: scaleX(-1);
		opacity: 0.9;
	}
	div.product.gutscheinkarte::before, div.product.geschenkkarte::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/gutschein_hintergrund_links.webp");
		background-position: left bottom;
		background-size: 45vh;
		width: 50vw;
		transform: translateY(-10vh);
	}
	div.product.gutscheinkarte::after, div.product.geschenkkarte::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/gutschein_hintergrund_rechts.webp");
		background-position: right;
		background-size: 45vh;
		width: 60vw;
		opacity: 0.9;
	}
	div.product.bio-brotmiso::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/brotmiso_hintergrund_links.webp");
		background-position: left bottom;
		background-size: 45vh;
		width: 50vw;
		transform: translateY(-10vh);
	}
	div.product.bio-brotmiso::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/brotmiso_hintergrund_rechts.webp");
		background-position: right bottom;
		background-size: 30vh;
		width: 60vw;
		opacity: 0.9;
	}
	div.product.post-32163::before {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/Shio_hintergrund_1.webp");
		background-position: left bottom;
		background-size: 45vh;
		width: 50vw;
		transform: translateY(30vh);
	}
	div.product.post-32163::after {
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/Shio_hintergrund_2.webp");
		background-position: right bottom;
		background-size: 45vh;
		width: 60vw;
		transform: translateY(2vh);
		opacity: 0.9;
	}
	/**
    Posts
*/
	.post::after {
		width: 100vw;
		background-image: url("/wp-content/themes/luvi/assets/img/pictures/Haengepflanze.png");
		background-position: top right;
		background-size: 40vh;
	}
}

@media only screen and (min-width: 770px) and (max-width: 1000px) {
	div.product::before {
		width: 5em;
	}
	div.product::after {
		width: 5em;
	}
}

@media only screen and (min-width: 770px) and (max-width: 1200px) {
	div.product::before,
	.post::before,
	.page::before,
	article.post-17::before {
		width: 100%;
		background-size: 100vw !important;
		background-position: bottom left;
	}
	div.product::after,
	.post::after,
	.page::after,
	article.post-17::after {
		display: none;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Borders
--------------------------------------------- */
.border {
	border-style: solid;
	border-width: 2px;
}

.border,
.border-1,
.child-borders > *:nth-child(6n+1) {
	border-bottom-left-radius: 15px 255px;
	border-bottom-right-radius: 225px 15px;
	border-top-left-radius: 255px 15px;
	border-top-right-radius: 15px 225px;
}

.border-2,
.child-borders > *:nth-child(6n+2) {
	border-bottom-left-radius: 185px 25px;
	border-bottom-right-radius: 20px 205px;
	border-top-left-radius: 125px 25px;
	border-top-right-radius: 10px 205px;
}

.border-3,
.child-borders > *:nth-child(6n+3) {
	border-bottom-left-radius: 225px 15px;
	border-bottom-right-radius: 15px 255px;
	border-top-left-radius: 15px 225px;
	border-top-right-radius: 255px 15px;
}

.border-4,
.child-borders > *:nth-child(6n+4) {
	border-bottom-left-radius: 25px 115px;
	border-bottom-right-radius: 155px 25px;
	border-top-left-radius: 15px 225px;
	border-top-right-radius: 25px 150px;
}

.border-5,
.child-borders > *:nth-child(6n+5) {
	border-bottom-left-radius: 20px 115px;
	border-bottom-right-radius: 15px 105px;
	border-top-left-radius: 250px 15px;
	border-top-right-radius: 25px 80px;
}

.border-6,
.child-borders > *:nth-child(6n+6) {
	border-bottom-left-radius: 15px 225px;
	border-bottom-right-radius: 20px 205px;
	border-top-left-radius: 28px 125px;
	border-top-right-radius: 100px 30px;
}

.child-borders > * {
	border-style: solid;
	border-width: 2px;
}

.border-dotted {
	border-style: dotted;
}

.border-dashed {
	border-style: dashed;
}

.border-thick {
	border-width: 5px;
}

/*# sourceMappingURL=style.css.map */