/** Shopify CDN: Minification failed

Line 216:73 Expected ")" to end URL token

**/
#bundle-loader{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--color-foreground), .5);
}

.loader {
  position: relative;
}

.loader span {
position: absolute;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 5vw;
    font-family: helvatica-bold;
    letter-spacing: 5px;
}
.loader span:nth-child(1) {
  color: transparent;
    color: #fff2;
     /* -webkit-text-stroke: 0.3px #fff5; */
}
.loader span:nth-child(2) {
  color: #fff5;
  -webkit-text-stroke: 0.3px #fff8;
  animation: uiverse723 3s ease-in-out infinite;
}

@keyframes uiverse723 {
  0%, 100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 
     54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 
     51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}


   .labed-d-content{
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        width: 100%;
                  }
                  .bundle-step-container{
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        font-size: 0.7vw;
                        text-transform: uppercase;
                        font-family: helvatica-bold;
                        margin: 1vh 0 0.5vh;
                  }
                    .bundle-item {
                      /* border: 1px solid #ccc; */
                      border-radius: 4px;
                      overflow: hidden;
                      transition: all 1s linear;
                      margin-bottom: 0;
                      margin: 0;
                    }
                    .bundle-label-img {
                    height: 5vh;
                    width: auto;
                    border-radius: 4px;
                    margin-right: 1vw;
                  }

                  #bundle-wrapper{
       width: 100%;
    background: #efefef;
    padding: 2%;
    margin: 1vh 0;
    border-radius: 5px;
    display: flex
;
    flex-direction: column;
    gap: 1.3vh;
                  }
                    .bundle-header {
                padding: 1.2vh 2%;
     background: #7c7c7c1f;
    cursor: pointer;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;
          position:relative;
                    }
                  .related-products.isolate{
                    z-index: 0;
                  }
                  .bundle-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(115deg, #fff0 20%, #fffc, #fff0 60%);
    filter: blur(3px);
    animation: shine12 4s ease-in-out infinite;
}
                  @keyframes shine12 {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
                  .bundle-header input[type="radio"] {
                    accent-color: #212121;
                  }

                    .bundle-content {
                      max-height: 0;
                      overflow: hidden;
                      transition: max-height 1s linear;
                      padding: 0 16px;
                    }

                    .bundle-item.active .bundle-content {
                      max-height: 1000px;
                      padding-top: 0;
                      padding-bottom: 0;
                    }

                    .bundle-config-step {
                      margin-bottom: 0;
                          margin: 1.5vh 0 1vh;
                    }

                    .bundle-label {
                  display: flex
                  ;
                      flex-wrap: wrap;
                      gap: 0;
                      font-weight: 500;
                      align-items: center;
                      width: 100%;
                      justify-content: space-between;
                      font-family: 'Inter-Regular';
                      font-size: 0.8vw;
                    }
                  .bundle-label strong{
                         color: #000;
                      font-family: 'helvatica-regular';
                      font-weight: 800;
                  }
                    .bundle-label span{
                      margin-left: 0;
                      font-size: 0.75vw;
                      text-transform: capitalize;
                          color: #000;
                  }
                    .bundle-label span.save-badge {
                        background: #71ff8d;
    color: #000000;
    padding: 0.6vh 0.5vw 0.6vh;
    font-size: 0.6vw;
    border-radius: 4px;
    line-height: normal;
                       font-family: 'helvatica-bold';
                    }
                  .bundle-d-content{
                      display: flex;
                      align-items: center;
                      gap: 1.3vh;
                  }
                    .add-bundle-btn {
                       margin: 1vh 0;
                      background: black;
                      color: #fff;
                      padding: 0;
                      border: none;
                      border-radius: 4px;
                      cursor: pointer;
                      font-weight: 600;
                      width: 100%;
                      height: 5.5vh;
                      font-family: helvatica-regular;
                      font-size: 0.7vw;
                      text-transform: uppercase;
                    }

                    .add-bundle-btn:disabled {
                      background: #aaa;
                      cursor: not-allowed;
                    }
                     .variant-selectors select{
                      padding: 1vh 1.5%;
                      border: 1px solid #ccc;
                      border-radius: 4px;
                      font-size: 0.75vw;
                      margin-right: 0px;
                      appearance: none;
                      background-color: transparent;
                      background-image: url(data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>);
                      background-repeat: no-repeat;
                      background-position-x: 95%;
                      background-position-y: center;
                      cursor: pointer;
                      width: 49%;
                      font-family: helvatica-regular;
                      color: #000;
                     }
                       .variant-selectors{
                               display: flex;
                                gap: 2%;
                       }
                                .bundle-config-step strong{
                                    font-size: 0.7vw;
                                    text-transform: uppercase;
                                    font-family: helvatica-bold;
                        }

.product-description-column.product-accordion-column #bundle-wrapper{
    width: 100%;
    background: #80808026;
    backdrop-filter: blur(9px);
    padding: 0.5%;
    margin: 0vh 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    position: fixed;
    width: 31.6%;
    right: 1%;
    bottom: 7.5vh;
    z-index: 9;
    height: max-content;
}
.product-description-column.product-accordion-column .variant-selectors select {
    padding: 1vh 1.5%;
    border: 1px solid #797979;
}
.product-description-column.product-accordion-column .bundle-item.active .bundle-content{
background: #ffffff80;
}
.product-description-column.product-accordion-column .bundle-header {
padding: 0.7vh 2%;
    background: #ffffff80;
}
.product-description-column.product-accordion-column .bundle-label strong {
    font-size: 0.75vw;
}
.product-description-column.product-accordion-column .bundle-label span {
    font-size: 0.65vw;
}
.product-description-column.product-accordion-column .bundle-label span.save-badge {
    font-size: 0.55vw;
}


              @media screen and (max-width: 950px){
             .product-description-container .product-description-left .product__description .bundle-item.active .bundle-content {
    background: #7c7c7c1f;
}
                .loader span {
    font-size: 6vh;
                }
                
              #bundle-wrapper {
                padding: 3% 2%;
                gap:1vh;
              }
              .bundle-label{
                  font-size: 10px;
              }
              .bundle-label span { 
               font-size: 10px;
              }
              .bundle-label span.save-badge {
    padding: 0.6vh 1.5vw 0.6vh;
               font-size: 8px;
              }
              .bundle-item{
                  margin: 0;
              }
              .bundle-config-step strong {
              font-size: 10px;
              }
              .variant-selectors select {
              font-size: 9px;
              }

             .add-bundle-btn{
                  font-size: 11px;
                  height: 5.5vh;
             }
              .bundle-step-container{
                  font-size: 8px;
              }
              
                  }