.bundle-sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:1px solid #e9ecef;box-shadow:0 -4px 20px #00000026;padding:1rem;display:none}.bundle-sticky-button{width:100%;padding:1rem 1.5rem;background:var(--sticky-button-bg, #007bff);color:var(--sticky-button-text, #ffffff);border:none;border-radius:24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.bundle-sticky-button:hover{background:var(--sticky-button-hover-bg, #0056b3);transform:translateY(-1px)}.bundle-sticky-button--has-items{background:var(--sticky-button-active-bg, #28a745)}.bundle-sticky-button--has-items:hover{background:var(--sticky-button-active-hover-bg, #218838)}.bundle-sticky-text{font-weight:600}.bundle-sticky-count{font-size:.9rem;opacity:.9}.bundle-sidebar-close{position:absolute;top:1rem;right:1rem;background:none;border:none;border-radius:50%;width:40px;height:40px;display:none;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1001;pointer-events:auto;visibility:visible;opacity:1}.bundle-sidebar-close:hover{background:none}.bundle-sidebar-close svg{width:20px;height:20px;color:#666}.bundle-sidebar-close:hover svg{color:#333}.bundle-container{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 990px){.bundle-container{grid-template-columns:3fr 1fr;gap:3rem}}.bundle-products{width:100%}.bundle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media screen and (min-width: 750px){.bundle-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.bundle-product-item{display:flex;flex-direction:column;border:1px solid var(--product-card-border, var(--color-border));border-radius:8px;overflow:hidden;transition:all .3s ease;height:100%;background-color:var(--product-box-background, #ffffff)}.bundle-product-item:hover{border-color:var(--color-accent);box-shadow:0 4px 12px #0000001a}.bundle-product-item--placeholder{opacity:.6}.bundle-product-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.bundle-product-link{display:block;width:100%;height:100%}.bundle-product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-product-item:hover .bundle-product-img{transform:scale(1.05)}.bundle-product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.bundle-product-reviews{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.bundle-product-reviews .jdgm-widget{margin:0!important;padding:0!important}.bundle-product-reviews .jdgm-preview-badge{font-size:.85rem!important;line-height:1.2!important}.bundle-product-title{margin:0;font-size:1.8rem;font-weight:600;line-height:1.3;color:var(--product-title-color, #333333)}.bundle-product-title a{text-decoration:none;transition:color .2s ease;color:inherit}.bundle-product-title a:hover{color:var(--color-accent)}.bundle-product-content{flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.bundle-product-details{display:flex;flex-direction:column;gap:.25rem}.bundle-product-protein,.bundle-product-servings{font-size:1.2rem;color:#666;font-weight:500;line-height:1.3}.bundle-product-protein{color:#333;font-weight:600}.quantity-selector{display:flex;align-items:center;border:2px solid #000000;border-radius:24px;overflow:hidden;max-width:100%;width:100%;background:transparent;height:48px}.quantity-btn{border:none;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;font-size:1.5rem;font-weight:700;min-width:50px;flex-shrink:0;border-radius:0;display:flex;align-items:center;justify-content:center;background:transparent;color:#000}.quantity-btn:hover:not(:disabled){background:#f0f0f0;color:#000}.quantity-btn:active{transform:scale(.95)}.quantity-input{flex:1;border:none;text-align:center;padding:.75rem;font-size:1.1rem;min-width:0;background:transparent;color:#000;font-weight:500;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;background:transparent;box-shadow:none}.bundle-sidebar{background:var(--sidebar-background, #f8f9fa);color:var(--sidebar-text, #333333);padding:2rem;border-radius:8px;border:1px solid var(--sidebar-border, #e0e0e0);box-shadow:0 2px 10px #0000001a;height:fit-content;position:sticky;top:2rem}.bundle-sidebar-heading{color:var(--sidebar-heading, #000000);font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.bundle-sidebar-subheading{color:var(--sidebar-text, #333333);font-size:1rem;line-height:1.5;margin-bottom:2rem;opacity:.8}.bundle-offer-container{display:flex;flex-direction:column;gap:.5rem}.bundle-offers{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media screen and (min-width: 750px){.bundle-offers{grid-template-columns:repeat(2,1fr);gap:1.5rem}.bundle-offers--three-offers{grid-template-columns:repeat(3,1fr);gap:1rem}}.bundle-offer{background:#0000000d;border:2px solid rgba(0,0,0,.1);border-radius:8px;padding:.75rem;text-align:center;position:relative;overflow:hidden}.bundle-offer.bundle-offer--active,.bundle-offer-container .bundle-offer.bundle-offer--active,.bundle-info--desktop .bundle-offer.bundle-offer--active,.bundle-info--mobile .bundle-offer.bundle-offer--active{background:var(--active-offer-background, #007bff)!important;border:2px solid var(--active-offer-border, rgba(0, 0, 0, .1))!important;box-shadow:0 2px 8px var(--active-offer-shadow, #007bff4d)!important;border-radius:8px!important;padding:.75rem!important;text-align:center!important;position:relative!important;overflow:hidden!important}.bundle-offer--active .bundle-offer-heading,.bundle-offer--active .bundle-offer-text,.bundle-offer-container .bundle-offer--active .bundle-offer-heading,.bundle-offer-container .bundle-offer--active .bundle-offer-text,.bundle-info--desktop .bundle-offer--active .bundle-offer-heading,.bundle-info--desktop .bundle-offer--active .bundle-offer-text,.bundle-info--mobile .bundle-offer--active .bundle-offer-heading,.bundle-info--mobile .bundle-offer--active .bundle-offer-text{color:var(--active-offer-text-color, #ffffff)!important}.bundle-offer--active .bundle-offer-icon img,.bundle-offer-container .bundle-offer--active .bundle-offer-icon img,.bundle-info--desktop .bundle-offer--active .bundle-offer-icon img,.bundle-info--mobile .bundle-offer--active .bundle-offer-icon img{filter:brightness(0) invert(1)}.bundle-offer--threshold{border-color:#000!important;background:#00000026!important}.bundle-offer--threshold:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-accent)}.bundle-offer-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.bundle-offer-icon img{width:100%;height:100%;object-fit:contain;transition:filter .3s ease}.bundle-offer-content{flex:1;display:flex;flex-direction:column;align-items:center}.bundle-offer-heading{color:var(--tier-box-text-color, #000000);font-family:Josefin Sans,sans-serif;font-size:var(--tier-box-text-size, 1.1rem);font-weight:700;margin-bottom:0;margin-top:15px}.bundle-offer-text{color:var(--tier-box-text-color, #000000);font-family:Josefin Sans,sans-serif;font-size:calc(var(--tier-box-text-size, 1.1rem) * .8);font-weight:600;line-height:1.4;margin-bottom:.5rem;margin-top:5px}@media screen and (max-width: 749px){.bundle-offers{grid-template-columns:1fr;gap:1rem}.bundle-offer{padding:1.25rem 1rem}.bundle-offer-icon{width:40px;height:40px;margin-bottom:.75rem}}.bundle-cart{background:#ffffff1a;border:1px solid var(--sidebar-border, rgba(255, 255, 255, .2));border-radius:8px;padding:1.5rem;margin-top:2rem}.bundle-cart-heading{color:var(--sidebar-heading, #000000);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.bundle-cart-items{margin-bottom:1.5rem}.bundle-cart-empty{text-align:center;padding:2rem 1rem;color:var(--color-text-muted)}.bundle-cart-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.bundle-cart-item:last-child{border-bottom:none}.bundle-cart-item-image{flex-shrink:0;width:50px;height:50px;border-radius:4px;overflow:hidden}.bundle-cart-item-image img{width:100%;height:100%;object-fit:cover}.bundle-cart-item-details{flex:1;min-width:0}.bundle-cart-item-name{color:var(--sidebar-text, #333333);font-weight:500}.bundle-cart-item-price{color:var(--sidebar-text, #333333);font-weight:600}.bundle-cart-item-price--regular{font-size:.85rem;font-weight:600;color:var(--color-text)}.bundle-cart-item-price--sale{font-size:.85rem;font-weight:600;color:var(--color-accent)}.bundle-cart-item-price--compare{font-size:.8rem;text-decoration:line-through;color:var(--color-text-muted)}.bundle-cart-item-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center}.bundle-cart-remove-btn{width:24px;height:24px;border:none;background:#f44;color:#fff;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.bundle-cart-remove-btn:hover{background:#c00;transform:scale(1.1)}.bundle-cart-remove-btn:active{transform:scale(.95)}.bundle-cart-item-title{margin:0 0 .25rem!important;font-size:.9rem!important;font-weight:600!important;line-height:1.3!important;color:var(--sidebar-text-color, #333333)!important}.bundle-cart-total{margin:1rem 0!important;padding:1rem!important;background:#ffffff1a!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.2)!important}.bundle-cart-subtotal,.bundle-cart-savings,.bundle-cart-final{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:.5rem!important;font-size:.9rem!important}.bundle-cart-final{margin-bottom:0!important;font-weight:700!important;font-size:1.1rem!important;border-top:1px solid rgba(255,255,255,.2)!important;padding-top:.5rem!important}.bundle-cart-subtotal-amount,.bundle-cart-savings-amount,.bundle-cart-final-amount{font-weight:600!important}.bundle-cart-discount-message{margin-top:1rem!important;text-align:center!important}.bundle-discount-badge{display:inline-flex!important;align-items:center!important;gap:.5rem!important;padding:.75rem 1rem!important;background:#ffffff26!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:6px!important;font-size:.85rem!important;color:#000!important}.bundle-discount-icon{font-size:1.1rem!important}.bundle-discount-text{font-weight:600!important}.bundle-add-to-cart{width:100%;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:24px;background:var(--bundle-add-to-cart-bg, #007bff);color:var(--bundle-add-to-cart-text, #ffffff);cursor:pointer;transition:all .2s ease}.bundle-add-to-cart:hover:not(:disabled){background:var(--bundle-add-to-cart-hover-bg, #0056b3);transform:translateY(-1px)}.bundle-add-to-cart:disabled{opacity:.5;cursor:not-allowed;transform:none}.bundle-add-to-cart-btn{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:24px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;background-color:var(--bundle-add-to-cart-bg, #007bff);color:var(--bundle-add-to-cart-text, #ffffff);display:block!important;visibility:visible!important;opacity:1!important;text-align:center!important;line-height:1.2!important}.bundle-add-to-cart-btn:hover:not(:disabled){background-color:var(--bundle-add-to-cart-hover-bg, #0056b3);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.bundle-add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.bundle-clear-bundle{width:100%!important;padding:.75rem 1rem!important;margin-top:.5rem!important;border:none!important;border-radius:24px!important;background:var(--bundle-clear-bundle-bg, #6c757d)!important;color:var(--bundle-clear-bundle-text, #ffffff)!important;font-size:.9rem!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important;text-align:center!important}.bundle-clear-bundle:hover{background:var(--bundle-clear-bundle-hover-bg, #5a6268)!important;transform:translateY(-1px)!important}.bundle-clear-bundle:active{transform:translateY(1px)!important}.bundle-subscription-toggle{margin:1rem 0;padding:.75rem;background:#0000000d;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.bundle-subscription-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;font-weight:500}.bundle-subscription-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.bundle-subscription-switch{position:relative;display:inline-block;width:50px;height:24px;background-color:#ccc;border-radius:24px;transition:background-color .3s;flex-shrink:0}.bundle-subscription-slider{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.bundle-subscription-checkbox:checked+.bundle-subscription-switch{background-color:var(--color-accent, #007bff)}.bundle-subscription-checkbox:checked+.bundle-subscription-switch .bundle-subscription-slider{transform:translate(26px)}.bundle-subscription-text{color:#333;font-weight:500;-webkit-user-select:none;user-select:none}.bundle-subscription-label:hover .bundle-subscription-text{color:var(--color-accent, #007bff)}.bundle-subscription-checkbox:checked~.bundle-subscription-text{color:var(--color-accent, #007bff);font-weight:600}.bundle-subscription-toggle:has(.bundle-subscription-checkbox:checked){background:#007bff1a;border-color:var(--color-accent, #007bff)}.bundle-message{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:4px;font-weight:500;z-index:1000;animation:slideIn .3s ease}.bundle-message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.bundle-message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.bundle-info--mobile{display:none}.bundle-info--desktop{display:block}@media screen and (max-width: 749px){.bundle-container{grid-template-columns:1fr;gap:1rem}.bundle-info--mobile{display:block;margin-bottom:2rem;padding:1.5rem;background:var(--sidebar-background, #f8f9fa);border-radius:8px;border:1px solid var(--sidebar-border, #e9ecef)}.bundle-info--desktop{display:none}.bundle-sticky-cart{display:block}.bundle-sidebar{display:none!important}.bundle-sidebar--overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:2000!important;background:#fff!important;overflow-y:auto!important;transform:translateY(0)!important;transition:transform .3s ease!important;display:block!important}.bundle-sidebar-close{display:flex!important}.bundle-sidebar--overlay .bundle-sidebar-close{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:2001!important}.bundle-info--mobile .bundle-sidebar-heading{margin-bottom:.5rem;font-size:1.5rem}.bundle-info--mobile .bundle-sidebar-subheading{margin-bottom:1rem;font-size:.9rem}.bundle-info--mobile .bundle-offers{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}.bundle-info--mobile .bundle-offers--three-offers{grid-template-columns:repeat(3,1fr)!important;gap:.5rem}.bundle-info--mobile .bundle-offer{padding:.75rem;font-size:.85rem}.bundle-info--mobile .bundle-offer-heading{font-size:.9rem;margin-bottom:.25rem}.bundle-info--mobile .bundle-offer-text{font-size:.8rem}.bundle-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;display:grid!important}.bundle-product-item{min-width:0!important;max-width:100%!important;width:100%!important}.bundle-product-info{padding:.75rem}.bundle-product-title{font-size:1.2rem;line-height:1.2}.bundle-product-title a{font-size:1.2rem}.bundle-product-details{margin-bottom:.25rem;font-size:.9rem}.bundle-product-protein,.bundle-product-servings{font-size:.9rem}.bundle-product-reviews{margin-bottom:.25rem}.bundle-product-reviews .jdgm-preview-badge{font-size:.8rem!important}.quantity-selector{max-width:100%!important;width:100%!important;margin:.5rem 0;height:48px!important;border-radius:24px!important;border:2px solid #000000!important;background:transparent!important}.quantity-btn{padding:.8rem 1rem!important;min-width:55px!important;font-size:1.6rem!important;font-weight:700!important;background:transparent!important;color:#000!important}.quantity-btn:hover:not(:disabled){background:#f0f0f0!important;color:#000!important}.quantity-input{padding:.8rem!important;font-size:1.2rem!important;font-weight:600!important;background:transparent!important;color:#000!important;-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.quantity-input:focus{background:transparent!important;box-shadow:none!important}.bundle-offer{padding:1rem}.bundle-offer-heading{font-size:1rem}.bundle-offer-text{font-size:.8rem}.bundle-cart{padding:1rem}.bundle-message{top:1rem;right:1rem;left:1rem;text-align:center}.bundle-sidebar{position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;width:100%!important;height:auto!important;max-height:80vh!important;margin:0!important;padding:1.5rem!important;border-radius:12px 12px 0 0!important;box-shadow:0 -4px 20px #00000026!important;z-index:999999!important;overflow-y:auto!important;transform:none!important;transition:transform .3s ease!important;isolation:isolate!important;will-change:transform!important}.bundle-sidebar--minimized{transform:translateY(calc(100% - 60px))!important}.bundle-sidebar-toggle{position:absolute!important;top:-40px!important;left:50%!important;transform:translate(-50%)!important;background:#ff6b35!important;border:3px solid #ffffff!important;border-bottom:none!important;border-radius:8px 8px 0 0!important;padding:1rem 1.5rem!important;cursor:pointer!important;font-size:1rem!important;font-weight:700!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1000000!important;white-space:nowrap!important;min-width:140px!important;height:60px!important;box-shadow:0 -4px 15px #0000004d!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;isolation:isolate!important;font-family:Arial,sans-serif!important;text-align:center!important;line-height:1!important;transition:all .2s ease!important;animation:pulse-attention 2s infinite!important}@keyframes pulse-attention{0%,to{transform:translate(-50%) scale(1);box-shadow:0 -4px 15px #0000004d}50%{transform:translate(-50%) scale(1.05);box-shadow:0 -6px 20px #0006}}.bundle-sidebar-toggle:hover{background:#e55a2b!important;color:#fff!important;border-color:#fff!important;transform:translate(-50%) translateY(-2px)!important;animation:none!important}.bundle-sidebar-toggle:active{transform:translate(-50%) translateY(0)!important;box-shadow:0 -2px 10px #0000004d!important}.bundle-sidebar-toggle-text{font-weight:700!important;font-size:1rem!important;color:#fff!important;display:block!important;visibility:visible!important;opacity:1!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;position:relative!important;z-index:1!important;mix-blend-mode:normal!important;text-indent:0!important;text-decoration:none!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.bundle-products{padding-bottom:150px!important}.bundle-sidebar .bundle-info,.bundle-sidebar .bundle-cart{background:var(--sidebar-background, #f8f9fa)!important;position:relative!important;z-index:1!important}}@media screen and (min-width: 750px){.bundle-sidebar-toggle,#test-toggle-button,.bundle-sidebar-toggle *{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.bundle-sidebar{position:sticky;top:2rem;bottom:auto;left:auto;right:auto;width:auto;margin:0;transform:none;max-height:none;overflow-y:visible;border-radius:8px;box-shadow:0 2px 10px #0000001a}.bundle-products{padding-bottom:0}}:root{--color-background: #ffffff;--color-text: #333333;--color-text-muted: #666666;--color-accent: #007acc;--color-accent-hover: #005a99;--color-accent-rgb: 0, 122, 204;--color-border: #e0e0e0}@media (prefers-color-scheme: dark){:root{--color-background: #1a1a1a;--color-text: #ffffff;--color-text-muted: #cccccc;--color-accent: #4da6ff;--color-accent-hover: #66b3ff;--color-accent-rgb: 77, 166, 255;--color-border: #404040}}.bundle-cart-flyout-fix,.cart-drawer,.cart-flyout,.cart-modal,[data-cart-drawer]{background-color:var(--color-background)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cart-drawer.is-open,.cart-flyout.is-open,.cart-modal.is-open,[data-cart-drawer].is-open{background-color:var(--color-background)!important;z-index:9999!important}.cart-drawer-overlay,.cart-flyout-overlay,.cart-modal-overlay{background-color:#00000080!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cart-drawer:not([aria-hidden=true]),.cart-flyout:not([aria-hidden=true]),.cart-modal:not([aria-hidden=true]),[data-cart-drawer]:not([aria-hidden=true]){visibility:visible!important;opacity:1!important;transform:translate(0)!important;transform:translateY(0)!important}@media screen and (max-width: 749px){.bundle-sidebar-toggle{display:flex!important;width:100%!important;max-width:120px!important;margin:0 auto 1rem!important;background:#fff!important;border:2px solid #e9ecef!important;border-radius:6px!important;padding:.5rem 1rem!important;cursor:pointer!important;min-width:100px!important;height:35px!important;box-shadow:0 2px 8px #0000001a!important;align-items:center!important;justify-content:center!important;font-family:Arial,sans-serif!important;transition:all .2s ease!important;transform:none!important}.bundle-sidebar-toggle:hover{background:#f8f9fa!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00000026!important}.bundle-sidebar-toggle-text{font-weight:600!important;font-size:.85rem!important;color:#000!important;line-height:1!important;text-align:center!important;display:block!important;visibility:visible!important;opacity:1!important;white-space:nowrap!important}}@media screen and (max-width: 749px){.bundle-product .quantity-selector{padding:.25rem .5rem!important;height:48px!important;min-height:48px!important;gap:.25rem!important;border-radius:24px!important;border:2px solid #000000!important;background:transparent!important}.bundle-product .quantity-btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;font-size:1.4rem!important;font-weight:700!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;color:#000!important}.bundle-product .quantity-btn:hover:not(:disabled){background:#f0f0f0!important;color:#000!important}.bundle-product .quantity-input{width:60px!important;height:40px!important;min-width:60px!important;min-height:40px!important;font-size:1rem!important;padding:.25rem .5rem!important;text-align:center!important;background:transparent!important;color:#000!important;-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important}.bundle-product .quantity-input::-webkit-outer-spin-button,.bundle-product .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.bundle-product .quantity-input:focus{background:transparent!important;box-shadow:none!important}}
/*# sourceMappingURL=/cdn/shop/t/90/assets/section-product-bundle-builder.css.map */
