.bundle-selector{max-width:1200px;margin:0 auto;padding:2rem}.filter-pills-container{margin-bottom:2rem}.filter-pills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.filter-pill{background-color:var(--pill-bg-color, #f5f5f5);color:var(--pill-text-color, #333);border:1px solid #e0e0e0;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.filter-pill:hover{transform:translateY(-2px);box-shadow:0 3px 6px #0000001a}.filter-pill.active{background-color:var(--pill-bg-color, #84AD3F);color:#fff;border-color:var(--pill-bg-color, #84AD3F);font-weight:600}.product-grid-item{transition:opacity .3s ease,transform .3s ease,max-height .5s ease,all .3s ease;max-height:1000px;opacity:1;transform:scale(1);overflow:hidden;background-color:#fff;border:none;padding:0;height:100%;display:flex;flex-direction:column;position:relative}.product-grid-item.filtered-out{opacity:0!important;transform:scale(.9)!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important;position:absolute!important;visibility:hidden!important}@media (max-width: 768px){.filter-pills{overflow-x:auto;padding-bottom:.5rem;justify-content:flex-start;flex-wrap:nowrap}.filter-pill{white-space:nowrap;flex-shrink:0}}.no-filtered-products{text-align:center;padding:3rem 1rem;background-color:#f9f9f9;border-radius:8px;margin:2rem auto;max-width:600px;color:#666;font-size:1rem;box-shadow:0 2px 6px #0000000d;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bundle-selector .products-grid{margin-bottom:120px}.product-action{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;width:100%;padding-top:15px}.quantity-selector{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fff;width:100%;height:42px;flex:1}.quantity-button{width:42px;height:42px;background:#f0f0f0;border:none;color:#333;font-weight:700;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-button:hover{background:#e0e0e0}.quantity-button:active{background:#d0d0d0}.quantity-input{flex:1;border:none;text-align:center;font-size:16px;font-weight:500;color:#333;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;min-width:40px;padding:0}.add-to-bundle{width:42px;height:42px;padding:8px;background-color:#84ad3f;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.add-to-bundle:hover{background-color:#76a32f;transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}.add-to-bundle:active{transform:translateY(0);box-shadow:none}.add-to-bundle svg{width:20px;height:20px;fill:currentColor}.product-grid-item.in-bundle{border-color:#84ad3f;background-color:#84ad3f0d}.bundle-selector .product-action{gap:.75rem}.add-to-bundle{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:.5rem;cursor:pointer;transition:all .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.add-to-bundle:hover{background:#f5f5f5}.add-to-bundle.selected{background:#84ad3f;border-color:#84ad3f}.add-to-bundle.selected .cart-icon{stroke:#fff}.cart-icon{width:24px;height:24px;stroke:#333;transition:stroke .2s}.bundle-summary{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -2px 10px #0000001a;z-index:1000}.bundle-summary-content{max-width:1200px;margin:0 auto;position:relative;padding-top:0}.bundle-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:1;padding-left:10px}.bundle-actions{display:flex;align-items:center;gap:10px}.bundle-counter{font-size:14px;font-weight:500;display:flex;align-items:center;gap:5px}.selected-count{font-weight:700}.remaining-count{font-size:12px;color:#666}.bundle-summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 15px 10px 5px}.bundle-progress{flex:0 1 auto;min-width:70%;max-width:70%;position:relative;margin:0 auto;padding:0 10px 0 0}.bundle-products-panel{position:absolute;bottom:100%;left:0;right:0;background:#fff;padding:0;max-height:0;overflow:hidden;transition:all .3s ease-in-out;z-index:999;opacity:0;visibility:hidden;transform:translateY(0)}.bundle-products-panel.active{max-height:300px;overflow-y:auto;padding:15px;box-shadow:0 -2px 10px #0000001a;opacity:1;visibility:visible;transform:translateY(0)}.bundle-products-container{padding:10px;display:flex;flex-wrap:wrap;gap:10px;max-width:1200px;margin:0 auto;overflow-y:auto;justify-content:flex-start;background-color:#f5f9f0;border-radius:8px}@media (max-width: 767px){.bundle-products-container{gap:8px;padding:8px}.bundle-product-item{width:calc(50% - 4px)}.bundle-summary-row{flex-wrap:wrap;padding-top:25px}.bundle-progress{min-width:90%;max-width:90%}.checkpoint-label{font-size:.6em}}@media (max-width: 480px){.bundle-product-item{width:100%}}.bundle-products-empty{text-align:center;padding:2rem;color:#999;font-style:italic}.bundle-product-item{display:flex;align-items:center;padding:8px;border:1px solid #e0e0e0;border-radius:6px;position:relative;background-color:#fff;box-shadow:0 1px 3px #0000000d;transition:transform .2s,box-shadow .2s;width:calc(33.333% - 7px);box-sizing:border-box;margin-bottom:0;height:auto;min-height:60px;overflow:visible}.bundle-product-item:hover{transform:translateY(-1px);box-shadow:0 2px 5px #0000001a;border-color:#ccc}.bundle-product-image{width:45px;height:45px;flex-shrink:0;margin-right:8px;position:relative}.bundle-product-image img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid #eee}.bundle-product-image-container{position:relative}.bundle-product-remove{position:absolute;top:2px;right:2px;width:16px;height:16px;background:#ffffffe6;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;font-size:8px;color:#666;transition:all .2s ease;padding:0}.bundle-product-remove:hover{background:#ff5252;color:#fff;border-color:#ff5252}.bundle-product-info{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;padding-right:12px}.bundle-product-title{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.25rem}.bundle-product-quantity{font-size:.7rem;color:#666;background-color:#f0f0f0;padding:1px 5px;border-radius:8px;display:inline-block;margin-bottom:0}.bundle-product-price{font-size:.875rem;color:#333;display:flex;align-items:center}.bundle-product-unit-price{color:#666;font-size:.75rem;margin-left:.5rem}.bundle-product-name{font-weight:500;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem;max-width:100%;line-height:1.2}.progress-bar{--bar-height: 6px;--bar-color: #e5e5e5;--progress-color: #84AD3F;position:relative;height:var(--bar-height);background-color:var(--bar-color);border-radius:calc(var(--bar-height) / 2);overflow:visible;margin:1rem 0;width:100%}.progress-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--progress-color);border-radius:calc(var(--bar-height) / 2);transition:width .3s ease}.checkpoint{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:var(--bar-color);border:2px solid #fff;border-radius:50%;z-index:1;text-align:center}.checkpoint.reached{background:var(--progress-color)}.checkpoint-label{position:absolute;top:-35px;left:50%;transform:translate(-50%);white-space:nowrap;color:#e0e0e0;font-size:.8em;text-align:center;display:block;width:100%;padding-left:0}.checkpoint.active .checkpoint-label,.checkpoint.reached .checkpoint-label{color:#84ad3f;padding-left:0;left:-42%;top:-35px}.products-count{display:block;font-weight:700;font-size:1.2em}.discount-label{display:block;color:#84ad3f;font-size:.9em}.bundle-summary-details{display:grid;gap:.5rem;max-width:400px;margin:0 auto}.bundle-total,.bundle-discount,.bundle-final{display:flex;justify-content:space-between;font-size:1rem;color:#333}.bundle-final{font-weight:600;font-size:1.125rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e5e5}.bundle-toggle-button{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;color:#84ad3f;width:24px;height:24px;margin-left:8px}.bundle-toggle-button.active{transform:rotate(180deg)}.bundle-toggle-button .chevron-icon{width:100%;height:100%;stroke-width:2;stroke:currentColor}#checkout-button{padding:10px 20px;background:#84ad3f;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;text-align:center;white-space:nowrap}#checkout-button:hover:not(:disabled){background:#76a32f}#checkout-button:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.cart-icon{width:20px;height:20px;stroke:#333;transition:stroke .2s}.bundle-products-container{display:flex;column-gap:10px;margin-top:10px;padding-bottom:10px}.bundle-products-empty{text-align:center;padding:20px;color:#666;font-style:italic}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:20px}.product-card{border:1px solid #ddd;padding:15px;text-align:center}.add-to-bundle{background-color:#84ad3f;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.add-to-bundle.selected{background-color:#f44336}.add-to-bundle:disabled{background-color:#ccc;cursor:not-allowed}.checkout-button{background-color:#84ad3f;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.checkout-button:hover:not(:disabled){background-color:#84ad3f}.checkout-button:disabled,#checkout-button:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.loader{display:none;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;padding:0}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.checkout-button{position:relative}.checkout-button.loading{color:transparent}.checkout-button.loading .loader{display:block}.bundle-discount{color:#84ad3f;font-weight:700}#discount-amount{color:#f44336}.product-image-wrapper{position:relative;width:100%;padding-bottom:100%;margin-bottom:12px;overflow:hidden;border-radius:8px;background-color:#f8f8f8}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-badge{position:absolute;top:10px;right:10px;background-color:#84ad3f;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.product-info{flex-grow:1;display:flex;flex-direction:column;gap:8px}.product-title{font-size:16px;font-weight:500;color:#333;margin:0;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical}.portion-size{font-size:14px;color:#666;margin-top:-4px}.product-rating{display:flex;align-items:center;font-size:14px}.rating-stars{color:#ffb800}.no-review{color:#666;font-size:14px}.product-price{font-size:16px;font-weight:600;color:#333}.quantity-selector{flex:1;display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden;height:36px}.quantity-button{height:36px;background:#f5f5f5;border:none;width:36px;height:100%;padding:0;cursor:pointer;font-size:16px;color:#333;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.quantity-button:hover{background:#e8e8e8}.quantity-input{min-width:40px;flex:1;text-align:center;border:none;padding:0;font-size:14px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;height:100%}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-to-bundle{width:36px;height:36px;padding:6px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.add-to-bundle:hover{background-color:#e8e8e8}.cart-icon{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}.add-to-bundle.selected{background-color:#84ad3f;border-color:#84ad3f;color:#fff}.add-to-bundle.selected svg{color:#fff}.load-more-container{display:flex;justify-content:center;align-items:center;margin:30px auto;width:100%;text-align:center}.load-more-button{background-color:#84ad3f;color:#fff;border:none;border-radius:6px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;text-transform:uppercase;letter-spacing:.5px;min-width:200px;margin:0 auto;display:inline-block}.load-more-button:hover{background-color:#76a32f;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.load-more-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.load-more-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.load-more-button{width:80%;padding:12px 20px;font-size:14px;min-width:0}}@media (max-width: 480px){.load-more-button{width:100%;max-width:300px;padding:12px 16px}}.checkpoint-marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--dot-size-disabled, 20px);height:var(--dot-size-disabled, 20px);background-color:var(--dot-disabled-bg, #fff);border:2px solid var(--dot-disabled-border, #e0e0e0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dot-disabled-text, #e0e0e0);font-size:10px;font-weight:600;transform:translateY(-50%)}.checkpoint.active .checkpoint-marker,.checkpoint.reached .checkpoint-marker{width:var(--dot-size-enabled, 28px);height:var(--dot-size-enabled, 28px);background-color:var(--dot-enabled-bg, #84AD3F);border-color:var(--dot-enabled-bg, #84AD3F);color:var(--dot-enabled-text, #fff);transform:translate(-50%,-50%) scale(1.1)}.checkpoint.active .checkpoint-marker{background-color:var(--dot-disabled-bg, #fff);border-color:var(--dot-enabled-bg, #84AD3F);color:var(--dot-enabled-bg, #84AD3F)}.bundle-selector__empty{text-align:center;padding:40px;background-color:#f8f8f8;border-radius:8px;margin:20px 0}.bundle-selector__empty p{margin:0;color:#666;font-size:16px}
/*# sourceMappingURL=/cdn/shop/t/26/assets/bundle-selector.css.map */
