/** Shopify CDN: Minification failed

Line 119:10 Expected ":"

**/
.bundler-modal-open {
     overflow: hidden;
}
 .bundler-modal-open header {
     z-index: 1;
}
 .bundler-modal-open #bdlr-summary {
     z-index: -1;
}
 #bdlr__bundle-widget {
     padding-top: 0;
}

#bdlr__bundle-widget {
	padding-top: 0px !important;
}

 #bdlr__bundle-widget .enoble_modal {
     display: flex;
     flex-direction: column;
     align-items: center;
     overflow-y: scroll;
     padding-top: 50px;
     background: rgb(0 0 0 / 59%);
}

#bdlr__bundle-widget .enoble_modal .description .article_hero--content .button-container {
     display: none;
}
#bdlr__bundle-widget .enoble_modal .description .article_hero--content a.button {
     display: none;
}
#bdlr__bundle-widget .enoble_modal-inner {
     
     width: 33%;
     background: #fff;
     position: relative;
     max-width: none;
     max-height: none;
     top: auto;
     left: auto;
     transform: none;
     overflow: initial;
     padding: 2rem;
     border-radius: 5px;
   	 animation: fadeIn ease 0.5s;
  	 -webkit-animation: fadeIn ease 0.5s;
     -moz-animation: fadeIn ease 0.5s;
     -o-animation: fadeIn ease 0.5s;
     -ms-animation: fadeIn ease 0.5s;
     
}


