:where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

h1, h2 {
	margin: 1rem 0 1.5rem;
}

h3 {
	margin: 1.5rem 0 .5rem;
}

p {
	margin: 0;
}

#wp--skip-link--target p + p:not(.form-row-last) {
	margin-top: 1rem;
}

a,
a *,
a:before,
a:after,
button,
button * {	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

strong {
	font-weight: 600;
}



#header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 100;
	padding: 1rem .8rem .5rem;
	text-align: center;
	
	-webkit-box-shadow: 0 0 .6rem 0 rgba(0,0,0,.1);
	box-shadow: 0 0 .6rem 0 rgba(0,0,0,.1);
}

#logo {
	margin: 0 auto;
	display: inline-block;
	max-width: 20rem;
	width: 55%;
}

body.tu-felix-austria #logo {
	margin:	-1rem 5rem 0;
	width: 17vw;
	max-width: 5.6rem;
	line-height: 0;
	top: .5rem;
	position: relative;
}

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


#nav {
	position: absolute;
	background:#fff;
	width: 80vw;
	max-width: 18rem;
	left: -100vw;
	top: 100%;
	z-index: 101;
	height: calc(100vh - 100%);
	overflow: scroll;
	box-sizing: border-box;
	
	-webkit-box-shadow: 0 .6rem .6rem 0 rgba(0,0,0,.1);
	box-shadow: 0 .6rem .6rem 0 rgba(0,0,0,.1);
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.nav-open #nav {
	left: 0;
}

#header li {
	list-style: none;
	text-align: left;
}

#header a {
	text-decoration: none;
	outline: none;
}

#nav-menu ul {
	padding: 0;
	margin: 6vh 1rem 0 2rem;
}

#nav-menu li {
	padding-bottom: .9rem;
}

#nav-menu a {
	font-size: 1.5rem;
	display: inline-block;
	border-bottom: .063rem solid transparent;
	line-height: 1.1;
}
#nav-menu a:hover,
#nav-menu a:focus {
	border-color: #333;
}

#nav-left {
	margin: 10vh 1rem 1rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	text-align: left;
}

#nav-left img {
	height: 3rem;
	width: auto;
}

#nav-left .to-instagram img {
	filter: brightness(0) saturate(100%) invert(25%);
}
#nav-left .to-instagram:hover img {
	filter: none;
}

#nav-left .to-tu-felix-austria img {
	height: 7rem;
}

#nav-left .to-weingaertnerei {
	width: 100%;
}

#nav-left .to-weingaertnerei img {
	width: 100%;
	height: auto;
	margin-left: -.5rem;
}

#nav-right {
	position: absolute;
	right: 0;
	top: calc(50% - .7rem);
}

#nav-right .to-cart {
	position: relative;
	padding: 0 .8rem 0 .4rem;
}

#nav-right .to-cart span:empty {
	display: none;
}

#nav-right .to-cart span {
	position: absolute;
	top: -.7rem;
	right: .5rem;
	background: #9c1118;
	border-radius: 50%;
	color: #fff;
	font-size: .7rem;
	text-wrap: center;
	width: 1.05rem;
	padding: .14rem 0 0;
}

#nav-right img {
	height: 1.4rem;
}


#res-nav {
	position: absolute;
	left: .8rem;
	top: calc(50% - .6rem);
	width: 2rem;
	height: 1.2rem;
	background: none;
	cursor: pointer;
	z-index: 2;
	display: block;
	border: none;
	outline: none;
}

#res-nav:before,
#res-nav:after,
#res-nav span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	height: .2rem;
	border-radius: 1rem;
	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#res-nav:before {
	top: 0;
}

#res-nav span,
.nav-open #res-nav:before,
.nav-open #res-nav:after {
	top: calc(50% - .1rem);
}

.nav-open #res-nav span {
	opacity: 0;
}

.nav-open #res-nav:before {
	transform: rotate(45deg);
}

.nav-open #res-nav:after {
	transform: rotate(-45deg);
}
/*
#header + main {
	margin-top: 0;
}



#header + main > .wp-block-group > .entry-content > *:first-child:not(.wp-block-cover.alignfull) {
	margin-top: 3.5rem;
	margin-top: clamp(3.5rem, 17vw, 5.563rem);
}
*/

#wp--skip-link--target {
	margin-top: 18vw;
}

#header + main > .wp-block-group > .entry-content > .wp-block-cover.alignfull:first-child {
	margin-top: -18vw;
}

.entry-content .wp-block-group.alignfull:not([id=""]) {
	padding-top: 5.5rem;
	padding-bottom: 5rem;
}


#footer {
	border-top: .063rem solid #333;
	width: 90%;
	max-width: 75rem;
	margin: 4rem auto;
	text-align: center;
	padding-top: 2rem;
}

#nav-footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 3rem;
	text-align: center;
}

#nav-footer li {
	margin-bottom: .3rem;
}

#footerlogo {
	width: 70%;
	max-width: 13rem;
	margin: 0 auto;
	display: block;
}


