/** Shopify CDN: Minification failed

Line 941:0 Expected "}" to go with "{"

**/
.cart-drawer .payment-icons-cannameleon{
  display: none;
}  

.sale-menu-item .reversed-link {
  color: #e60023;
  font-weight: bold;
  text-transform: uppercase;
}

inbox-online-store-chat#ShopifyChat {
    z-index: 999 !important;
}

.product-info__buy-buttons .gift-card-recipient {
  display: none;
}

#age-verification-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Etwas transparenter für besseren Blur-Effekt */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    backdrop-filter: blur(10px); /* Macht den Hintergrund verschwommen */
  }

  #age-verification-box p {
    padding: 5px;
  }

.footer__payment-icons {
    display: none;
}

  #age-verification-box {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  
  #age-verification-box button {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 25px;
  }

  #yes-btn {
    background-color: #185027;
    border: 2px solid #185027;
    color: white;
  }

  #no-btn {
    border: 2px solid #185027;
    background: #fff;
    color: #185027;
  }




#shopify-section-template--23984826089813__main .product-info__live-cart-product, #shopify-section-template--24380012527957__main .product-info__live-cart-product {
  display: none !important;
}

.product-info__live-cart-product {
  position: absolute;
  z-index: 1;
}

.product-info__block-item .klaviyo-star-rating-widget {
    margin-top: -15px;
}

.cart-with-icon {
    gap: var(--spacing-3);
    align-items: center;
    display: flex;
}

.live-cart-product .blinking-circle{
  background-color: rgb(var(--warning-text));
}

.live-cart-product .blinking-circle::before {
  background: radial-gradient(circle, rgba(255, 183, 74, 0.75), rgba(255, 183, 74, 0));
}

.img-social-proof{
  display: flex;
}
.discount-price {
  font-size: var(--text-lg);
  color: rgb(var(--on-sale-text));
}
.code-copy-bottom {
    margin-top: 10px;
}
.price-for-coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.original-price {
    text-decoration: line-through;
}
.copy-code-product {
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-info__coupon-product {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px 30px;
}

.product-info__coupon-product .copy-code-out{
    font-size: var(--text-lg);
}

.product-info__coupon-product #notification_code {
    top: 40px;
}

.product-info__product-sales-counter {
    margin-bottom: -15px;
}

.live-cart-product{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: var(--text-sm);
}

.product-sales-counter{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: var(--text-sm);
}

.img-social-proof img{
  position: relative;
}
.img-social-proof img:last-of-type{
  left: -8px;
  z-index: 1;
}

.img-social-proof img:first-of-type{
  z-index:2;
}

.shopify-pc__banner__dialog button {
    padding: 15px 5px !important;
    border-radius: 50px !important;
}

.datenschutz-text{
  font-size: 12px;
  color: rgb(var(--text-color) / .7);
}

@media (hover: none) {
  .menu-list a:focus {
    outline: none;
  }
}

.datenschutz-text a{
  text-decoration: underline;
}

product-card.product-card {
    background: none;
}

.product-card__quick-buy {
    bottom: -7px;
    background: #efefef;
    border-radius: 50px;
    padding: 5px;
    right: -7px !important;
}


.product-card__image:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) {
    border-radius: var(--rounded-sm);
}

.kl_reviews__stars_badge .kl_reviews__full_star {
    height: 18px !important;
    width: 18px !important;
}

.lieferzeit_span{
  color: #888;
}

.blinking-circle {
  position: relative;
  width: 7px; /* Durchmesser des Kreises */
  height: 7px; /* Durchmesser des Kreises */
  background-color: rgb(var(--success-text)); /* Grundfarbe */
  border-radius: 50%; /* Macht es rund */
  animation: pulse 1.5s infinite; /* Puls-Animation */
}

.blinking-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px; /* Startgröße des Hintergrund-Kreises */
  height: 7px;
  background: radial-gradient(circle, rgba(0, 255, 0, 0.75), rgba(0, 255, 0, 0));
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse-background 1.5s infinite;
}

