/** Shopify CDN: Minification failed

Line 77:0 Unexpected "}"

**/
.product .product-info .product-info__description .prose p:nth-child(n+3){
    display:none;
}
.product .product-info .product-info__description .prose *+p {
    margin-block-start: 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: #9cafa4;
    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;
  }
}
.product-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Feste Höhe für exakt 2 Zeilen reservieren — line-height anpassen falls nötig */
  min-height: calc(2em * var(--line-height, 1.5));
}