.machine-wizard{max-width:100%;margin:40px auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#steps-container.steps-container{background:#fff;border-radius:18px;box-shadow:0 8px 24px #0000000f;padding:10px}h2{text-align:center;margin-bottom:30px;font-size:2rem;font-weight:600}.machines-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:85%;margin:0 auto}@media(max-width:768px){.machines-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.machine-card{background:#fff;border:1px solid #eaeaea;border-radius:16px;overflow:hidden;cursor:pointer;transition:.3s ease;box-shadow:0 4px 15px #0000000d;min-height:360px;display:flex;flex-direction:column;justify-content:space-between}.machine-card:hover{transform:translateY(-6px)}.machine-card img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fff;padding:10px;flex-grow:1}.machine-card h3{padding:16px;margin:0;text-align:center;font-size:16px}.placeholder-machine{display:flex;align-items:center;justify-content:center;min-height:360px;background:#f5f7fa;border:2px dashed #d7dee7;border-radius:16px}.placeholder-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.placeholder-inner span{font-size:1.2rem;font-weight:600;color:#7b8794;text-transform:uppercase;letter-spacing:1px}.wizard-progress-bar{width:60%!important;height:15px!important;background:#dfe6ee!important;border-radius:999px!important;overflow:hidden!important;margin:0 auto 14px!important;position:relative!important;display:block!important}.wizard-progress-fill{position:absolute!important;top:0!important;left:0!important;width:0%;height:100%!important;background:linear-gradient(90deg,#06f,#00c6ff)!important;border-radius:999px!important;transition:width .45s ease!important;opacity:1!important;z-index:5!important;display:block!important}.step-labels{width:60%;margin:0 auto 30px;display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:#7b8794}.step-label{transition:.25s ease}.step-label.active{color:#06f}.steps-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:24px;scrollbar-width:none;width:95%;max-width:1100px;margin:40px auto}.step-content{flex:0 0 100%;scroll-snap-align:start;background:#fff;border-radius:16px;padding:40px;min-height:560px;display:flex;align-items:center;justify-content:space-between;gap:50px;box-sizing:border-box}.step-left{width:50%;display:flex;align-items:center;justify-content:center}.step-left img{width:100%;max-width:420px;max-height:420px;object-fit:contain;background:#fff;border-radius:16px;padding:10px;border:1px dashed rgba(0,0,0,.15)}.step-right{width:50%;display:flex;flex-direction:column;justify-content:center}.step-right h2{text-align:left;margin-bottom:20px}.step-right p{text-align:left;margin:10px 0;max-width:500px;color:#444}.step-right strong{font-size:1.4rem}.quantity-selector{display:flex;align-items:center;gap:12px;margin-top:20px}.quantity-selector button{width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:8px}button{padding:14px 32px;border-radius:999px;border:none;font-weight:600;cursor:pointer;transition:.25s ease}button:hover{transform:translateY(-2px)}.btn-primary{background:#06f;color:#fff}.btn-secondary{background:#f1f3f5}.add-to-cart-btn{margin-top:24px!important;width:fit-content}#go-cart-btn{margin-top:18px!important}.nav-buttons{width:100%;display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px}.summary-item{display:flex;width:50%;justify-content:space-between;padding:10px 0;margin:0 auto}.summary-total{margin-top:20px;font-size:1.4rem;font-weight:700;width:50%;margin-left:auto;margin-right:auto;text-align:center}#go-cart-btn{width:fit-content!important;min-width:240px;margin:24px auto 0!important;display:inline-flex;justify-content:center;align-items:center}.cart-toast{position:fixed;bottom:30px;right:30px;background:#111827;color:#fff;padding:16px 22px;border-radius:14px;font-weight:600;font-size:15px;box-shadow:0 12px 30px #0000002e;opacity:0;transform:translateY(30px) scale(.95);transition:opacity .3s ease,transform .3s ease;z-index:99999}.cart-toast.show{opacity:1;transform:translateY(0) scale(1)}@media(max-width:768px){.machines-grid{width:92%}.machine-card,.placeholder-machine{min-height:240px}.machine-card h3{font-size:14px;padding:12px}.wizard-progress-bar{width:85%!important}.step-labels{width:85%;font-size:11px}.steps-container{width:95%;margin:20px auto}.step-content{flex-direction:column;padding:24px;gap:24px;text-align:center;min-height:auto}.step-left,.step-right{width:100%}.step-right h2,.step-right p{text-align:center}.step-left img{max-height:260px}.quantity-selector{justify-content:center}.add-to-cart-btn{width:100%}.nav-buttons{flex-wrap:wrap}.cart-toast{right:16px;left:16px;bottom:20px;text-align:center}}.multi-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;width:100%;max-width:900px;margin:0 auto}.multi-card{background:#fff;border:1px solid #eaeaea;border-radius:16px;padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:460px}.multi-card img{width:100%;max-width:180px;height:180px;object-fit:contain;margin:0 auto 24px;padding:8px;background:#fff;border-radius:12px;border:1px dashed rgba(0,0,0,.12)}.multi-card h3{font-size:1.3rem;margin:0 0 12px;line-height:1.3}.multi-card p{color:#555;font-size:.97rem;margin-bottom:20px;flex-grow:1;max-width:220px}.multi-card strong{font-size:1.4rem;color:#06f;margin-bottom:20px;display:block}.multi-card .quantity-selector{margin:16px 0 20px}.multi-card .add-to-cart-btn{margin-top:auto;width:100%;max-width:220px}.step-content.multi-step{min-height:580px;align-items:flex-start;padding-top:30px}.step-right h2{text-align:center;width:100%;margin-bottom:32px}@media(max-width:768px){.multi-product-grid{gap:20px}.multi-card{min-height:auto;padding:24px 20px}.multi-card img{max-width:160px;height:160px}}.live-price{color:#06f!important;font-size:1.45rem}.step-right h2{text-align:left!important;margin-bottom:24px}@media(max-width:768px){.step-right h2{text-align:center!important}}.steps-container .step-content:last-child .step-right h2{text-align:center!important;width:100%}.multi-step .step-right h2{text-align:center!important;margin-bottom:32px;width:100%}@media(max-width:768px){.step-content:not(.multi-step){min-height:unset!important}}@media(max-width:768px){.step-content:not(.multi-step){justify-content:flex-start!important}}.steps-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:24px;scrollbar-width:none;width:95%;max-width:1100px;margin:40px auto;scroll-behavior:smooth}.steps-container::-webkit-scrollbar{display:none}.step-content{flex:0 0 100%;scroll-snap-align:start}.steps-container.scrolling{scroll-behavior:auto}
/*# sourceMappingURL=/cdn/shop/t/78/assets/machine-wizard.css.map */
