.pack-builder-container{display:grid;grid-template-columns:1fr 400px;gap:30px;max-width:1400px;margin:0 auto;padding:0 20px}.products-grid{display:grid;grid-template-columns:repeat(var(--grid-desktop),1fr);gap:var(--grid-gap)}.product-card{background:var(--pb-card-bg);border:1px solid #e1e1e1;border-radius:8px;padding:5px;text-align:center;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;justify-content:space-between}.product-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.product-card.is-selected{border:2px solid #000}.product-image-wrapper{height:160px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.product-image-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.product-title{font-size:13px;font-weight:700;text-transform:uppercase;margin:0 0 10px;min-height:32px;display:flex;align-items:center;justify-content:center;line-height:1.2}.product-actions{margin-top:auto}.add-to-selection-btn{width:100%;padding:10px;border:none;border-radius:4px;font-weight:700;font-size:11px;cursor:pointer;text-transform:uppercase}.quantity-control-wrapper{display:flex;justify-content:space-between;align-items:center;border:1px solid #e1e1e1;border-radius:4px;background:#fff;overflow:hidden}.quantity-control-wrapper button{background:transparent;border:none;width:30%;height:35px;font-size:18px;font-weight:700;cursor:pointer}.quantity-input{width:40%;text-align:center;border:none;font-weight:700;font-size:16px;pointer-events:none}.pack-builder-summary{background:#fff;padding:20px;border-radius:10px;border:1px solid #e1e1e1;position:sticky;top:80px;height:fit-content;z-index:1}.step-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.step-number{width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.bundle-option{border:1px solid #ddd;border-radius:6px;padding:15px;margin-bottom:10px;cursor:pointer;transition:.2s}.bundle-top-row{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-bottom:5px}.price-before{text-decoration:line-through;color:#999;font-size:13px;margin-right:5px}.savings-text{font-size:12px;margin:0;font-weight:600}.summary-footer{margin-top:30px;border-top:1px solid #eee;padding-top:20px}.progress-info{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:700}.progress-bar-wrapper{height:8px;background:#eee;border-radius:4px;overflow:hidden;margin-bottom:20px}.progress-bar-fill{height:100%;transition:width .3s ease}.add-to-cart-btn{width:100%;padding:15px;border:none;border-radius:6px;font-size:16px;font-weight:700;text-transform:uppercase;cursor:pointer}.add-to-cart-btn.disabled{background:#ccc!important;color:#fff!important;cursor:not-allowed;opacity:.7}.reset-btn{display:block;margin:15px auto 0;background:none;border:none;text-decoration:underline;color:#666;cursor:pointer;font-size:12px}.help-section{margin-top:20px;border-top:1px solid #eee;padding-top:20px}.help-header{display:flex;gap:10px;margin-bottom:10px}.help-avatar img{border-radius:50%}.help-title{font-weight:700;font-size:14px;margin:0}.help-description{font-size:12px;color:#666;margin:0}.help-btn{display:block;width:100%;text-align:center;padding:8px;border:1px solid #ddd;border-radius:4px;color:#333;text-decoration:none;font-size:13px;font-weight:700}@media (max-width: 900px){.pack-builder-container{display:flex;flex-direction:column}.pack-builder-summary{order:-1;position:relative;top:0;margin-bottom:20px;z-index:1}.products-grid{grid-template-columns:repeat(var(--grid-mobile),1fr)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/pack-builder.css.map */
