/** Shopify CDN: Minification failed

Line 87:24 Unterminated string token

**/
.elv-garantie-tooltip-wrap{
  position:relative;
  display:inline-flex;
  margin-bottom:-10px;
}

.elv-garantie-tooltip-icon{
  width:16px;
  height:16px;
  cursor:pointer;
  filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
  position:relative;
  top:3px;
}

.elv-garantie-tooltip-box{
  position:absolute;
  bottom:calc(100% + 8px);
  left:50%;
  transform:translateX(-50%);
  background:#111;
  color:#fff;
  font-size:12px;
  padding:8px 10px;
  border-radius:6px;
  width:220px;
  opacity:0;
  visibility:hidden;
  transition:opacity .2s;
  text-align:center;
}

.elv-garantie-tooltip-box::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  border:6px solid transparent;
  border-top-color:#111;
}

.elv-garantie-tooltip-wrap:hover .elv-garantie-tooltip-box{
  opacity:1;
  visibility:visible;
}

.jdgm-rev .jdgm-rev__buyer-badge-wrapper {
    display: none;
}

.jdgm-rev__author:after {
	content: 'Verifiziert'!important;
    color: white;
    background-color: #189653;
	border-radius: 10px;
	font-size: 12px;
	margin-left:5px;
	padding: 1px 9px 1px 9px;
}


.jdgm-rev__icon:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    color: white;
    border: none;
    font-family: "JudgemeIcons";
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    content: "\e001"!important;
	border-radius: 10px;
}


#shopify-buyer-consent {
	display:none"important;
}

.shopify-payment-button {
    border-radius: 100px;
    overflow: hidden;
}

.custom-upgrades {
	color:#144e2f; 
	padding: 5px 10px 5px 10px; 
	margin-bottom:-10px; 
	background-color: #F1F4F1; 
	border-radius:10px; 
	font-weight:bold; 
	text-align:center;
	border: .1rem solid rgba(var(--color-foreground), .08);
}

.product__media {
    background-color: white!important;
	border: 1px solid #134e2f1c;
    border-radius: 8px;
}

@media screen and (min-width: 749px) {
	
	.product__info-container {
    padding: 20px;
    border: 2px rgb(223, 223, 223) solid;
    border-radius: 8px;
	background: white;
    }

	.product__info-wrapper {
        padding: 0 0 0 3rem!important;
    }



	variant-radios.is-visible-on-right {
    background-color: #f2f4f1!important;
	border: .1rem solid rgba(var(--color-foreground), .08);
	}

	.product__media {
	background-image: url(/cdn/shop/files/Elvari_Produkte_2_1.png?v=1740642118);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: unset;
	}
}

@media screen and (max-width: 749px) {

	variant-radios.is-visible-on-right {
    background-color: white!important;
	border: .1rem solid rgba(var(--color-foreground), .08);
	}

	.custom-upgrades {
	background-color: white; 
	}

	}



.header-wrapper {background:white!important;}



.product .accordion {
  border-top: none!important;
}

.thumbnail-list__item {
	background: white;
}

.pdp-whatsapp {	

    text-decoration: underline;
    text-decoration-color: #a5a5a5;
    text-underline-offset: 4px;
}

.footer-whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 14px 24px;
  margin-bottom:10px;
  margin-top:10px;
  background-color: #079941; /* WhatsApp green */
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.footer-whatsapp-button:hover {
  background-color:#079941;
  transform: translateY(-1px);
}

.footer-whatsapp-icon {
  display: inline-flex;
}


#CybotCookiebotDialog {
	z-index: 21474836319!important;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 120%; /* Position tooltip above text */
    left: 50%;
    margin-left: -200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s;
  
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

        .garantie-container {
            display: flex;
            align-items: center;
			border:rgba(20, 78, 47, 0.47) 1px dashed;
			border-radius: 10px;
			padding:0px 10px 0px 15px;
			padding-left: 15px;
			font-size: 1.4rem;
			line-height: 160%;
        }

        .garantie-image {
            width: 50px;
            height: auto;
            margin-right: 15px;
        }

		.garantie-headline {
			font-weight: bold;
			color: #144e2f;
		}



sup.tm {
  font-size: 0.6em;       
  vertical-align: super;  
  line-height: 1;         
}


.discounts__discount{
      padding: 7px 10px 7px 10px;
    margin: 10px 0px 10px 0px;
    border: 1px solid lightgrey;
    border-radius: 38px;
  justify-content: center;
}