@keyframes pulse-background {
  0% {
    transform: translate(-50%, -50%) scale(0.8); /* Kleinere Größe */
    opacity: 0.6; /* Teilweise sichtbar */
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5); /* Größere Größe */
    opacity: 0.3; /* Weniger sichtbar */
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8); /* Zurück zur Ausgangsgröße */
    opacity: 0.6; /* Ursprüngliche Sichtbarkeit */
  }
}


.product-info__inventory .text-with-icon{
  justify-content: center;
}

.payment-icons-cannameleon{
  display: flex;
  justify-content: space-between; /* gleichmäßiger Abstand zwischen den Icons */
  align-items: center; /* Icons vertikal zentrieren */
  gap: 10px; /* Optionale Lücke zwischen den Icons */
  flex-wrap: wrap; /* Zeilenumbruch ermöglichen, falls der Platz begrenzt ist */
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  gap: 10px; /* Abstand zwischen den Zellen */
  justify-items: center; /* Zentriert Icons und Text horizontal */
  align-items: center; /* Zentriert Icons und Text vertikal */
}

.icon-item {
  display: flex;
  flex-direction: column; /* Stellt Icon und Text vertikal an */
  align-items: center; /* Zentriert Icon und Text */
  text-align: center; /* Zentriert den Text */
  width: 100%;
  background: #f0f0f0;
  padding: 10px 0;
  border-radius: 10px;
}

.icon-item svg {
  width: 16px; /* Größe des Icons */
  height: auto; /* Höhe proportional zur Breite */
  margin-bottom: 10px; /* Abstand zwischen Icon und Text */
}

.icon-item p {
  font-size: 12px; /* Schriftgröße des Textes */
  color: #333; /* Farbe des Textes */
  margin: 0; /* Kein zusätzlicher Außenabstand */
}





#shopify-section-template--23984825237845__rich_text_RH9R9J .rich-text {
  margin-bottom: -13%;
  position: relative;
  z-index: 1;
}

#shopify-section-template--23984825237845__custom_menu_Uy7NQd.shopify-section--custom-menu .section{
    padding-block-end: 1em;
}

.shopify-section--custom-menu .section{
    padding-block-start: 0;
    padding-block-end: 0;
}

.custom-menu .menu-list li.active a{
  border: 2px solid #185027;
}

.custom-menu {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 80px;
    align-items: center;
    scroll-behavior: smooth; /* Für ein geschmeidiges Scrollen */
}

.in_custom-menu {
    overflow-x: auto;
    overflow-y: hidden;
    /* Scrollbar vollständig ausblenden */
    -ms-overflow-style: none; /* Internet Explorer und Edge */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch; /* Ermöglicht sanftes Scrollen ohne Scrollbar */
}
.in_custom-menu::-webkit-scrollbar {
  display: none; /* Entfernt die Scrollbar */
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.custom-menu .menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    user-select: none;
    cursor: pointer;
}

.custom-menu.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }

.custom-menu .menu-list li {
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
}

.custom-menu .menu-list a {
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    &:hover {
    cursor: pointer;
  }
}

.custom-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari: Scrollleiste ausblenden */
}


.category-banner {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    user-select: none;
    cursor: pointer;
}












#shopify-section-template--23984825237845__image_link_blocks_TjqV6D .image-link-blocks {
      --image-link-blocks-item-width: 25vw !important;
  }

#shopify-section-template--23984825237845__image_link_blocks_TjqV6D .image-link-blocks__title--animate {
  transform: none;
}

#shopify-section-template--23984825237845__image_link_blocks_TjqV6D .image-link-blocks span.circle-chevron {
    display: none;
}

#image_link_round .image-link-blocks__inner {
  gap: var(--spacing-3);
  padding: var(--spacing-5);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.w_20 {
  padding-right: 1em;
}
.w_40 {
  padding-right: 3em;
  width: 40%;
}
.top_detail {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0;
  justify-content: center;
}
.icon_r {
  padding-right: 5px;
}
.top_detail h2 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
}
.txt_detail {
  font-size: 15px;
  color: #777;
}
.top_detail .w_60 div:last-child {
  padding-right: 0;
}
.w_60 {
  display: flex;
}
.jdgm-widget.jdgm-widget {
    display: block;
    font-size: 12px;
}

