variant-selector-bundle {
    display: flex;
    flex-direction: column;
    /* gap: 25px; */
    gap: 4px;
}

.bundle-part form {
    width: 100%;
}

.bundle-part form label {
    font-size: 0.8em;
    margin-bottom: 15px;
    display: block;
}

.bundle-part form button {
    margin-top: 20px;
}

#bundlerAppProducts {
    padding: 0px 16px;
}

#bundlerAppProducts .bundle-part img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 200px;
    width: 200px;
}

#bundlerAppProducts .bundle-part svg {
    height: 200px;
    width: 200px;
    background-color: beige;
}

#bundlerAppProducts .bundle-part {
    /* padding-top: 30px; */
    width: 100%;
    max-width: 450px;
    /* margin: 0 auto; */
}

#bundlerAppProducts .bundle-parts .bundle-part:not(:last-child),
#bundlerAppProducts .bundle-parts .bundle-part:not(:nth-child(4n)) {
    position: relative;
}

#bundlerAppProducts .bundle-parts .bundle-part:nth-child(4n) {
    position: static;
}

/* #bundlerAppProducts .bundle-parts .bundle-part:not(:last-child)::after {
    content: '';
    position: absolute;
    right: calc(-50% + 16px);
    top: -25%;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
    background-image: url('https://cdn.shopify.com/s/files/1/0595/4833/6226/files/icons8-plus.svg?v=1723186535');
    background-repeat: no-repeat;
    background-size: contain;
} */

#bundlerAppProducts .bundle-parts .bundle-part {
    padding-top: 14px;
    width: 150px;
    height: 100%;
}

#bundlerAppProducts.threeGrid .bundle-parts .bundle-part {
    width: 30%;
}

#bundlerAppProducts.threeGrid .bundle-parts .bundle-part:not(:last-child),
#bundlerAppProducts .bundle-parts .bundle-part:not(:nth-child(3n)) {
    position: relative;
}

#bundlerAppProducts.threeGrid .bundle-parts .bundle-part:nth-child(3n) {
    position: static;
}

#bundlerAppProducts.threeGrid .bundle-parts .bundle-part:nth-child(3n)::after {
    display: none;
}

#bundlerAppProducts.twoGrid .bundle-parts .bundle-part {
    width: 45%;
}

#bundlerAppProducts.verticalLay .bundle-parts .bundle-part {
    width: 100%;
    max-width: 450px;
}

#bundlerAppProducts.twoGrid .bundle-parts .bundle-part:not(:last-child),
#bundlerAppProducts .bundle-parts .bundle-part:not(:nth-child(2n)) {
    position: relative;
}

#bundlerAppProducts.twoGrid .bundle-parts .bundle-part:nth-child(2n) {
    position: static;
}

#bundlerAppProducts.twoGrid .bundle-parts .bundle-part:nth-child(2n)::after {
    display: none;
}

.bundle-parts {
    display: flex;
    padding-top: 10px;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

#bundlerAppProducts.verticalLay .bundle-parts {
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#bundlerAppProducts.verticalLay .bundle-parts .bundle-part:not(:last-child)::after {
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
}

#bundlerAppProducts .bundle-parts .bundle-part img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#bundlerAppProducts .bundle-part,
#bundlerAppProducts .bundle-part span.bundle-title {
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    color: black;
    line-height: 16px;
    flex-direction: column;
}

.bundle-title-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    width: 100%;
}

#bundlerAppProducts .bundle-part a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.bundleProducts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-left: 20px;
}

.bundleProducts .bundleProduct {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bundleProducts .bundleProduct img.bundleProductImage {
    width: 50px !important;
    height: 50px !important;
}

.bundleProducts .bundleProduct .bundle-product-details a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 5px;
}

.bundleProducts .bundleProduct .bundle-product-details a span {
    color: black;
    font-size: 0.6em;
}

.bundleProducts .bundleProduct .bundle-product-details a span:nth-child(2) {
    font-size: 0.4em;
}

.bundleItems {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 1.2rem;
    margin-top: 20px;
    cursor: pointer;
}

.bundleItems svg path {
    fill: #666;
}

.bundleItems svg {
    background-color: transparent !important;
    height: 10px !important;
    width: 10px !important;
    --webkit-transition: all .4s;
    transition: all .4s;
}

.bundleItems.active svg {
    transform: rotate(180deg);
}

.bundleProductsGrid {
    --webkit-transition: all .4s;
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: all .4s;
}

.bundleProductsGrid.active {
    opacity: 1;
    grid-template-rows: 1fr;
}

.bundleProductsGrid>div {
    overflow: hidden;
}

.bundle-infinite-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bundle-infinite-div select {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border-radius: 0px;
    border: 1px solid #333;
    margin-bottom: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://cdn.shopify.com/s/files/1/0641/6033/3877/files/drop.svg?v=1725863438');
    background-repeat: no-repeat;
    background-position: right 8px center;
    font-family: inherit;
    font-weight: normal;
    color: #000;
}

