/** Shopify CDN: Minification failed

Line 13:21 Expected identifier but found whitespace
Line 13:23 Unexpected "{"
Line 13:30 Expected ":"

**/
.bundle-section { padding: 2rem 0rem;text-align: center; }
  .bundle-container { display: flex; justify-content: center; }
  .bundle-product { margin: 0 5px; max-width:50% }
  .sale-price { color: red; }
  .add-to-cart { 
    background-color: {{ block.settings.add_cart_bg }};    border-radius: 8px; color: white; padding: 10px; border: none; cursor:pointer;    width: 100%;}
  .bndlr-add-to-cart-container {
    display: flex;
    width: calc(100% - 10px);
    margin: 0px auto 0 auto;
    max-width: 710px;
    padding-top: 5px;
    align-items: flex-start;
 
}
  .bndlr-add-to-cart-container .bndlr-floating-label {
    position: relative;
}
.bundle-img-wrapper  .product-image {
    height: 100%;
}
  .add-cart-wrap {
    width: 100%;
}
  .bundle-discount-text {
    font-size: 12px;
    margin-top: 0.5rem;
}
  .bndlr-add-to-cart-container .bndlr-floating-label .bndlr-add-to-cart-quantity-label {
    position: absolute;
    transition: all .3s ease;
    font-size: 0.7em !important;
    top: 0;
    left: 0.5em;
    pointer-events: none;
    margin: 0;
    padding: 0;
    color: rgb(115, 115, 115);
    font-weight: normal !important;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    width: auto;
}
  .bndlr-add-to-cart-container .bndlr-add-to-cart-quantity-input {
    flex: 1 1 50px;
    margin-right: 5px;
    max-width: 70px;
    font-size: 1em;
    padding: .3em;
    padding: 0.8em 0.25em 0.25em 0.25em;
    line-height: 1.6;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    margin-top: initial;
    margin-bottom: initial;
    height: 100%;
    overflow: visible;
    border: 1px solid rgba(198, 198, 198, 0.55);
}

.bundle-product:not(:last-of-type)::after {
    position: absolute;
    display: block;
    right: calc(-0.5em - 6px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    z-index: 1;
    content: "+";
    font-weight: bold;
    color: white;
    color: #FFFFFF;
    background: #000;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    line-height: 1.05em;
    font-size: 25px;
    font-family: arial;
}  
.bundle-product {
    position: relative;
    border: 1px solid rgba(198, 198, 198, 0.55);
    padding: 5px 5px;
    vertical-align: middle;
    box-sizing: border-box;
  border-radius: 10px;
      padding-bottom: 1.5rem;
}  
.bundle-amount {
    margin-top: 1rem;
}
 .bundle-img-wrapper {
    height: 335px;
    overflow: hidden;
}
.bundle-product h3 {
    font-size: 12px;
     padding: 0 2rem;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
      min-height: 31px;
  margin-top:1rem;
      margin-bottom: 0;
}
  
.bundle-product p {
    font-size: 12px;
}
.bundle-product   .add-cart-wrap {
    width: 100%;
}
.variant-selector{
      font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    border-radius: 2px;
    max-width: 90%;
    font-size: .82em;
    padding: .445em 10px;
    padding-right: 10px;
    padding-right: 10px;
    line-height: 1.6;
    border: 1px solid #E3E3E3;
    width: 100%;
    max-width: 90%;
    margin:auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px !important;
    color: rgb(47, 47, 47);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://cdn-bundler.nice-team.net/app/img/app/dwn.svg?v2) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-color: #fff !important;
    background-color: #FFFFFF !important;
    padding-right: 28px;
    margin-top: 1rem;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    background-size: auto;
    min-height: unset !important;
    height: auto;
  }

.variant-selector:focus-visible {
    outline: none !important;
    box-shadow: none;
    outline-offset: 0px;
}

@media only screen and (max-width: 730px) {
.bundle-img-wrapper {
    height: 65%;
}
}