/** Shopify CDN: Minification failed

Line 234:0 Unexpected "}"

**/
.loop_free_prod {
  margin-bottom: 10px;
}
.free_gift{
  margin-bottom: 6px;
  position:relative;
}
.loop_free_prod .slick-dots {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.loop_free_prod .slick-dots li {
  width: 6px;
  height: 6px;
  font-size: 0;
  background: #eee;
  margin: 2px;
  border-radius: 100%;
}
.loop_free_prod .slick-dots .slick-active {
  background:#000;
}
.free_gift .free_gratis {
  position: absolute;
  right: 1px;
  background-color: red;
  color: white;
  padding: 3px 5px;
  z-index: 10;
  top: 0px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 800;
  border-bottom-left-radius: 8px;
  box-shadow: -3px 1px 10px 0px #000000ad;
}
.free_gift img {
  height:100%;
  aspect-ratio: 1 / 1;
  width: 50px !important;
  border-radius:4px;
}
.free_prod_link:has(.free_prod_name){
  width: calc(100% - 107px);
}
.free_gift .free_prod_name {
  margin: 0;
  margin:0px 15px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.free_gift .free_prod {
  display: flex;
  background-color: #FEE7F1;
  align-items: center;
  padding: 5px 10px 5px 5px;
  border: 1px solid #ddd;
  border-radius:4px;
  
}
.free_gift_header {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.free_gift .ajax-add-to-cart.my_cc {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 5px 8px;
  border-radius: 4px;
}


.open_slid {
  display: none;
}
.toggable .mini-cart__order-note-title {
  position: relative;
  width: max-content;
  padding-right: 15px;
  cursor:pointer;
  margin-bottom:14px;
}
.toggable .mini-cart__order-note-title:before {
  position:absolute;
  right:0px;
  top:3px;
  width: 10px;
  height: 10px;
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='20px' width='20px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.toggable:has(.toggle_show) .mini-cart__order-note-title:before {
  transform: rotate(180deg);
}
#CartDrawer.cart-drawer {
    overflow: auto;
}

.mini-cart__drawer-footer .checkout-button
{
  margin: 10px 0;
}
.input__field--textarea {
  height: 4rem !important;
}

.estimated-delivery {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -20px;
}
.payment-icons-cart {
max-width: 400px;
margin: auto;
display: flex; 
justify-content: space-evenly;
}
.hide_lineitem
{
  display:none;
}
  .mini-cart__sum {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.payment-description {
text-align: center;
}
.line-item-property__field {
    box-sizing: border-box;
    position: relative;
  min-height: 44px;
    height: auto;
}
.line-item-property__field .file_label{
  font-size: 16px;
  position: relative;
  display: block;
      color: rgb(0, 59, 70);
  width: 100%;
  margin-bottom: 10px;
}
.up_img {
      display: block;
    position: relative; 
    margin: 0; 
    border-radius: 50px;
}
.up_sub_img {
      display: flex;
    gap: 0px;
    align-items: center;
       justify-content: flex-start;
    width: 100%;
  background-color: #fee7f1;
    border-radius: 15px;
    padding: 10px 25px;
    border: 1px dashed #18010c;
}
button.my_up {
    background-color: #a3d5f1;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
  width: 100%; 
  text-align: center;
} 
.custom_section .section{
  padding-left: 0px;
  padding-right: 0px;
}
.clear_mg {
        position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #666;
    width: 25px;
    height: auto;
    font-size: 14px;
    padding: 0px;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.img_txt {
    font-weight: bold;
    font-size: 15px;
}
.err_msg {
    color: #e90024;
}
.close_img{
  width: 100px;
  height: auto;
  position: relative;
display: block;
  margin-right: 30px;
}
#banner-wrapper div.banner-main_buttons p:nth-child(3) {
  background-color: #fff !important;
}
#banner-wrapper div.banner-main_buttons #essential_accept {
    background-color: #fff !important;
}
}
#blah {
        width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #e1e1e1;
    border-radius: 10px
}
.file_input{ 
    opacity: 1; 
    outline: none; 
  border-radius: 10px;
  padding: 5px;
}
.file_input input[type="file"] {
    opacity: 1; 
}
@media (max-width: 767px){
  .up_sub_img {
    padding: 10px 15px;
  }
  #blah {
    width: 60px;
    height: 60px; 
  }
  .close_img {
    width: 60px;
    margin-right: 10px;
  }
  .file_input input[type=file] {
    opacity: 1;
    max-width: 200px;
  }
}
.brand-wrapper {
position: relative;
    margin-right: 90px;
    margin-left: auto;
}
.brand {
  border: 1px dashed rgba(24, 1, 12, 0.5);
  transform: rotate(10deg);
  position: absolute;
  display: grid;
  padding: 15px;
  background-color: #f5f1ec;
  border-radius: 50px;
  max-width: fit-content;
  font-weight: bold;
  margin-top: -60px;
  justify-items: center;
}
.brand-description {
  font-weight: 100;
  font-size: 12px;
}
.Icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.ATC-Icons {
  display: block;
  align-items: center;
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  justify-content: space-evenly;
  margin-left: -20px;
  margin-bottom: -10px;
}
.Card {
  font-size: 14px;
  display: flex;
  margin-left: 20px;
  min-height: 50px;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  background-color: #f9f9f9;
  border-radius: 10px;
}
@media (max-width: 767px){
  .Card {
    font-weight: bold;
  font-size: 12px !important;
  }
}
.free_prod--disabled {
  position: relative;
  opacity: 0.4;
  pointer-events: none;
}

.free_prod--disabled::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.6);
  z-index: 2;
}
/* Stelle sicher, dass der Bilder-Wrapper relativ ist */
.product__media-list-wrapper {
  position: relative;
}

/* Pill unter dem Produkt‐Titel, ohne Hover‐Schnickschnack */
.brand-pill-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4ch;
  background-color: #f5f1ec;               /* dezenter Hintergrund */
  border: 1px solid rgba(24, 1, 12, 0.2);  /* feiner Rahmen */
  border-radius: 9999px;                   /* volle Runde */
  padding: 0.4em 0.8em;
  font-size: 0.9rem;
  color: #18010C;
  text-decoration: none;
  margin: 0em 0 1em;                     /* Abstand unter dem Titel */
}

/* Icon ganz leicht größer */
.brand-pill__icon {
  font-size: 1.2em;
  line-height: 1;
}

/* Marke: fett hervorheben */
.brand-pill__text strong {
  font-weight: 600;
  margin-right: 0.25ch;
  color: #18010C;
}

/* Markenname normal gewichtet */
.brand-pill__text {
  font-weight: 400;
}