.jdgm-prev-badge__text {
    color: #888;
}

.image-link-blocks__image{
    border-radius: 100px;
    padding: 3px;
    border: 3px solid #185027;
}

p.image-link-blocks__title.text-center.bold {
    font-size: 13px;
}

.image_link_round .section {
    padding-block-start: 0;
    padding-block-end: 0;
}

.image_link_round {
    display: none !important;
}

.size-table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
}

.size-row {
  display: flex;
  margin-block-start: 0 !important;
}

.size-cell {
  padding: 10px 5px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  word-break: normal;
  margin-block-start: 0 !important;
}

.header-row {
  border-bottom: 1px solid #ddd;
}

.header-cell {
  font-weight: bold;
}

.image_link_round {
    display: none !important;
}

#block-video_Can9Bg .content-over-media > :is(img, video, iframe, svg, video-media) {height: 550px;}
#block-video_n3pH6p .content-over-media > :is(img, video, iframe, svg, video-media) {height: 550px;}
#block-video_aUq87t .content-over-media > :is(img, video, iframe, svg, video-media) {height: 550px;}

.image_block_container {
    position: relative;
}

.image_icon_container {
    position: absolute;
    width: 25%;
    bottom: 5%;
    right: 0;
    background: #f0f0f0;
    border-radius: 100px;
    padding: 3px;
}

.copy-code-out {
  display: inline-block;
  position: relative;
}

#notification_code {
    position: absolute;
    display: none;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    top: 20px;
}

#notification_code:before {
  content:'';
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid black;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
}

.zus33 {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-3);
}
.loves img {
    height: 26px;
}
.loves span {
    font-size: 13px;
    line-height: 16px;
}
.loves {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--spacing-2);
    padding-bottom: 10px;
}
.info_bluete {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: var(--product-card-badge-spacing);
    z-index: 1;
    top: var(--product-card-badge-spacing);
}
.badge.info_bluete {
    background: #ffec80;
    color: #020203;
}

.code_warenkorb{
    display: flex;
    width: 100%;
    gap: var(--spacing-2); 
}

.code_warenkorb input {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 0 15px;
}

.zus33 .product-info__buy-buttons{
  width: 100%;
}

.zus33 .product-info__buy-buttons button, .zus33 .quantity-selector{
  height: 60px;
}

.zus33 .product-info__quantity-selector label{
  display: none;
}

#shop-hcaptcha-badge-container{
  display: none !important;
}

.copy-code-div{
  display: inline-flex;
  align-items: center;
}
svg.icon.icon__copy {
    height: 24px;
    width: 24px;
}
.copy-code-div span{
  margin-right: 5px;
}

#copyButton{
    padding: 5px 10px;
    background: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    color: #1a1a1a;
}

.shopify-section--slideshow .subheading{
  font-weight: 500;
}

#copyButton span{
    font-weight: bold;
    color: #1a1a1a;
}

.copy_but-in {
    position: relative;
    margin-block-start: 0 !important;
}

.cart-drawer__inner price-list.price-list {
    font-size: var(--text-base);
}

price-list.price-list {
    font-size: 1.1rem;
}
/* Diese Regel gilt nur für ul-Elemente mit der Klasse 'my-paymentmethods' */
ul.my-paymentmethods {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0px;
}

/* Diese Regel gilt nur für li-Elemente mit der Klasse 'payment-method-item' */
li.payment-method-item {
    margin-right: 8px;
}

li.payment-method-item svg {

}
.product-info__inventory {
  margin-top: -15px;
}

#block-video_n3pH6p .video_logo{
    width: 80px;
}

#block-video_aUq87t .video_logo{
    width: 80px;
}

.product-info__offer-list .text-with-icon svg{
  width: 20px;
}

.product-info__offer-list .offer{
  padding: 0;
}


.product-info__inventory {
  font-size: var(--text-sm);
}

.product-info__inventory svg.icon.icon-picto-truck {
    width: 20px;
}

.product-gallery__thumbnail:after{
  background: #185027;
}

