/** Shopify CDN: Minification failed

Line 724:2 Unexpected "{"
Line 724:3 Expected identifier but found "%"
Line 726:3 Expected identifier but found "%"
Line 1127:6 Unexpected "{"
Line 1127:7 Expected identifier but found "%"
Line 1129:7 Expected identifier but found "%"

**/
.bundle-builder-section {
        margin-top: 48px;
        margin-bottom: 56px;
    }
    .bundle-builder-section .bundle-builder-flex-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 48px;
        max-width: 1380px;
        width: 100%;
        padding-inline: 50px;
        margin-inline: auto;
    }
    .bundle-builder-section .left-product-grid-side .collection-wrapper {
      scroll-margin-top: 50px;
    }
    .bundle-builder-section .left-product-grid-side .collection-wrapper + .collection-wrapper {
        margin-top: 48px;
    }
    .bundle-builder-section .collection-heading {
        color: #000;
        font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.64px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 24px;
    }
    .bundle-builder-section .bundle-builder-flex-wrapper .right-product-details-side {
        width: 410px;
        flex-shrink: 0;
        border-radius: 16px;
        border: 1px solid #E8E8E1;
        background: #FFF;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .bundle-builder-section .bundle-cart .cart-header {
        display: flex;
        padding: 16px 32px;
        justify-content: space-between;
        align-items: center;
        background: #FFF8E8;
    }
    .bundle-builder-section .bundle-cart .cart-header h4 {
        color: #000;
        font-family: var(--typeBasePrimary),var(--typeBaseFallback);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: normal;
        text-transform: uppercase;
        margin: 0;
    }
    .bundle-builder-section .bundle-cart .cart-header .cart-count {
        display: flex;
        width: 32px;
        height: 32px;
        border-radius: 99px;
        background: #000;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        color: #FFF;
        font-family: var(--typeBasePrimary),var(--typeBaseFallback);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .bundle-builder-section .bundle-cart .progress-stepper-container {
        padding-inline: 32px;
        margin-top: 20px;
        padding-bottom: 16px;
    }
    .bundle-builder-section .bundle-cart .progress-stepper-container .starp-text-message{
        margin-bottom: 10px;
        color: #000;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: normal !important;
    }
    .bundle-builder-section .bundle-cart .progress-stepper-container .starp-text-message-congrats {
      margin-bottom: 10px;
      color: #000;
      text-align: center;
      font-family: "Nunito Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: normal !important;
    }

    .bundle-builder-section .bundle-cart .progress-stepper-container .starp-text-message strong,
    .bundle-builder-section .bundle-cart .progress-stepper-container .starp-text-message-congrats strong {
        font-weight: 700:
    }

    .bundle-builder-section .bundle-cart .progress-stepper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
    }

    .bundle-builder-section .bundle-cart .progress-line {
      position: absolute;
      top: 50%;
      left: 26px;
      right: 26px;
      height: 8px;
      background: #EEE;
      transform: translateY(-50%);
      z-index: 1;
    }
    .bundle-builder-section .bundle-cart .progress-line-fill {
      height: 100%;
      background: #D19D1A;
      width: 0%;
      transition: width 0.5s ease;
    }
    .bundle-builder-section .bundle-cart .step {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .bundle-builder-section .bundle-cart .step-circle {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      position: relative;
    }
    .bundle-builder-section .bundle-cart .step-circle svg {
      width: 16px;
      height: 16px;
      fill: white;
      display: none;
    }
    .bundle-builder-section .bundle-cart .step .step-circle {
      background: #D19D1A;
    }
    .bundle-builder-section .bundle-cart .step .step-circle svg.check-icon {
      display: block;
    }
    .bundle-builder-section .bundle-cart .step .step-circle .lock-icon {
      display: none;
    }
    .bundle-builder-section .bundle-cart .step.locked .step-circle {
      background: #EEE;
    }
    .bundle-builder-section .bundle-cart .step.locked .step-circle .lock-icon {
      display: block;
    }
    .bundle-builder-section .bundle-cart .step.locked .step-circle svg.check-icon {
      display: none;
    }

    .bundle-builder-section .bundle-cart .cart-product-item-wrapper {
      padding-inline: 30px;
      display: flex;
      flex-direction: column;
      overflow: auto;
    }
    .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card {
      display: flex;
      gap: 16px;
      background: white;
      padding: 0 0 20px;
      border-bottom: 1px solid #E8E8E1;
    }
    .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card + .product-card {
      padding-top: 16px;
    }

  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .add-product-card {
    padding-block: 20px;
    align-items: center;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .blank-card {
    padding-block: 20px;
    align-items: center;
  }

  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-image {
    width: 118px;
    height: 118px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #F2F2F2;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-title {
    color: #000;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.16px;
    margin-bottom: 6px;
    text-transform: capitalize;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-options {
    display: flex;
    flex-direction: column;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .option-row {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .option-label {
    color: rgba(0, 0, 0, 0.80);
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .option-value {
    color: rgba(0, 0, 0, 0.80);
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .color--swatch {
    width: 18px;
    height: 18px;
    display: flex;
    border-radius: 2px;
    padding: 2px;
    border: 1px solid rgba(0,0,0,0.1);
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .color--swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-pricing-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-top: 4px;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-pricing {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #AAA;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .price-original {
    color: #AAA;
    text-decoration: line-through;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .price-sale {
    font-weight: 600;
    color: #FF4F33;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-control {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: auto;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-btn {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    transition: background 0.2s;
    padding: 0;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-btn:hover {
    background: #f5f5f5;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-btn:first-child {
    border-radius: 4px 0 0 4px;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-btn:last-child {
    border-radius: 0 4px 4px 0;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-input {
    width: 24px;
    height: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    border-left: none;
    border-right: none;
    text-align: center;
    color: #000;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    background: white;
    outline: none;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-input::-webkit-inner-spin-button,
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .quantity-input[type=number] {
    -moz-appearance: textfield;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .image-box {
    width: 112px;
    height: 112px;
    border: 1px dashed #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-shrink: 0;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .text-content p {
    color: #000;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: normal !important;
    text-transform: uppercase;
    margin: 0;
  }
  .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .free-text {
      color: #FF4F33;
      font-weight: 600;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer {
      background: white;
      padding: 40px 30px 24px;
      border-radius: 8px;
      max-width: 600px;
      width: 100%;
      overflow: hidden;
      flex-shrink: 0;
      margin-inline: auto;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .price-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .price-label {
      color: #000;
      text-align: center;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: normal !important;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .price-value {
      display: flex;
      align-items: center;
      gap: 4px;
      color: #000;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: normal !important;
      text-transform: uppercase;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .original-price {
      color: #aaa;
      text-decoration: line-through;
      font-weight: 400;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .current-price {
      font-weight: 600;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .free-text {
    color: #FF4F33;
    text-align: center;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .checkout-button {
      width: 100%;
      background-color: #000;
      border: none;
      border-radius: 12px;
      padding: 20px;
      color: #FFF;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: normal !important;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      margin-top: 24px;
  }

  .bundle-builder-section .bundle-cart .bundle-cart-footer .lock-icon {
      line-height: 0;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .lock-icon svg {
    vertical-align: middle;
  }
  .bundle-builder-section .bundle-cart .bundle-cart-footer .guarantee-text {
      color: rgba(0, 0, 0, 0.80);
      font-family: "Nunito Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: normal !important;
      text-align: center;
      margin: 12px 0 0 ;
  }
  .collection-heading {
      font-size: 24px;
      font-weight: 700;
      margin: 30px 0 15px;
  }
  .bundle-builder-section .collection-grid {
      display: grid;
      gap: 32px;
  }
  .bundle-builder-section .collection-grid {
      grid-template-columns: repeat(3, 1fr);
  }
  .bundle-builder-section .collection-item {
      margin: 0;
      z-index: 0;
  }
  .bundle-builder-section .collection-item:after {
      content: none;
  }
  .bundle-builder-section .collection-item .pro-collection-gallery {
      border-radius: 12px;
  }
  .bundle-builder-section .collection-item .slick-dots li {
      margin-inline: 2px !important;
      height: unset;
      width: unset;
  }
  .bundle-builder-section .collection-item .slick-dots {
      bottom: 17px !important;
      line-height: 0;
  }
  .bundle-builder-section .collection-item .slick-dots li button {
      width: 20px;
      height: 3px;
      padding: 0;
      border-radius: 99px;
      background: rgba(0, 0, 0, 0.20);
  }
  .bundle-builder-section .collection-item .slick-dots li.slick-active button {
      background: #000;
  }
  .bundle-builder-section .collection-item .slick-dots li button:before {
      content: none;
  }
  .bundle-builder-section .collection-item .product-info {
      margin-top: 16px;
  }

  .bundle-builder-section .collection-item .product-info .jdgm-widget {
      padding: 0 !important;
      margin-bottom: 8px !important;
  }
  .bundle-builder-section .collection-item .product-info .jdgm-widget .jdgm-prev-badge__text {
      color: rgba(0, 0, 0, 0.80);
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.28px;
      text-decoration: underline;
  }
  .bundle-builder-section.version-two .jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #D7A11B;
  }
  .bundle-builder-section.version-two .collection-item .product-info .jdgm-widget .jdgm-prev-badge__text {
    color: rgba(0, 0, 0, 0.60);
  }

  .bundle-builder-section .collection-item .product-info .variant-title {
      margin: 0;
      padding-bottom: 8px;
      color: #000;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: normal;
      line-height: normal;
      text-transform: capitalize;
  }

  .bundle-builder-section .collection-item .product-info .product-title {
      color: #000;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      letter-spacing: 0.18px;
      text-transform: capitalize;
      margin: 0;
      margin-bottom: 8px;
      height: 48px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .bundle-builder-section .collection-item .product-info .product-title a{
    font-size: inherit;
    line-height: inherit;
  }

  .bundle-builder-section .collection-item .product-price {
      display: none;
  }
  .bundle-builder-section .collection-item .product-info .grid-product__colors {
      justify-content: flex-start;
      gap: 6px;
      margin: 0;
      padding-bottom: 12px;
      padding-left: 2px;
  }
  .bundle-builder-section .collection-item .product-info .grid-product__colors .color-swatch {
      margin: 0  !important;
      border-radius: 2px;
      width: 32px !important;
      height: 32px !important;
      box-shadow: 0 0 0 1px rgba(13, 13, 13, 0.10);
  }
  .bundle-builder-section .collection-item .product-info .grid-product__colors .color-swatch:before {
      border-width: 2px !important;
      border-radius: 1px !important;
      inset: 0 !important;
  }
  .bundle-builder-section .collection-item .product-info .grid-product__colors .color-swatch.active {
      box-shadow: 0 0 0 1px #000;
  }
  .bundle-builder-section .collection-item .product-info .product-price {
      color: #AAA;
      font-family: "Nunito Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: normal;
      align-items: center;
      gap: 4px;
      flex-wrap: wrap;
      margin: 16px 0 0;
    }
    .bundle-builder-section .collection-item .product-info .product-price .caompare-at-price {
      text-decoration: line-through;
    }
    .bundle-builder-section .collection-item .product-info .product-price .price {
      color: #FF4F33;
      font-weight: 600;
    }


  .bundle-builder-section .collection-item .product-info .product-variant-select {
      padding: 10px 48px 10px 10px;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.16);
      color: rgba(0, 0, 0, 0.80);
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.28px;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      margin-bottom: 12px;
  }
  .bundle-builder-section .collection-item .product-info .product-btn {
      display: flex;
      padding: 12px 24px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      background: #000;
      height: 46px;
      color: #FFF;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      letter-spacing: normal !important;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      width: 100%;
  }

  .bundle-builder-section .collection-item .product-info .quantity-selector {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 4px;
      background: #FFF8E8;
      padding: 15px 20px;
      width: 100%;
      height: 46px;
      gap: 20px;
      display: none;
  }

  .bundle-builder-section .collection-item .product-info .quantity-btn {
      background: none;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 5px 10px;
      width: 46px;
      height: 46px;
  }

  .bundle-builder-section .collection-item .product-info .quantity-btn:hover {
      opacity: 0.7;
  }

  .bundle-builder-section .collection-item .product-info .quantity-value {
      color: #000;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.48px;
      color: #1a1a1a;
      width: 50px;
      text-align: center;
      border: none;
      background: transparent;
      outline: none;
      text-align: center;
  }
  .bundle-builder-section .collection-item .product-info .quantity-value::-webkit-inner-spin-button,
  .bundle-builder-section .collection-item .product-info .quantity-value::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }


  {% comment %}
    VERSION TWO STYLE START
  {% endcomment %}

    html:has(.bundle-builder-section) {
      scroll-behavior: smooth;
    }
    body:has(.bundle-builder-section.version-two) #shopify-section-footer {
      position: relative;
      z-index: 2;
    }

    .bundle-builder-section.version-two{
      margin-bottom: 50px;
    }
    .bundle-builder-section .left-product-grid-side .collection-tabing-wrapper {
      display: none;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 45px;
    }
    .bundle-builder-section.version-two .left-product-grid-side .collection-tabing-wrapper{
      display: flex;
    }
    .bundle-builder-section .left-product-grid-side .collection-tabing-wrapper a {
      padding: 12px;
      color: #000;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-transform: uppercase;
      border-radius: 4px;
      border: 1px solid rgba(0, 0, 0, 0.16);
    }
    .bundle-builder-section .left-product-grid-side .collection-tabing-wrapper a.active {
      border: 1px solid rgba(0, 0, 0, 1);
    }


    .bundle-builder-section.version-two .bundle-builder-flex-wrapper {
      max-width: 1268px;
    }
    .bundle-builder-section.version-two .collection-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
    .bundle-builder-section.version-two .collection-grid .collection-item.hide-product {
      display: none;
    }

    .bundle-builder-section .card-image-slider-wrapper {
        position: relative;
    }
    .bundle-builder-section .card-image-slider-wrapper .product-card-badge {
      display: none;
    }
    .bundle-builder-section .card-image-slider-wrapper .product-card-badge {
      display: block;
      position: absolute;
      left: 8px;
      top: 8px;
      padding: 5px 8px;
      color: #FFF;
      text-shadow: 0 1px 3px rgba(16, 24, 40, 0.10), 0 1px 2px rgba(16, 24, 40, 0.06);
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 100%;
      text-transform: uppercase;
      border-radius: 3px;
      border: 1px solid #ffffff60;
      background: #D7A11B;
      z-index: 1;
    }

    .bundle-builder-section .card-image-slider-wrapper .bundle-form {
      display: none;
    }
    .bundle-builder-section.version-two .card-image-slider-wrapper .bundle-form {
      display: block;
    }
    .bundle-builder-section.version-two .collection-item .product-info .other-options {
      display: none !important;
    }
    .bundle-builder-section.version-two .collection-item .product-info .product-variant-select {
      display: none;
    }
    .bundle-builder-section.version-two .collection-item .product-info .product-price {
      display: flex;
    }
    .bundle-builder-section .card-image-slider-wrapper .bundle-form .product-variant-select {
      height: 42px;
      color: rgba(0, 0, 0, 0.80);
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 14px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.28px;
      text-transform: uppercase;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.16);
      padding: 10px 27px 10px 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      background: url(https://prettystraps.com/cdn/shop/t/93/assets/ico-select.svg) , #fff;
      background-repeat: no-repeat !important;
      background-position: right 10px center !important;
      background-size: 11px !important;
      position: absolute;
      bottom: 16px;
      left: 16px;
      right: 16px;
      z-index: 99;
      display: none;
    }
    .bundle-builder-section.version-two .collection-item .product-info .jdgm-widget ,
    .bundle-builder-section.version-two .collection-item .product-info .product-title {
      margin-bottom: 12px !important;
    }

    .bundle-builder-section .card-image-slider-wrapper .bundle-form .product-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      padding: 8px;
      flex-shrink: 0;
      border-radius: 50%;
      border: 1px solid #E5E5E5;
      background: #FFF;
      margin-left: auto;
      position: absolute;
      bottom: 16px;
      right: 16px;
      z-index: 99;
      padding: 0;
    }
    .bundle-builder-section.version-two .collection-item .product-info .variant-title {
      display: none;
    }
    .bundle-builder-section.version-two .collection-item .product-info .product-title {
      font-weight: 400;
    }
    .bundle-builder-section .left-product-grid-side .collection-wrapper .view-all-button {
      display: none;
    }
    .bundle-builder-section.version-two .collection-item .product-info .product-btn.addto-pack-btn {
      display: none;
    }
    .bundle-builder-section.version-two .left-product-grid-side .collection-wrapper .view-all-button {
      display: flex;
      min-width: 216px;
      width: auto;
      margin-inline: auto;
      padding: 14px 56px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      border-radius: 4px;
      border: 1px solid #000;
      color: #000;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      letter-spacing: normal !important;
      font-weight: 700;
      line-height: normal;
      letter-spacing: normal;
      margin-top: 32px;
      transition: 0.2s;
    }
    .bundle-builder-section.version-two .left-product-grid-side .collection-wrapper .view-all-button:hover {
      color: #fff;
      background: #000;
    }
    .bundle-builder-section.version-two .bundle-builder-flex-wrapper .right-product-details-side {
      display: none;
    }

    .bundle-builder-section .sticky-bundle-builder {
      position:fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-block: 20px;
      display: none;
      border-top: 1px solid #EDEDED;
      background:  #FFF;
      z-index: 1;
      box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.03);
    }
    .bundle-builder-section.version-two .sticky-bundle-builder {
      display: block;
    }
    .bundle-builder-section .sticky-bundle-builder .inner-wrapper {
      display: flex;
      gap: 30px;
      max-width: 1268px;
      padding-inline: 50px;
      margin-inline: auto;
    }
    .bundle-builder-section .sticky-bundle-builder .image-boxes {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
    .bundle-builder-section .sticky-bundle-builder .price-column {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .bundle-builder-section .sticky-bundle-builder .image-box {
      width: 80px;
      height: 80px;
      border: 1px dashed #000;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      background: #fafafa;
    }
    .bundle-builder-section .sticky-bundle-builder .image-box:hover {
      border-color: #999;
      background: #f0f0f0;
    }
    .bundle-builder-section .sticky-bundle-builder .image-box.image-added {
      border-color: #A6742E;
      border-style: solid;
      background: white;
    }
    .bundle-builder-section .sticky-bundle-builder .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 7px;
      display: none;
    }
    .bundle-builder-section .sticky-bundle-builder .image-box.image-added img {
      display: block;
    }
    .bundle-builder-section .sticky-bundle-builder .plus-icon {
      color: #999;
    }
    .bundle-builder-section .sticky-bundle-builder .image-box.image-added .plus-icon {
      display: none;
    }
    .bundle-builder-section .sticky-bundle-builder .close-icon {
      position: absolute;
      top: -8px;
      right: -8px;
      width: 16px;
      height: 16px;
      border: 1px solid #fff;
      background: #000;
      border-radius: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
    }
    .bundle-builder-section .sticky-bundle-builder .image-box.image-added .close-icon {
      display: flex;
    }
    .bundle-builder-section .sticky-bundle-builder .close-icon:hover {
      background: #333;
    }
    .bundle-builder-section .sticky-bundle-builder .close-icon svg {
      width: 8px;
      height: 8px;
    }
    .bundle-builder-section .sticky-bundle-builder .checkout-section {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-left: auto;
    }
    .bundle-builder-section .sticky-bundle-builder .subtotal {
      text-align: left;
    }
    .bundle-builder-section .sticky-bundle-builder .subtotal.mobile-layout {
      display: none;
    }
    .bundle-builder-section .sticky-bundle-builder .subtotal.mobile-layout .subtotal-wrapper ,
    .bundle-builder-section .sticky-bundle-builder .subtotal.mobile-layout .free-shipping-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
    }

    .bundle-builder-section .sticky-bundle-builder .subtotal-label {
      color: #000;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: normal;
    }
    .bundle-builder-section .sticky-bundle-builder .savings {
      color: rgba(0, 0, 0, 0.70);
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 4px;
    }
    .bundle-builder-section .sticky-bundle-builder .price-info {
      display: flex;
      gap: 4px;
      align-items: center;
    }
    .bundle-builder-section .sticky-bundle-builder .original-price {
      color: #AAA;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-decoration: line-through;
      text-transform: uppercase;
    }
    .bundle-builder-section .sticky-bundle-builder .current-price {
      color: #FF4F33;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
    }
    .bundle-builder-section .sticky-bundle-builder .free-shipping {
      color: #FF4F33;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
    }
    .bundle-builder-section .sticky-bundle-builder .checkout-button {
      background: #000;
      color: white;
      border: none;
      padding: 18px 20px;
      border-radius: 8px;
      color: #FFF;
      font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: normal !important;
      line-height: 100%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 302px;
      gap: 4px;
    }
    .bundle-builder-section .sticky-bundle-builder .guarantee {
      color: rgba(0, 0, 0, 0.80);
      font-family: "Nunito Sans";
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: normal;
      margin: 0;
      text-align: center;
    }


@media(min-width:901px) {
  .bundle-builder-section .bundle-builder-flex-wrapper .right-product-details-side {
    max-height: calc(100vh - 60px);
  }
}


    @media (max-width: 768px) {
      .sticky-bundle-builder {
          grid-template-columns: 1fr;
      }

      .checkout-btn {
          width: 100%;
          justify-content: center;
      }
    }

      {% comment %}
        VERSION TWO STYLE END
      {% endcomment %}







      @media(min-width: 901px){
        .bundle-builder-section .bundle-builder-flex-wrapper .right-product-details-side{
          position: sticky;
          top: 30px;
        }
      }

      @media(max-width: 1250px){
        .bundle-builder-section .collection-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        .bundle-builder-section .sticky-bundle-builder .image-box {
          width: 62px;
          height: 62px;
        }
      }
      @media(max-width: 1000px){
        .bundle-builder-section .bundle-builder-flex-wrapper .right-product-details-side {
          width: 380px;
        }
      }


      @media(max-width: 900px){
        .bundle-builder-section .bundle-builder-flex-wrapper {
          padding-inline: 20px;
          gap: 32px;
        }
        .bundle-builder-section .collection-grid {
          grid-template-columns: repeat(3, 1fr);
        }
        .bundle-builder-section.version-two .collection-grid {
          grid-template-columns: repeat(3, 1fr);
        }
        .bundle-builder-section .bundle-builder-flex-wrapper {
          flex-direction: column-reverse;
        }
        .bundle-builder-section .bundle-builder-flex-wrapper .right-product-details-side {
          width: 100%;
        }
        .bundle-builder-section .bundle-cart .cart-header {
          padding: 16px 20px;
        }
        .bundle-builder-section .bundle-cart .cart-header h4 {
          font-size: 16px;
        }
        .bundle-builder-section .bundle-cart .cart-header .cart-count {
          font-size: 14px;
          width: 24px;
          height: 24px;
        }
        .bundle-builder-section .bundle-cart .progress-stepper-container{
          margin-bottom: 8px;
        }
        .bundle-builder-section .bundle-cart .progress-stepper-container .starp-text-message {
          font-size: 15px;
          margin-bottom: 8px;
        }
        .bundle-builder-section .bundle-cart .cart-product-item-wrapper .add-product-card {
          margin-inline: -20px;
          padding-inline: 20px;
        }
        .bundle-builder-section .bundle-cart .progress-stepper-container,
        .bundle-builder-section .bundle-cart .cart-product-item-wrapper {
          padding-inline: 20px;
        }
        .bundle-builder-section .bundle-cart .bundle-cart-footer {
          padding: 24px 20px 16px;
        }
        .bundle-builder-section .bundle-cart .bundle-cart-footer .checkout-button {
          margin-top: 16px;
          padding: 16px;
        }
        .bundle-builder-section .bundle-cart .bundle-cart-footer .guarantee-text {
          font-size: 14px;
        }
        .bundle-builder-section .collection-heading {
          color: #000;
          font-size: 24px;
          letter-spacing: -0.56px;
        }
        .bundle-builder-section.version-two .collection-heading {
          color: #000;
          font-size: 28px;
          letter-spacing: -0.48px;
        }
        .bundle-builder-section .sticky-bundle-builder .image-boxes {
          justify-content: center;
          gap: 10px;
        }
        .bundle-builder-section .sticky-bundle-builder .inner-wrapper {
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          gap: 16px;
          padding-inline: 20px;
        }
        .bundle-builder-section .sticky-bundle-builder .price-column {
          max-width: 350px;
          width: 100%;
        }
        .bundle-builder-section .sticky-bundle-builder .image-box {
            width: 62px;
            height: 62px;
        }
        .bundle-builder-section .sticky-bundle-builder .subtotal.desktop-layout {
          display: none;
        }
        .bundle-builder-section .sticky-bundle-builder .subtotal.mobile-layout {
          display: block;
        }
        .bundle-builder-section .sticky-bundle-builder .checkout-section {
          max-width: 350px;  
          width: 100%;  
          margin: 0;
        }
        .bundle-builder-section .sticky-bundle-builder .checkout-button {
          width: 100%;
        }
        .bundle-builder-section .sticky-bundle-builder .subtotal.mobile-layout .subtotal-wrapper {
          margin-bottom: 4px;
        }
        .bundle-builder-section .sticky-bundle-builder .savings {
          margin: 0;
        }
        .bundle-builder-section .sticky-bundle-builder .free-shipping,
        .bundle-builder-section .sticky-bundle-builder .current-price,
        .bundle-builder-section .sticky-bundle-builder .original-price {
          font-size: 15px;
        }
        .bundle-builder-section .sticky-bundle-builder .free-shipping {
          text-align: right;
        }
         .bundle-builder-section .card-image-slider-wrapper .product-card-badge {
          font-size: 12px;
        }
      }


      @media(max-width: 600px){
        .bundle-builder-section {
          margin-top: 24px;
        }
        .bundle-builder-section.version-two {
          margin-top: 20px;
        }
        .bundle-builder-section .left-product-grid-side .collection-wrapper + .collection-wrapper {
          margin-top: 40px;
        }
        .bundle-builder-section.version-two .left-product-grid-side .collection-wrapper + .collection-wrapper {
          margin-top: 32px;
        }
        .bundle-builder-section .left-product-grid-side .collection-tabing-wrapper {
          margin-bottom: 32px;
          gap: 8px;
        }
        .bundle-builder-section .collection-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        .bundle-builder-section.version-two .collection-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 24px 12px;
        }
        .bundle-builder-section .collection-item .slick-dots {
          bottom: 12px !important;
        }
        .bundle-builder-section .collection-item .product-info .grid-product__colors .color-swatch {
          width: 24px !important;
          height: 24px !important;
        }
        .bundle-builder-section .collection-item .product-info .product-btn {
          font-size: 15px;
        }
        .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .text-content p {
          font-size: 14px;
        }
        .bundle-builder-section .collection-item .product-info .product-btn,
        .bundle-builder-section .collection-item .product-info .quantity-selector {
          height: 42px;
        }
        .bundle-builder-section .collection-grid {
          gap: 24px 12px;
        }
        .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .image-box,
        .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-image {
          width: 102px;
          height: 102px;
        }
        .bundle-builder-section .bundle-cart .bundle-cart-footer .checkout-button {
          padding: 14px 16px;
        }
        .bundle-builder-section .bundle-cart .cart-product-item-wrapper .product-card .product-title {
          font-size: 14px;
        }
        .bundle-builder-section .card-image-slider-wrapper .bundle-form .product-btn {
          width: 40px;
          height: 40px;
          right: 8px;
          bottom: 8px;
        }
        .bundle-builder-section.version-two .collection-item .product-info .product-title {
          font-size: 16px;
        }
        .bundle-builder-section .card-image-slider-wrapper .bundle-form .product-variant-select {
          bottom: 8px;
          left: 8px;
          right: 8px;
          font-size: 13px !important;
          letter-spacing: 0.26px;
        }
        .bundle-builder-section .collection-item .product-info .product-price {
          font-size: 15px;
        }
        .bundle-builder-section.version-two .left-product-grid-side .collection-wrapper .view-all-button {
          max-width: 350px;
          width: 100%;
          min-width: unset;
          padding: 14px 56px;
        }
        .bundle-builder-section.version-two .left-product-grid-side .collection-tabing-wrapper {
          justify-content: center;
        }
        .bundle-builder-section .left-product-grid-side .collection-tabing-wrapper a {
          padding: 12px 8px;
        }
       
      }