@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


 #bdlr__bundle-widget .enoble_modal-content {
     overflow: hidden;
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-left {
     display: block;
     background-color: #f9f9f9;
     margin-bottom: 20px;
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-right .enoble_modal-title {
     display: none;
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-close {
     position: fixed;
     top: 26px;
     right: calc(33% - 22.5px);
     margin: 0;
     padding: 0;
     text-align: center;
     line-height: 45px;
     width: 45px;
     height: 45px;
     background: white;
     border-radius: 50%;
     box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.5);
     z-index: 1;
}

 /* Mobile Devices */
 @media screen and (max-width: 767px) {
   
   
   .bdlr-filter ul {
     display: flex;
     overflow-y: hidden;
     white-space: nowrap;
   }
   
   
    #bdlr__bundle-widget .enoble_modal-inner {
     width: 90%;
     background: #fff;
     position: relative;
     max-width: none;
     max-height: none;
     top: auto;
     left: auto;
     transform: none;
     overflow: initial;
     padding: 2rem;
     borde
}
   
     #bdlr__bundle-widget .enoble_modal-content .enoble_modal-close {
         right: calc(5% + 10px);
         top: 60px;
    }
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions button, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .btn, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .shopify-payment-button__button--unbranded {
     display: inline-block;
     position: relative;
     min-width: calc(50% - 18px);
   	 background-color: #2ba8bf;
     color: white;
     -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -ms-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
     cursor: pointer;
     padding: 15px 30px;
     margin: auto;
     font-size: 16px;
     font-weight: 500;
     font-style: normal;
     line-height: 20px;
     text-align: center !important;
     text-decoration: none !important;
     letter-spacing: 0px;
     border: 1px solid transparent;
     border-radius: 5px;
     width: auto !important;
     margin: 20 !important;
     left: 50%;
     transform: translateX(-50%);
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions button + .button, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .btn + .button, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .shopify-payment-button__button--unbranded + .button {
     margin-left: 10px;
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions button.button--large, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .button--large.btn, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .button--large.shopify-payment-button__button--unbranded {
     padding: 16px 40px;
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions button:hover, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .btn:hover, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .shopify-payment-button__button--unbranded:hover {
     opacity: 0.9;
}
 #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions button:disabled, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .btn:disabled, #bdlr__bundle-widget .enoble_modal-content .enoble_modal-actions .shopify-payment-button__button--unbranded:disabled {
     opacity: .3;
}
 #bdlr__bundle-widget #bdlr-summary {
     align-self: flex-start;
     position: sticky;
     top: 200px;
     max-width: none;
     flex: 0 0 390px;
     padding: 0;
     margin-left: 2vw;
     margin-right: 80px;
}
 @media screen and (max-width: 1023px) {
     #bdlr__bundle-widget #bdlr-summary {
         margin-right: 40px;
    }
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget #bdlr-summary {
         position: initial;
         top: auto;
         align-self: initial;
         flex: 0 0 100%;
         padding: 5vw 40px;
         padding-bottom: 0;
         margin: 0;
         border-top: 1px solid #E9E9E9;
    }
}
 #bdlr__bundle-widget #bdlr-summary .bdlr___summary-items--container {
     box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05);
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget #bdlr-summary .bdlr___summary-items--container {
         box-shadow: none;
    }
}
 #bdlr__bundle-widget #bdlr-summary .bdlr___summary-items {
     position: relative;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr___summary-items > strong {
     position: absolute;
     top: 26px;
     right: 20px;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr___summary-items h2 {
     padding: 15px 30px;
     font-size: 24px;
     color: #463a76;
     font-weight: bold;
     line-height: 46px;
     border-bottom: 1px solid #E9E9E9;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr___summary-items .enoble_empty-state {
     text-align: center;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--list {
     display: none;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs {
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     max-height: 25vh;
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs {
         max-height: none;
    }
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs li {
     display: flex;
     align-items: center;
     margin: 0;
     padding: 20px 30px;
     border-bottom: 1px solid #E9E9E9;
     font-size: 16px;
     color: #4A4A4A;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs li img {
     width: 50px;
     height: 50px;
     object-fit: cover;
     max-height: none;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs li .quantity {
     position: initial;
     margin-left: 30px;
     color: inherit;
     background: none;
     width: auto;
     height: auto;
     padding: 0;
     font-weight: initial;
     font-family: inherit;
     font-size: inherit !important;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs li .quantity:after {
     content: "X";
     margin: 0 5px;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs li .title {
     display: block;
     font-family: inherit;
     font-size: inherit !important;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs li .remove {
     position: initial;
     opacity: initial;
     padding: 0;
     margin-left: auto;
     color: black;
     background: none;
     width: auto;
     height: auto;
     font-weight: initial;
     font-size: 28px;
     padding-left: 15px;
}

.bdlr__product--meta {
    padding-top: 10px;
}





 #bdlr__bundle-widget #bdlr-summary .bdlr__summary--thumbs li.bdlr__summary--list-item-placeholder {
     display: none;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__summary-checkout--subtotal > span {
     display: none;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle {
     display: flex;
     flex-direction: column-reverse;
     padding: 40px 30px;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle button, #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle .btn, #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle .shopify-payment-button__button--unbranded {
     min-width: auto;
     margin: 0;
     width: 100%;
     color: white;
     background: #2ba8bf;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle button:disabled, #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle .btn:disabled, #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle .shopify-payment-button__button--unbranded:disabled {
     background: #D1D0D0;
     opacity: 1;
     margin-top: 16px;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle .bdlr__summary-checkout--disclaimer {
     font-weight: initial;
}
 #bdlr__bundle-widget #bdlr-summary .bdlr__complete-bundle > p {
     text-align: center;
     color: #E93636;
}
 #bdlr__bundle-widget .bdlr__products--container {
     padding: 0;
     flex: 1;
     max-width: none;
     min-height: auto;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container {
     max-width: none;
     margin: 0;
     padding: 0 !important;
     height: auto;
     width: 100% !important;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr-filter {
     margin-left: 80px;
     margin-right: 2vw;
     color: #4A4A4A;
}
 @media screen and (max-width: 1023px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr-filter {
         margin-left: 40px;
    }
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr-filter {
         margin: 0 40px;
    }
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr-filter li {
     margin-right: 10px;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr-filter li a {
     font-size: 16px;
     line-height: 26px;
     padding: 4px 16px;
     color: #463a76;
     border: 1px solid transparent;
     border-radius: 12px;
     text-decoration: none;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr-filter li a.selected {
     border-color: #463a76;
     background-color: #463a76;
     color: #fff;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner {
     position: initial;
     height: auto;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner > .row {
     margin-right: 2vw !important;
     margin-left: 80px !important;
     width: auto;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner > .row:after {
     display: none;
}
 @media screen and (max-width: 1023px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner > .row {
         margin-left: 40px !important;
    }
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner > .row {
         margin: auto !important;
         justify-content: center;
    }
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner > .row:before {
     display: none;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product {
     padding: 1rem;
     flex: 0 0 calc(25% - 2vw);
     max-width: none;
     border: solid 1px #f4f4f4;
}
 @media screen and (max-width: 1280px) {
   
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product {
         flex: 0 0 calc(50% - 2vw);
    }
}

 @media screen and (max-width: 900px) {
   
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product {
         flex: 0 0 calc(50% - 4vw);
    }
   
}
 @media screen and (max-width: 350px) {
   
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product {
         flex: 0 0 100%;
    }
}

 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card {
     margin: 0;
     padding: 0;
     text-align: left;
     display: flex;
     flex-direction: column;
     height: 100%;
}

 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .out-of-stock {
     display: none !important;
}


 @media screen and (min-width: 1280px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card {
         padding-bottom: 65px;
    }
}

 @media screen and (min-width: 1560px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card {
         padding-bottom: 0;
    }
}

 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--image-wrap {
     position: relative;
     height: 0;
     padding-top: 100%;
}

 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--image-wrap img {
     max-height: none;
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     object-fit: cover;
}

 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--title h4 {
     margin: 0;
     margin-top: 20px;
     padding: 0;
     font-size: 16px;
   	 color: #534787;
     line-height: 1.5;
     font-weight: 500;
     margin-bottom: 15px;
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--title h4 {
         font-size: 16px;
         line-height: 1.5;
    }
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty {
     display: flex;
     margin-top: 15px;
     align-items: center;
     margin: 10px 0px;
}
 @media screen and (max-width: 1200px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty {
         justify-content: space-between;
    }
}
 @media screen and (min-width: 1280px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty {
         justify-content: space-between;
    }
}
 @media screen and (min-width: 1560px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty {
         justify-content: flex-start;
    }
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty button, #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty .btn, #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty .shopify-payment-button__button--unbranded {
     margin: 0;
     padding: 0;
     flex: 0 0 45px;
     height: 45px;
     border: 1px solid #CFCFCF;
     border-radius: 50%;
     font-size: 20px;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty--with-qty span {
     margin: 0 1.3vw;
     display: inline-block;
     min-width: 15px;
     text-align: center;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) {
     position: relative;
     top: auto;
     bottom: 0;
     width: auto;
     right: 0;
     left: auto;
     transform: none;
     opacity: 1;
     max-width: none;
     display: flex !important;
}
 @media screen and (max-width: 1200px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) {
         left: 0;
         margin-top: 10px;
    }
}
 @media screen and (min-width: 1280px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) {
         left: 0;
         margin-top: 10px;
    }
}
 @media screen and (min-width: 1560px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) {
         left: auto;
         margin-top: 10px;
    }
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) button:not(.bdlr__product--qty-view), #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) .btn:not(.bdlr__product--qty-view), #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) .shopify-payment-button__button--unbranded:not(.bdlr__product--qty-view) {
     display: none;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--inner .bdlr__product .product-card .bdlr__product--qty:not(.bdlr__product--qty--with-qty) .bdlr__product--qty-view {
     border-radius: 5px;
     background-color: #2ba8bf;
     color: #fff;
   	 min-width: 150px;
     height: 45px;
     padding: 10px 20px;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title {
     background: #F4f4f4;
     margin-right: 2vw;
     margin-bottom: 25px;
     padding-top: 3vw;
     padding-right: 6vw;
     padding-bottom: 3vw;
     padding-left: 80px;
     
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title h1 {
     font-size: 56px;
     font-weight: 500;
     color: #463a76;
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title h1 {
         font-size: 32px;
    }
   
    #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title p.intro {
     color: #4A4A4A;
     margin-top: 14px;
}
   
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title p.intro {
     color: #4A4A4A;
     margin-top: 16px;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title p.intro strong {
     font-weight: 400;
     font-size: 24px;
}
 #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title p.intro a {
     display: inline-block;
     cursor: pointer;
     padding: 15px 18px;
     margin: auto;
     font-size: 16px;
     font-family: "DM Sans", sans-serif;
     font-weight: 500;
     font-style: normal;
     line-height: 32px;
     text-align: center !important;
     text-decoration: none !important;
     letter-spacing: 0px;
     background-color: white;
     color: black;
     border-radius: 32px;
     min-width: 250px;
     margin: 8px 16px 8px 0px;
}
 @media screen and (max-width: 1023px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title {
         padding-left: 40px;
    }
}
 @media screen and (max-width: 900px) {
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title {
         margin-right: 0;
         padding: 64px 40px;
         text-align: center;
    }
     #bdlr__bundle-widget .bdlr__products--container .bdlr__products.container .bdlr__products--title p.intro a {
         margin: 8px;
    }
}
 .edit-bundle {
     font-size: 13.76px;
     color: rgba(0, 0, 0, 0.5);
}
 

.bdlr-toast {
	z-index: 10 !important;
    background: #463a76 !important;
    bottom: 100px !important;
  	color: #fff;
}

.description {

  max-height: 250px; 
  overflow-y: scroll;
  padding: 1rem;
  background: #f6f6f6;
  border-radius: 5px;
}

.enoble_select {

  text-align: center;
  margin-top: 20px;
}