.details-custom details {
  border-top: 1px solid lightgrey;
  padding: 15px 0px 15px 0px;
}

.details-custom details summary {
  position: relative;
  cursor: pointer;
}

.details-custom details summary::after {
  content: '▾';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  font-size: 0.8em;
  color: gray;
}

.details-custom details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.footer-payments__inner {
    display: flex
;
    justify-content: space-around;
    overflow: hidden;
    gap: 5px;
}

.footer-payments {
    margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 749px) {
.desktop-hidden {
  display:none!important;
}
  
}
  
  .article-greyinfo {
  display: block; padding: 15px; background-color:#F1F4F1; text-align: center; border: 1px rgb(225, 225, 225) solid;
}




.custom-articleimg-desktop {
  border: solid 1px #e8e8e8; margin-top:8px; border-radius:8px; max-width:100px; max-height:100px;
}

.custom-articleimg-mobile {
  border: solid 1px #e8e8e8; border-radius:8px; max-width:100px; max-height:100px; display: none;
}


@media screen and (max-width: 749px) {
  .custom-articleimg-desktop {
  display:none;
}

.custom-articleimg-mobile {
   display: block;
}


.mobile-hidden {
  display:none!important;
}

.desktop-hidden {
  display:block;
}
}


.custom-bildsubtext {
    text-align: center;
    font-style: italic;
    font-size: 1.3rem;
    margin-top: -10px;
}

.breadcrumb-list {
    padding-left: 0px !important;
}

.card-information .price--on-sale .price__sale {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.card__media {
    background-image: url(/cdn/shop/files/Elvari_Produkte_2_1.png?v=1740642118);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
  
  
  .prvw_block {
    margin-top: -15px;
    margin-bottom: 15px;
}


.custom-extras-header {
    text-align: center;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 14px;

}

.custom-extras-container {
    display: flex;
    gap: 7px;
    justify-content: space-between;
    width: 100%;
	margin-top:20px;
}

.custom-extras-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    padding: 15px;
    text-align: left;
    gap: 20px;
	border-radius: 8px;
    border: .1rem solid rgba(var(--color-foreground), .08);
}

.custom-extras-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
border: 1px #d9d9d9 solid;
}

.custom-extras-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #144e2f;
	line-height: 140%;

}

.custom-extras-description {
    font-size: 1.4rem;
    color: #444;
    margin: 0;
	line-height: 160%;
}


.mega-menu__content {

    border-top: 1px solid #d9d9d9!important;
}

.mega-menu__link--level-2 {
    font-size: 1.9rem!important;
    font-weight: bold!important;
    color: #144e2f!important;
}
  
  #CybotCookiebotDialogBodyContentTitle {
  display: none;
}

#CybotCookiebotDialogHeader {
  display: none!important;
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

#CybotCookiebotDialogDetailFooter {
  display: none;
}

.video-thumbnail-container {
  position: relative;
  width: 100%;
  padding-top: 177.78%; /* 16:9 aspect ratio, adjust if needed */
  overflow: hidden;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
#HeaderMenu-MenuList-1 > li:nth-last-child(-n+2) {
    display: none;
}
*/


.shopify-policy__container {
	padding-bottom: 60px;
	padding-top: 20px;
}


.product__media-toggle {
	display: none !important;
}

.gorgias-chat-key-1spa6uy {
	z-index: 2 !important;
}

/* #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	z-index: 2 !important;
} */

.black-friday-banner {
	border: solid white 1px;
}

#chatbase-bubble-button {
	margin-bottom: 20px;
	margin-right: 10px;
}

.jdgm-write-rev-link {
	color: #333 !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	border-width: thin !important;
}

.jdgm-rev-widg.jdgm-rev-widg {
	display: block;
	margin-bottom: 40px !important;
	border-radius: 8px;
	overflow: hidden;
}

#Slider-template--17072561258776__e5e18bd4-0efc-41c8-ad1f-5787f3c00a8d {
	padding: 30px;
	padding-bottom: 0px;
	border: solid !important;
	border-width: thin !important;
	border-color: #f0f0f0 !important;
}

@media only screen and (max-width: 798px) {
	.methods-of-payment img {
		margin-top: 0px;
	}
}



