@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.happyendstore.de/wp-content/themes/woodmart/fonts/woodmart-font-2-700.woff2?v=8.2.6") format("woff2");
}

:root {
	--wd-header-banner-h: 60px;
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(17,112,73);
	--wd-alternative-color: rgb(155,218,61);
	--wd-link-color: rgb(30,115,190);
	--wd-link-color-hover: rgba(30,115,190,0.36);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(17,112,73);
	--btn-accented-bgcolor-hover: rgb(0,76,52);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(221,104,104);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(237,142,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgba(255,255,255,0);
	background-image: url(https://www.happyendstore.de/wp-content/uploads/2024/06/grocery-page-title-green.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: inherit;
	background-position: center bottom;
}
.wd-footer {
	background-color: rgb(55,56,57);
	background-image: none;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: rgb(61,61,61);
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title a:hover {
	color: rgb(147,147,147);
}
.price.price-unit.smaller.wc-gzd-additional-info.wc-gzd-additional-info-loop {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 10px;
	color: rgb(58,58,58);
}
.price.price-unit.smaller.wc-gzd-additional-info.wc-gzd-additional-info-loop:hover {
	color: rgb(68,68,68);
}
.wd-carousel .product-labels .product-label.attribute-label {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 10px;
}
.grundpreissingel {
	font-size: 8px;
	color: rgb(163,163,163);
}
.product-labels .product-label.onsale {
	background-color: rgb(219,50,72);
}
.product-labels .product-label.new {
	background-color: rgb(17,112,73);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(216,216,216);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(255,176,58);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 30px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


@font-face {
	font-family: "Cardenio Modern";
	font-weight: 400;
	font-style: normal;
}

.available-on-backorder {
    color: #db9b1f !important;
    font-weight: bold !important;
}

.product-grid-item {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Leichter Schatten */
    transition: box-shadow 0.3s ease-in-out; /* Weiche Übergänge */
		border-radius: 10px;
}
.product-grid-item:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Stärkerer Schatten beim Hover */
		border-radius: 10px;
}
.kategoriekachel {
    color: white; /* Textfarbe */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important; /* Schatten: horizontal, vertikal, Unschärfe, Farbe */
}
.attribute-label {
		text-wrap: nowrap;
}@media (min-width: 577px) and (max-width: 767px) {
	.whb-header-bottom .whb-col-mobile .wd-header-nav {
  max-width: 100%;
}

.whb-header-bottom .whb-col-mobile .wd-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
	-webkit-overflow-scrolling: auto;
}

.whb-header-bottom .whb-col-mobile .wd-nav>li {
  flex: 0 0 auto;
  margin-right: 10px;
}
}

@media (max-width: 576px) {
	.product-labels .product-label.out-of-stock {
    font-size: 9px;
}
.whb-header-bottom .whb-col-mobile .wd-header-nav {
  max-width: 100%;
}

.whb-header-bottom .whb-col-mobile .wd-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
			-webkit-overflow-scrolling: auto;
}

.whb-header-bottom .whb-col-mobile .wd-nav>li {
  flex: 0 0 auto;
  margin-right: 10px;
}
}

