bundle-builder{display:block;width:100%}.bundle-builder-wrapper,bundle-builder.bundle-builder-wrapper{width:100%;padding:40px 20px;background:rgb(var(--page-background));display:block}.bundle-builder-container{max-width:1400px;margin:0 auto;position:relative}.bundle-builder-header{margin-bottom:28px}.bundle-builder-tabs{display:flex;gap:12px;margin-bottom:16px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;position:relative;padding-bottom:12px;align-items:center}.bundle-builder-tabs::-webkit-scrollbar{display:none}.bundle-builder-tabs:after{content:"";width:100%;height:1px;background:#e2e8f0}.bundle-content-wrapper{width:100%;position:relative}.bundle-builder-content{width:100%;min-width:0}.bundle-builder-title{font-size:48px;font-weight:600;line-height:1.2;margin:0;padding:0}.bundle-builder-subtitle{font-size:18px;font-weight:400;line-height:1.5;margin-top:16px;padding:0;color:#000}.bundle-builder-subtitle p{margin:0}.bundle-builder-subtitle p+p{margin-top:8px}.bundle-tab{padding:12px 24px;font-size:14px;font-weight:600;letter-spacing:.5px;background:transparent;border:2px solid #E2E8F0;border-radius:25px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;white-space:nowrap}.bundle-tab:hover{border-color:#000}.bundle-tab.active{background:#000;color:#fff;border-color:#000}.bundle-product-grid{display:none;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:40px;width:100%}.bundle-product-grid.active{display:grid}@media (min-width: 1024px){.bundle-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1200px){.bundle-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.bundle-product-card{background:#fff;border:1px solid #E2E8F0;border-radius:8px;padding:16px;transition:all .3s ease;display:flex;flex-direction:column;min-width:0;width:100%;box-sizing:border-box}.bundle-product-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.bundle-product-image{width:100%;aspect-ratio:1;margin-bottom:16px;border-radius:4px;overflow:hidden;background:#f7fafc;display:flex;align-items:center;justify-content:center}.bundle-product-image img{width:100%;height:100%;object-fit:contain}.bundle-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bundle-product-info{display:flex;flex-direction:column;gap:12px;flex:1}.bundle-product-name{font-size:16px;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.bundle-product-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.price-compare{font-size:16px;color:#6a6a6a;text-decoration:line-through}.price-current{font-size:18px;font-weight:500;color:#1a1a1a}.price-discount-badge{font-size:12px;font-weight:700;color:#fff;background:#15a61a;padding:2px 8px;border-radius:4px;line-height:1.4}.bundle-product-variant{font-size:14px;color:#6a6a6a;line-height:1.4}.bundle-product-variant-description{font-size:12px;color:#6a6a6a;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:unset;line-clamp:unset}@media (min-width: 769px){.bundle-product-info{display:grid;grid-template-columns:1fr;gap:12px}.bundle-product-name{grid-column:1 / -1}.bundle-product-price{grid-column:1 / -1;display:flex;align-items:center}.bundle-product-variant{order:1;margin-left:auto}.bundle-product-variant-description{-webkit-line-clamp:3;line-clamp:3}}.bundle-product-options{margin-top:auto}.custom-dropdown{position:relative;width:100%}.custom-dropdown-selected{width:100%;padding:6px 11px 6px 13px;font-size:16px;border:1px solid #D4D4D4;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease}.custom-dropdown-selected:hover{border-color:#000}.custom-dropdown.open .custom-dropdown-selected{border-color:#000;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0}.custom-dropdown-arrow{width:12px;height:12px;transition:transform .3s ease}.custom-dropdown-arrow svg{width:100%;height:100%}.custom-dropdown.open .custom-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-options{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #000;border-top:none;border-radius:0 0 4px 4px;max-height:0;overflow:hidden;opacity:0;z-index:10;transition:max-height .3s ease,opacity .3s ease}.custom-dropdown.open .custom-dropdown-options{max-height:200px;opacity:1;overflow-y:auto}.custom-dropdown-option{padding:10px 12px;font-size:14px;cursor:pointer;transition:background-color .2s ease;background:#f7fafc}.custom-dropdown-option:hover,.custom-dropdown-option.selected{background:#ededed}.bundle-product-actions{display:flex;gap:8px;align-items:center;margin-top:8px}.bundle-quantity{display:flex;align-items:center;gap:4px;border:1px solid #E2E8F0;border-radius:4px;padding:4px;background:#fff;max-width:67px;height:100%}.quantity-btn{border:none;background:transparent;cursor:pointer;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:2px}.quantity-btn:hover{background:#f7fafc}.quantity-input{width:24px;text-align:center;border:none;font-size:14px;font-weight:600;background:transparent;outline:none}.bundle-add-btn{flex:1;padding:8px;font-size:16px;font-weight:600;letter-spacing:.5px;background:transparent;color:#15a61a;border:1px solid #15A61A;border-radius:93px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;white-space:nowrap;display:flex!important;align-items:center;justify-content:center}.bundle-add-btn:hover:not(.disabled):not(:disabled){background:#15a61a;color:#fff}.bundle-add-btn.disabled,.bundle-add-btn:disabled{opacity:.5;cursor:not-allowed;background:transparent;color:#a0aec0;border-color:#e2e8f0}.bundle-add-btn.disabled:hover,.bundle-add-btn:disabled:hover{background:transparent;color:#a0aec0;border-color:#e2e8f0}.bundle-add-btn-mobile{display:none}.bundle-add-btn-desktop{display:inline}.bundle-empty-state{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#a0aec0;font-size:16px}@media (max-width: 768px){.bundle-builder-wrapper{padding:20px 16px}.bundle-builder-title{font-size:32px}.bundle-builder-tabs{gap:8px}.bundle-tab{padding:10px 16px;font-size:12px}.bundle-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-product-card{padding:12px}.bundle-product-name{font-size:15px}.bundle-product-variant{font-size:13px;order:-1;margin-bottom:-4px;width:100%}.bundle-product-price{display:flex;align-items:center;gap:6px}.price-compare{font-size:14px}.price-current{font-size:16px}.bundle-product-actions{flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:auto}.bundle-quantity{flex:0 0 auto;border:1px solid #E2E8F0;border-radius:4px;padding:4px;gap:8px;max-width:none}.quantity-btn{display:none}.quantity-input{width:32px;text-align:center;font-size:13px}.bundle-add-btn{flex:1 1 auto;min-width:0;padding:8px;font-size:13px}.bundle-add-btn{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.bundle-add-btn-desktop{display:none}.bundle-add-btn-mobile{display:inline}.bundle-color-swatch{flex-shrink:0}}.bundle-sidebar-cart{display:none}.bundle-sidebar-cart-wrapper{position:relative}@media (min-width: 1024px){.bundle-sidebar-cart-wrapper{position:sticky;top:calc(var(--header-height, 0px));align-self:flex-start;width:100%;max-width:369px;min-width:320px;max-height:calc(100vh - 40px)}.bundle-sidebar-cart{display:block;position:relative;width:100%;height:auto;max-height:calc(100vh - 40px);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;border:4px solid #DBFCDB}.bundle-content-wrapper{display:flex;gap:30px;align-items:flex-start}.bundle-builder-content{flex:1;min-width:0}}.bundle-sidebar-cart-inner{padding:32px 26px 26px;display:flex;flex-direction:column;gap:23px;overflow-y:auto;overflow-x:hidden}@media (min-width: 1024px){.bundle-sidebar-cart-inner{flex:1;min-height:0;display:flex;flex-direction:column}.bundle-cart-header,.bundle-cart-step{flex-shrink:0}}.bundle-cart-header{display:flex;flex-direction:column;gap:12px}.bundle-cart-title{font-size:32px;font-weight:700;margin:0;line-height:1.2;color:#1a1a1a}.bundle-cart-subtitle{font-size:16px;line-height:1.5;margin:0}.bundle-cart-subtitle p{margin:0}.bundle-cart-goal-text{font-size:16px;line-height:1.5;margin:0}.bundle-cart-goal-text p{margin:0}.bundle-progress-bar{width:100%;height:6px;background:#d4d4d4;border-radius:999px;overflow:hidden;margin-top:8px}.bundle-progress-fill{height:100%;background:linear-gradient(90deg,#15a61a,#0e7a12);border-radius:999px;transition:width .4s ease;width:0%}.bundle-cart-step{display:flex;flex-direction:column;gap:16px}.bundle-cart-step-header{display:flex;align-items:center;gap:12px}.bundle-cart-step-badge{width:32px;height:32px;border-radius:50%;border:2px solid #CBD5E0;background:#fff;color:#cbd5e0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0;transition:all .3s ease;position:relative}.bundle-cart-step-number{display:block}.bundle-cart-step-badge svg{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bundle-cart-step.inactive .bundle-cart-step-badge{border-color:#6a6a6a;color:#6a6a6a}.bundle-cart-step.inactive .bundle-cart-step-title{color:#6a6a6a}.bundle-cart-step.active .bundle-cart-step-badge{border-color:#000;color:#000;background:#fff}.bundle-cart-step.active .bundle-cart-step-title{color:#1a1a1a}.bundle-cart-step.completed .bundle-cart-step-badge{background:#15a61a;color:#fff;border-color:#15a61a}.bundle-cart-step.completed .bundle-cart-step-number{display:none}.bundle-cart-step.completed .bundle-cart-step-badge svg{display:block}.bundle-cart-step.completed .bundle-cart-step-title{color:#1a1a1a}.bundle-cart-step-title{font-size:16px;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.8px;color:#6a6a6a;transition:color .3s ease}.bundle-cart-step{position:relative}.bundle-cart-items{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-height:230px;overflow-y:auto;overflow-x:hidden;position:relative;padding-right:2px;padding-bottom:2px}.bundle-cart-step:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(to top,rgba(255,255,255,.8) 0%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1}@media (max-width: 1023px){.bundle-cart-step:after{display:none}}.bundle-cart-step.has-scroll:after{opacity:1}.bundle-cart-items:empty:after{content:"No items added yet";color:#81c784;font-size:13px;font-style:italic;grid-column:1 / -1;text-align:center;padding:20px}.bundle-cart-item{position:relative;aspect-ratio:1;background:#fff;border-radius:12px;border:1px solid #E2E8F0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-sizing:border-box;min-width:0}.bundle-cart-item-placeholder{background:#f7fafc;border:1px solid #CBD5E0;display:flex}.bundle-cart-item-placeholder .bundle-cart-item-image{background:transparent}.bundle-cart-item-image{width:100%;height:100%;border-radius:8px;overflow:hidden;background:#f7fafc;position:relative;display:flex;align-items:center;justify-content:center}.bundle-cart-item-image img{width:100%;height:100%;object-fit:contain;padding:4px}.bundle-cart-item-badges{position:absolute;top:4px;left:4px;display:flex;flex-direction:column;gap:4px;align-items:flex-start;z-index:1}.bundle-cart-item-badge{background:#000;color:#fff;font-size:10px;font-weight:700;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.3px;line-height:1}.bundle-cart-item-info,.bundle-cart-item-name,.bundle-cart-item-variant,.bundle-cart-item-price{display:none}.bundle-cart-item-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;background:transparent;color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:all .2s ease;opacity:1;z-index:2}.bundle-cart-item-remove:hover{color:#e53e3e;transform:scale(1.15)}.bundle-cart-footer{margin-top:auto;display:flex;flex-direction:column;gap:23px;flex-shrink:0}@media (min-width: 1024px){.bundle-cart-footer{position:sticky;bottom:0;background:#fff;z-index:2;padding-top:12px;margin-top:12px;border-top:1px solid transparent}.bundle-cart-footer:before{content:"";position:absolute;top:-20px;left:-26px;right:-26px;height:20px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none}}.bundle-cart-total{display:flex;justify-content:space-between;align-items:center}.bundle-cart-total-label{font-size:18px;font-weight:600;color:#1a1a1a}.bundle-cart-total-prices{display:flex;align-items:center;gap:8px}.bundle-cart-total-original{font-size:16px;color:#6a6a6a;text-decoration:line-through}.bundle-cart-total-discounted{font-size:18px;font-weight:500;color:#1a1a1a}.bundle-cart-cta-button{width:100%;padding:14px;font-size:16px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:#15a61a;color:#fff;border:none;border-radius:93px;cursor:pointer;transition:all .3s ease}@media (max-width: 767px){.bundle-cart-cta-button{padding:10px}}.bundle-cart-cta-button:hover:not(:disabled){background:#2bae30;box-shadow:0 4px 12px #48bb7866}.bundle-cart-cta-button:disabled{background:#d4d4d4;color:#6a6a6a;cursor:not-allowed}.bundle-cart-feature-icon{min-width:22px}.bundle-cart-features{display:flex;flex-direction:column;gap:12px}@media (max-width: 1023px){.bundle-cart-features{display:none}}.bundle-cart-feature{display:flex;align-items:center;gap:10px;font-size:13px;color:#303030;line-height:1.2}.bundle-cart-feature svg{flex-shrink:0;color:#303030}@media (max-width: 1023px){body:has(.bundle-sidebar-cart){padding-bottom:150px}.bundle-sidebar-cart{display:flex!important;flex-direction:column;position:fixed;top:auto;bottom:env(safe-area-inset-bottom,0);left:0;right:0;width:100%;max-height:calc(95vh - env(safe-area-inset-bottom,0px));background:#1a1a1ae6;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0000004d;transform:translateY(0);transition:transform .3s ease;z-index:1000;overflow:hidden}.bundle-sidebar-cart.expanded{transform:translateY(0)}.bundle-sidebar-cart-inner{padding:24px 20px calc(32px + env(safe-area-inset-bottom,0px));overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;display:flex;flex-direction:column}.bundle-sidebar-cart:not(.expanded) .bundle-sidebar-cart-inner{padding:16px 20px;gap:0;overflow:hidden}.bundle-sidebar-cart.expanded .bundle-sidebar-cart-inner{padding:24px 20px calc(32px + env(safe-area-inset-bottom,0px));gap:23px;overflow-y:auto;overflow-x:hidden}.bundle-cart-header{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-right:0}.bundle-cart-header{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-right:0;gap:0;flex-direction:column}.bundle-sidebar-cart.expanded .bundle-cart-header{gap:12px;flex-direction:column}.bundle-cart-header .bundle-cart-title{display:inline}.bundle-cart-header .bundle-cart-header-title:after{content:"";width:28px;height:28px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23E2E8F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:transform .3s ease;opacity:.9;flex-shrink:0;transform:rotate(180deg)}.bundle-cart-header-title{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.bundle-sidebar-cart.expanded .bundle-cart-header .bundle-cart-header-title:after{transform:rotate(0)}.bundle-cart-title{color:#fff;font-size:20px}.bundle-cart-subtitle,.bundle-cart-goal-text{color:#cbd5e0}.bundle-progress-bar{background:#d4d4d4}.bundle-cart-step-badge{border-color:#d4d4d4;background:#d4d4d4;color:#718096}.bundle-cart-step.inactive .bundle-cart-step-badge{border-color:#d4d4d4;color:#d4d4d4;background:inherit}.bundle-cart-step.inactive .bundle-cart-step-title{color:#6a6a6a}.bundle-cart-step.active .bundle-cart-step-badge{border-color:#e2e8f0;color:#fff;background:inherit}.bundle-cart-step.active .bundle-cart-step-title{color:#fff}.bundle-cart-step.completed .bundle-cart-step-badge{background:#15a61a;color:#fff;border-color:#15a61a}.bundle-cart-step.completed .bundle-cart-step-title{color:#e2e8f0}.bundle-cart-step-title{color:#718096}.bundle-cart-item-placeholder{background:#2d3748;border-color:#4a5568}.bundle-cart-item-image{background:#fff}.bundle-cart-item-remove{background:transparent;color:#e2e8f0}.bundle-cart-item-remove:hover{color:#e53e3e}.bundle-cart-total-label{color:#e2e8f0}.bundle-cart-total-original{color:#718096}.bundle-cart-total-discounted{color:#fff}.bundle-cart-cta-button:hover:not(:disabled){background:#cbd5e0}.bundle-cart-cta-button:disabled{background:#d4d4d4;color:#6a6a6a}.bundle-cart-feature{color:#6a6a6a}.bundle-cart-feature svg{color:#6a6a6a}.bundle-cart-items{padding-left:0;padding-right:2px;padding-bottom:2px;grid-template-columns:repeat(3,1fr);gap:8px;max-height:242px;overflow-y:auto;overflow-x:hidden}.bundle-cart-item{box-sizing:border-box;min-width:0}.bundle-cart-step:after{background:linear-gradient(to top,rgba(255,255,255,.3) 0%,transparent 100%)}.bundle-cart-step-header{padding-left:0}.bundle-cart-item{border-color:#d4d4d4;background:inherit}.bundle-cart-item:hover{transform:none;box-shadow:none}.bundle-cart-item-badge{width:22px;height:22px;font-size:9px}.bundle-cart-item-remove{width:20px;height:20px;font-size:16px}.bundle-sidebar-cart:not(.expanded) .bundle-cart-step{max-height:0;overflow:hidden;opacity:0;margin:0;padding:0;transition:max-height .3s ease,opacity .3s ease,margin .3s ease,padding .3s ease}.bundle-sidebar-cart.expanded .bundle-cart-step{max-height:1000px;opacity:1;display:flex;transition:max-height .3s ease,opacity .3s ease,margin .3s ease,padding .3s ease}.bundle-sidebar-cart:not(.expanded) .bundle-cart-features{max-height:0;overflow:hidden;opacity:0;margin:0;padding:0;transition:max-height .3s ease,opacity .3s ease,margin .3s ease,padding .3s ease}.bundle-sidebar-cart.expanded .bundle-cart-features{max-height:200px;opacity:1;transition:max-height .3s ease,opacity .3s ease,margin .3s ease,padding .3s ease}.bundle-sidebar-cart:not(.expanded) .bundle-cart-footer{gap:8px}.bundle-sidebar-cart.expanded .bundle-cart-footer{margin-top:auto;gap:23px}.bundle-cart-items:empty:after{color:#718096}}.bundle-color-filter-wrapper{margin-bottom:24px}.bundle-color-filter{display:flex;align-items:center;gap:4px;flex-wrap:wrap;border:1px solid #D4D4D4;border-radius:999px;padding:6px;width:fit-content;position:relative}.bundle-color-filter-label{padding:0 16px;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.bundle-color-filter-clear{background:none;border:none;padding:0;margin-inline:12px;font-size:14px;font-weight:400;color:#6a6a6a;text-decoration:underline;cursor:pointer;transition:color .2s ease;white-space:nowrap;display:none}.bundle-color-filter-clear:hover{color:#000}.bundle-color-filter-clear:focus{outline:2px solid #000;outline-offset:2px;border-radius:2px}.bundle-color-swatches{display:flex;align-items:center;gap:4px;flex-wrap:wrap}@media (max-width: 767px){.bundle-color-filter{width:100%;max-width:100%;overflow:hidden;border:none;border-radius:0;flex-wrap:wrap}.bundle-builder-tabs{margin-inline:-16px;padding-inline:16px}.bundle-color-filter-label{display:none}.bundle-color-swatches{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;min-width:0;flex:1}.bundle-color-swatches::-webkit-scrollbar{display:none}.bundle-color-filter-clear{margin-inline:0;margin-top:8px;width:100%;text-align:left;padding-left:0}}.bundle-color-swatch{width:32px;height:32px;border-radius:50%;border:1px solid #E2E8F0;background:transparent;cursor:pointer;transition:border-color .2s ease;padding:0;position:relative;display:flex;align-items:center;justify-content:center}.bundle-color-swatch-inner{width:20px;height:20px;border-radius:50%;background-color:transparent;display:block}.bundle-color-swatch:hover{border-color:#000}.bundle-color-swatch.active{border:2px solid #000}.bundle-color-swatch .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (min-width: 768px){.bundle-color-swatch{width:36px;height:36px}.bundle-color-swatch-inner{width:24px;height:24px}}.bundle-product-btn-13{min-height:40px;max-height:44px;padding:10px 24px;color:#1a1a1a;font-size:16px;font-weight:600;line-height:24px;text-transform:uppercase;border-radius:93px;border:1px solid #1A1A1A;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.bundle-product-btn-13:hover{background-color:#1a1a1a;color:#fff}.bundle-product-btn-13.disabled{opacity:.5;cursor:not-allowed;background:transparent;color:#a0aec0;border-color:#e2e8f0}@media (max-width: 767px){.quick-add-suffix{display:none}.bundle-product-btn-13{font-size:13px;line-height:22px;min-height:39px;max-height:39px;padding:10px 0}}.custom-dropdown-option.is-disabled{opacity:.45;pointer-events:none}@media (max-width: 767px){.bundle-quantity .quantity-btn,.bundle-quantity .quantity-input{display:none!important}.bundle-quantity .custom-qty-dropdown{display:block;width:100%}.custom-qty-dropdown .custom-dropdown-options{max-height:150px;overflow-y:auto;overflow-x:hidden;width:100%}.custom-qty-dropdown.is-disabled{opacity:.5;pointer-events:none}.custom-qty-dropdown .custom-dropdown-selected{font-size:16px;padding:0;border:unset;border-radius:0;background:inherit;min-width:36px;justify-content:center}.custom-qty-dropdown .custom-dropdown-arrow{display:none}.custom-qty-dropdown .custom-dropdown-option{padding:5px 0;justify-content:center;display:flex;font-size:16px;align-items:center;background:inherit}.custom-qty-dropdown .custom-dropdown-options{border:1px solid #E2E8F0;border-radius:4px;margin-left:-4px;width:calc(100% + 8px)}}@media (min-width: 768px){.bundle-quantity .custom-qty-dropdown{display:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/bundle-builder.css.map */