#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
	left: 20px !important;
	right: unset !important;
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810:hover {
	left: 19px !important;
	right: unset !important;
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 .outsideAlerter-98e3dadd90eb493088abdc5597a70810>div:first-child {
	left: 0 !important;
	right: auto !important;
}

#maximized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
	left: 20px !important;
	right: unset !important;
}

#trustcard-98e3dadd90eb493088abdc5597a70810 {
	left: 20px !important;
	right: unset !important;
}

._1gwv20v div:first-child {
	right: unset !important;
}

._xo5f1 ._csg9f9 {
	left: 0px !important;
	right: auto !important;
}

.custom-multicolumn-h3 {
	font-family: var(--font-body-family) !important;
}

.slider__slide {
	border-radius: 8px;
	overflow: hidden;
}

.jdgm-widget.jdgm-widget {
	padding-top: 7px;
}

.custom-therpieformen-item {
	display: flex;
	padding: 6px 13px;
	justify-content: center;
	align-items: center;
	border-radius: 18px;
	background-color:white;
	border: 1px #e9e9e9 solid;
	font-size: 14px;
}

.custom-therpieformen-icon {
	width: 22px;
	margin-right: 5px;
	color: #730037;
}

.custom-therpieformen-wrap {
	display: flex;
	width: 100%;
	max-width: 480px;
	flex-wrap: wrap;
	grid-auto-columns: 1fr;
	grid-column-gap: 4px;
	grid-row-gap: 4px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.atc-benefits {
	display: flex;
	align-items: center;
	opacity: 0.8;
	height: 38px;
}

.atc-bentext {
	margin-top: 5px;
	margin-bottom: 5px;
}

.atc-benimg {
	width: 30px;
	margin-right: 7px;
	padding-top: 7px;
}

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 Aspect Ratio */
	overflow: hidden;
	margin-bottom: 30px;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-therpieformen-link {
	text-decoration: none;
	color: #333;
}

.wrap_c4ea._show_ce34 {
	display: none !important;
}

.blog__button {
	background: #144e2f;
}

.image-with-text__content .button.button--primary {
	background: #144e2f;
}

@media screen and (max-width: 798px) {
	.is-hidden-on-mobile {
		display: none;
	}

	.product__info-container .is-hidden-on-mobile {
		display: block;
	}

	.custom-therpieformen-item {
		font-size: 12px;
	}

	

	.image-with-text__content {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.product__media-wrapper {
		margin-top: -14px;
	}
}

@media screen and (min-width: 798px) {
	.product__info-container .is-visible-on-left {
		display: none;
	}

	.grid__item.product__media-wrapper .is-visible-on-right {
		display: none;
	}

	.custom-trustmark {
		margin-bottom: 65px;
	}
}

#cb-cookie_consent {
	position: relative;
	z-index: 999;
}

.trust_image_inner {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.trust_image_inner .trust_image_klarna {
	width: auto;
	height: 35px;
	object-fit: contain;
}

.trust_image_inner .trust_image_klarna img {
	width: auto;
	max-width: 100%;
	margin-right: 7px;
	height: inherit;
}

.trust_image_inner .trust_image_star_text {
	display: flex;
	align-items: center;
	background-color: #eef3ef;
	padding: 4.91px 12px;
	border-radius: 6px;
	font-size: 14px;
	flex: 1 1 auto;
	justify-content: center;
}

.trust_image_inner .trust_image_star_text img {
	width: 102px;
	max-width: 100%;
}

.trust_image_inner .trust_image_star_text b {
	font-weight: bold;
	margin: 0 5px;
}

.trust_image_inner .trust_image_star_text span {
	color: #000;
}

.drawer__bar {
	width: calc(100% + 30px);
	background-color: var(--gradient-base-accent-2);
	margin-bottom: 16px;
	margin-left: -15px;
	margin-right: -15px;
}

.drawer__bar p {
	margin: 0;
	color: #d0e8c9;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 15px;
}

@media screen and (max-width: 425px) {
	.trust_image_inner {
		margin: 0 0 5px;
	}

	.trust_image_inner .trust_image_klarna img {
		width: 55px;
	}

	.trust_image_inner .trust_image_star_text {
		padding: 3px 6px;
	}

	.trust_image_inner .trust_image_star_text span {
		font-size: 14px;
	}

	.trust_image_inner .trust_image_star_text img {
		width: 80px;
	}

	.trust_image_inner .trust_image_klarna {
		height: 31.19px;
	}
}



/* product variant selection */

variant-radios.is-visible-on-right {
	background-color: #f4f4f4;
	padding: 20px;
	padding-bottom: 5px;
	border-radius: 8px;
	margin-bottom: -5px;
	margin-top: 20px;
}


/* main-article */

.article-template__inner {
	display: flex;
	gap: 20px;
}

.article-template__info {
	width: 80%;
}

.article-template__image {
	width: 20%;
}

.article-template__img {
	width: 100%;
}

@media screen and (max-width: 749px) {
	.article-template__inner {
		flex-direction: column;
		gap: 15px;
	}

	.article-template__info {
		width: 100%;
	}

	.article-template__image {
		width: 40%;
	}
}


/* menu items custom */

details[open]>.header__megamenu {
	display: flex;
	flex-wrap: wrap;
}

.header__megamenu.list-menu--disclosure {
	width: 63rem;
}

.header__megamenu-title {
	font-weight: 800;
	font-size: 18px;
}

.header__megamenu .header__submenu {
	background-color: transparent;
	position: relative;
}

.header__megamenu .header__submenu::before {
	content: "";
	background: #ccc;
	width: 80%;
	height: 1px;
	top: 0;
	left: 25px;
	position: absolute;
}

#Details-HeaderSubMenu-1 {
	border-right: 1px solid #ccc;
}

.header__megamenu .header__submenu .header__menu-item {
	padding-left: 2.4rem;
}

.header__megamenu-info-text {
	width: 100%;
	padding: 0.8rem 2.4rem;
	font-size: 11px;
	line-height: 1.1;
	opacity: 0.4;
}

.header__submenu .header__submenu {
	padding: 1.5rem 0px 10px 0px;
	margin: 1.2rem 0px 10px 0px;
}

/* image-with-text section */
.image-with-text__checkmark_text {
	margin-bottom: 10px;
}

.image-with-text__checkmark_text ul {
	list-style-type: "\2713";
	margin: 0 0 0 15px;
	padding: 0;
}

.image-with-text__checkmark_text ul ::marker {
	color: #144e2f;
}

.image-with-text__checkmark_text li {
	padding-left: 5px;
}

.image-with-text__checkmark_text {
	text-align: start !important;
}


/* footer-additional section css*/

@media screen and (max-width: 768px) {
    .footer-additional__slider {
      overflow: hidden;
      position: relative;
    }
    
    .footer-additional__blocks {
      display: flex;
      transition: transform 0.3s ease;
      will-change: transform;
    }
    
    .footer-additional__block {
      min-width: 100%;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
    }
  }

  @media screen and (min-width: 769px) {
    .footer-additional__blocks {
      display: flex;
      justify-content: center;
      gap: 32px;
    }
    
    .footer-additional__block {
      min-width: auto;
    }
  }

.footer-additional-line {
	margin: 0;
	height: 1px;
	border: 0;
}

.footer-additional__block ul {
	list-style-type: "\2713";
	margin: 0 0 0 15px;
	padding: 0;
}

.footer-additional__block li {
	padding-left: 5px;
}


.blog__button,
.image-with-text__content .button.button--primary,
.footer,
.color-accent-2 {
	background-image: url(/cdn/shop/files/swirl.svg?v=1705250401);
	background-repeat: repeat;
	background-size: 400px;
	box-shadow: inset 0 0 0 2000px rgba(20, 78, 47, 0.5);
	background-color: #144e2f;
}


/* style for video-reviews section */

.reviews__heading {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
}

.reviews__blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.reviews__block {
	max-width: calc(calc(100% / 4) - calc(20px - calc(20px / 4)));
	width: 100%;
	overflow: hidden;
	position: relative;
 border-radius: 10px;
}

@media screen and (max-width: 749px) {
	.reviews__blocks {
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
		padding-left: 20px;
  padding-right: 20px;
		justify-content: inherit;
  padding-bottom: 20px;
  column-gap: 10px;

	}

	.reviews__block {
		max-width: 260px;
		flex: 0 0 auto;
  border-radius: 10px;
	}

}


/* video-with-text section */
.video-with-text video {
	width: 100%;
}

.video-with-text__media {
	display: flex;
}


.product-option-compare {
	text-decoration: line-through;
	padding-left: 5px;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	z-index: 999999999 !important;
}

@media screen and (max-width: 749px) {

	.custom-extras-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex: 1;

		text-align: center;
		gap: 10px;
	}
}