.video_logo{
    width: 125px;
    margin: 0 auto;
    margin-block: 20px !important;
}

.acc_footer p {
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #185027;
}

.footer__block .h5{
  color: #185027;
}

.svg_icon_des svg{
  color: #65b32e;
}

.des_text {
    margin: 0 !important;
    padding: 0;
}

.text_des {
    display: grid;
    gap: 10px;
    grid-template-columns: 20px auto;
    align-items: center;
    margin-top: 10px !important;
}
p.subheading {
    margin-block-start: 15px !important;
}
.image_logo_container{
  min-width: 200px;
  max-width: 250px;
}

.header__secondary-nav .header__link-list{
  display: none;
}


.product-card__info {
  --product-card-info-padding: var(--spacing-4) 0 var(--spacing-4) 0 !important;
}


@media (min-width: 1000px) {
  .cart-with-icon {
      margin-left: 15px;
      margin-top: 15px;
      background: rgb(255 255 255 / 50%);
      padding: 5px 10px;
      border-radius: 15px;
  }
}

@media (max-width: 1380px) {
  .w_60 {
    display: block;
  }
  .w_40 {
    width: 60%;
  }
.top_detail h1 {
  font-size: 18px;
}
  .w_20 {
  padding-right: 0;
}
}

@media (max-width: 1000px) {

.product-gallery__ar-wrapper .product-info__live-cart-product {
  top: var(--spacing-11);
}
  
.product-info__badge-list .badge--primary{
  font-size: 0.75rem;
}
  
.product-card__title {
  line-height: 1.25;
  font-size: 1.1rem;
}
  
}

@media (max-width: 900px) {
  .w_40 {
    padding-right: 2em;
    width: 55%;
  }
  
}

@media (max-width: 768px) {

    .custom-menu .menu-list li {
        display: inline-block;
    }
  
}


@media (max-width: 700px) {

.product-gallery__ar-wrapper .product-info__live-cart-product {
  top: var(--spacing-4);
}
  
.product-info__coupon-product {
    padding: 20px 15px;
}
  
#shopify-section-template--23984825237845__custom_menu_Uy7NQd.shopify-section--custom-menu .section{
    padding-block-end: 0;
} 

#shopify-section-template--23984825237845__rich_text_RH9R9J .rich-text {
  margin-bottom: -90px;
}
  
.zus33 .product-info__buy-buttons button, .zus33 .quantity-selector{
  height: 54px;
}  
  
svg.icon.icon__copy {
    height: 18px;
    width: 18px;
}
    
.image_logo_container{
  margin: 0 auto;
}
  
  #shopify-section-template--22337917321557__image_link_blocks_TjqV6D .image-link-blocks {
      --image-link-blocks-item-width: 25vw !important;
  }
  
  .image_link_round{
    display: block !important;
  }
  .image-link-blocks__inner {
    gap: 3px;
    padding: 10px 7px 15px 0px;
  }
  
  .top_detail {
    display: block;
  }
  .w_40 {
    width: 100%;
    margin-bottom: 10px;
  }
  .w_60 {
    width: 100%;
  }
    .w_20 {
    margin-bottom: 5px;
}

#block-video_Can9Bg .content-over-media > :is(img, video, iframe, svg, video-media) {
  height: 475px;
}

#block-video_n3pH6p .content-over-media > :is(img, video, iframe, svg, video-media) {
  height: 475px;
}

.video_logo{
  width: 75px;
}

#block-video_n3pH6p .video_logo{
    width: 55px;
}

#block-video_aUq87t .video_logo{
    width: 55px;
}

#block-video_aUq87t .content-over-media > :is(img, video, iframe, svg, video-media) {
  height: 425px;
}


@media (max-width: 520px) {

.badge.info_bluete{
  display: none;
}

.size-table-container {
  font-size: 12px;
}
  
.image_icon_container {
    width: 32px;
    bottom: 5%;
    right: -5%;
}

#media-grid-video_RkDtki .prose {
    max-width: 100%;
}  

price-list.price-list {
    font-size: 1rem;
}
  
}