#bundlerAppProducts .bundle-infinite-div:not(:last-child) {
    margin-bottom: 10px;
}

.bundle-infinite-div label {
    margin-bottom: 5px;
}
.bundle-product-option-name{
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width:991px) {
    #bundlerAppProducts .bundle-parts .bundle-part {
        width: 47.2%;
        max-width: 200px;
    }

    #bundlerAppProducts.threeGrid .bundle-parts .bundle-part {
        width: 47.2%;
    }

    #bundlerAppProducts.twoGrid .bundle-parts .bundle-part {
        width: 47.2%;
    }

    #bundlerAppProducts .bundle-parts .bundle-part:nth-child(2n) {
        position: static;
    }

    /* #bundlerAppProducts .bundle-parts .bundle-part:not(:last-child)::after{
      right: calc(50% - 12px);
      top: 110%;
    } */

}

@media only screen and (max-width:767px) {
    #bundlerAppProducts .bundle-parts .bundle-part:nth-child(2n) {
        position: relative;
    }

    #bundlerAppProducts .bundle-parts .bundle-part:nth-child(4n) {
        position: relative;
    }

    #bundlerAppProducts .bundle-parts .bundle-part {
        width: 100%;
        max-width: 150px;
    }

    /* #bundlerAppProducts .bundle-parts .bundle-part:not(:last-child)::after {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 100%;
    } */

    .bundle-parts {
        gap: 18px;
        justify-content: flex-start;
    }

    #bundlerAppProducts h3{
      text-align: start !important;
    }
}

.bundle-infinite-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.bundle-infinite-div select {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #333;
    margin-bottom: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://cdn.shopify.com/s/files/1/0641/6033/3877/files/drop.svg?v=1725863438');
    background-repeat: no-repeat;
    background-position: right 8px center;
    font-family: inherit;
    font-weight: normal;
    color: #000;
    padding: 10px 12px;
    border-radius: 10px;
}

#optionsBundle {
    margin: 20px 0px;
}

#optionsBundle variant-infinite-select-options:not(:first-child) {
    margin-top: 30px;
    display: block;
}

.bundle-infinite-div label {
    margin-bottom: 5px;
    font-size: 16px;
}

.pill-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pill-option {
    padding: 8px 16px;
    border: 1px solid #333;
    border-radius: 20px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 10px;
}

.pill-option.selected {
    background-color: #333;
    color: #fff;
}

.bundle-product-checkbox {
    display: flex;
    flex-direction: column;
    gap: 15px;
    scroll-snap-align: start;
    padding: 5px;
    padding-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bundle-product-checkbox.selected {
    border-radius: 0px;
    background-color: #f2f2ee;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    animation: none;
}

label.bundle-product-label {
    display: flex;
    gap: 20px;
}

.bundle-product-image {
    min-width: 180px;
    width: 30%;
    height: 0px;
    position: relative;
    padding-top: 100%;
}

.bundle-product-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0px;
}

.bundle-product-checkbox .bundle-product-image {
    width: 180px;
    height: 0px;
    position: relative;
    padding-top: 120%;
}

.bundle-product-checkbox .bundle-product-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0px;
}

.bundle-product-checkboxes {
    display: flex;
    width: 100%;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    margin-top: 0px;
    gap: 20px;
    padding-bottom: 10px;
}

.bundle-product-info {
    padding: 5px;
}

.bundle-product-info .bundle-product-title {
    font-weight: 600;
    font-size: 12px;
}

.bundle-product-layout {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.bundle-product-layout .bundle-product-title {
    font-weight: 600;
    font-size: 14px;
}

.bundle-product-layout .bundle-infinite-div {
    align-items: start;
}

.bundle-product-layout .bundle-infinite-div select {
    padding: 4px;
    max-width: 100%;
    font-size: 12px;
}

.bundle-product-layout .bundle-infinite-div label {
    font-size: 12px;
}

.bundle-product-options .bundle-infinite-div {
    margin: 0 !important;
}

.bundle-product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0px;
    width: 37%;
    min-width: 210px;
}

.options-bundle-products .modern-lay-prod:not(:last-child) {
    position: relative;
}

.options-bundle-products .modern-lay-prod:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-image: url('https://cdn.shopify.com/s/files/1/0641/6033/3877/files/drop_55aef1db-7695-4aad-8a35-6894325617ca.svg?v=1726751698');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: none;
}

.modern-lay-prod .bundle-infinite-div {
    margin-bottom: 10px;
}

.options-bundle-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bundle-header {
    padding-top: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bundle-product-checkbox.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

@media only screen and (max-width: 480px) {
  #bundlerAppProducts .bundle-parts .bundle-part{
      max-width: 130px;
  }
}