#footer-right {
	margin-top: 3rem;
}

#footer-right p {
	margin: 0 0 .5rem;
}

img.payment-methods {
	max-width: 15rem;
}



.wc-block-product-categories-list {
	text-align: center;
	padding: 0;
}

.wc-block-product-categories-list li {
	list-style: none;
	display: inline-block;
	margin: 0 1rem .6rem;
	text-transform: uppercase;
}

.wc-block-product-categories-list li a,
.wc-block-product-categories-list li span {
	cursor: pointer;
	text-decoration: none;
	border-bottom: .063rem solid transparent;
	outline: none;
	line-height: 1.2;
	display: inline-block;
	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.wc-block-product-categories-list li.act a,
.wc-block-product-categories-list li a:hover,
.wc-block-product-categories-list li a:focus,
.wc-block-product-categories-list li.act span,
.wc-block-product-categories-list li span:hover,
.wc-block-product-categories-list li span:focus {
	border-color: #333;
}


ul.wc-block-product-template {
	gap: 0;
}

ul.wc-block-product-template.columns-4 {
	grid-template-columns: repeat(2, 1fr);
}

.wc-block-product-template li {
	background-color: rgba(24, 81, 98, .1);
	position: relative;
	overflow: hidden;
	display: block;

	-webkit-transition: transform .4s;
	-moz-transition: transform .4s;
	-ms-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
}

.wc-block-product-template:not(.filtered) li:nth-of-type(4n+2),
.wc-block-product-template:not(.filtered) li:nth-of-type(4n+3),
#wp--skip-link--target .wc-block-product-template.filtered li.bg-2 {
	background-color: rgba(24, 81, 98, .15);
}

body.tu-felix-austria #wp--skip-link--target .wc-block-product-template li {
	background: #fff !important;
	outline: .063rem solid #333;
	margin-top: .063rem;
}

body.tu-felix-austria #wp--skip-link--target .wc-block-product-template li:last-of-type {
	margin-right: .063rem;
}

.wc-block-product-template li.product-hidden {
	position: fixed;
	left: -9999px;
	visibility: hidden;
}

.wc-block-product-template.filtering li {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}



.wc-block-product-template .wc-block-components-product-image {
	padding-top: 3.2rem;
}

body.tu-felix-austria .wc-block-product-template .wc-block-components-product-image {
	padding: 5rem 4vw 1rem;
	min-height: 12.2rem;
}

body.tu-felix-austria .wc-block-product-template .wc-block-components-product-image img {
	object-fit: unset !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

.wc-block-product-template h3 a {
	position: absolute;
	left: 0;
	right: 2rem;
	top: 0;
	padding: 1.3rem;
	font-size: 1.1rem;
	text-align: left;
}

.wc-block-product-template a {
	text-decoration: none;
	outline: none;
}

.wc-block-product-template h3 + .wp-block-columns {
	gap: .5rem;
	margin-bottom: 1rem;
}

.wc-block-product-template .wc-block-components-product-image .wc-block-components-product-sale-badge {
	background: #9c1118;
	color: #fff;
	border:none;
	padding:.5rem 2rem .3rem;
	top: 1rem;
	right: -2rem;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wc-block-product-template li:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.wc-block-components-product-price ins {
	font-weight: 600;
}

.wc-block-product-template .wp-block-button {
	position: relative;
}

.wc-block-product-template li.outofstock::after {
	content: "ausgetrunken";
	text-transform: uppercase;
	background: rgba(24, 81, 98, .8);
	color: #fff;
	padding: .7rem 4rem .5rem;
	bottom: 2.2rem;
	right: -3.9rem;
	position: absolute;
	font-size: .85rem;
	font-weight: 600;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wc-block-product-template li.outofstock .wp-block-button {
	display: none;
}

.wc-block-product-template .wp-block-button .wp-block-button__link {
	padding: .7rem 1.2rem .5rem;
	font-size: 1rem;
	outline: none;
}
.wc-block-product-template .wp-block-button .wp-block-button__link:hover,
.wc-block-product-template .wp-block-button .wp-block-button__link:focus {
	color: #9c1118;
	border-color: #9c1118;
}

.wc-block-product-template .wp-block-button > span {
	position: absolute;
	bottom: 111%;
	right: auto;
	left: auto;
	min-width: 9.5rem;
}

.wc-block-product-template .wp-block-button .added_to_cart {
	font-size: .9rem;
	background: #9c1118;
	color: #fff;
	text-decoration: none;
	padding: .9rem 0 .7rem;
	border-radius: 99em;
	text-align: center;
}



.wp-block-woocommerce-product-image-gallery .onsale {
	display: none;
}

.woocommerce-product-gallery__image {
	pointer-events: none !important;
	cursor: default !important;
}


.woocommerce div.product p.stock.out-of-stock {
	background: #333;
	color: #fff;
	padding: .5rem .8rem .35rem;
	display: inline-block;
}