#multi-step-builder{max-width:1000px;margin:0 auto;padding:2rem;font-family:Georgia,serif;color:#333}.step{display:none}.step.active{display:block}.step h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase}.step-indicator{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.step-dot{width:30px;height:30px;border:2px solid #f4d0da;background-color:#fff1f5;border-radius:50%;text-align:center;line-height:26px;font-weight:700;color:#777}.step-dot.active{background-color:#f9c2d1;border-color:#f9c2d1;color:#000}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}.product-card{display:flex;flex-direction:column;justify-content:space-between;text-align:center;height:100%;padding:20px;border-radius:14px}.product-card:hover{transform:scale(1.02)}.product-card.selected{border-color:#f9c2d1;box-shadow:0 0 0 2px #f9c2d159}.product-card.selected:after{content:"\2713";position:absolute;top:10px;right:10px;background:#f9c2d1;color:#000;border-radius:50%;width:24px;height:24px;line-height:24px;text-align:center;font-weight:700}.product-card img{width:100%;height:300px;object-fit:contain;margin-bottom:12px;border-radius:4%}.product-card .product-title{font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:4px;min-height:2.6em}.product-card .product-price{font-size:1.2rem;color:#666}.product-card .card-controls{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:8px}.accordion-title{background-color:#fff1f5;padding:1rem;font-weight:700;font-size:1.1rem;cursor:pointer;border:1px solid #f4d0da;margin-bottom:.25rem;position:relative}.accordion-title:after{content:"+";position:absolute;right:1rem}.accordion-title.active:after{content:"\2212"}.accordion-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;display:none;flex-wrap:wrap;gap:1rem}.accordion-content.active{opacity:1;display:flex}.step-navigation{display:flex;justify-content:space-between;margin-top:2rem}.step-navigation button{background:#f9c2d1;border:none;padding:.5rem 1rem;font-weight:600;border-radius:5px;cursor:pointer}.step-navigation button:disabled{opacity:.5;cursor:not-allowed}#design-canvas{position:relative;width:100%;max-width:600px;height:480px;margin:0 auto 1rem;border:2px dashed #ccc;border-radius:10px;background-size:contain;background-repeat:no-repeat;background-position:center;aspect-ratio:1 / 1;overflow:hidden}.charm-draggable{position:absolute;width:100px;height:auto;cursor:grab;border-radius:50%;pointer-events:auto;clip-path:circle(40% at 50% 50%)}#preview-status{font-size:.9rem;color:#444;min-height:18px;transition:opacity .2s ease}.spinner{width:14px;height:14px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;display:inline-block;margin-right:6px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.canvas-buttons{display:flex;justify-content:space-between;align-items:center;margin:2rem auto;width:100%;max-width:400px;gap:1rem}.canvas-buttons button{background:#f9c2d1;border:none;padding:.7rem 1.5rem;font-weight:600;border-radius:5px;cursor:pointer;width:48%}#capture-preview.disabled{opacity:.6;cursor:not-allowed}.carousel-container{width:100%;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-track{display:flex;gap:16px;padding:8px 4px 12px;scroll-snap-type:x mandatory}.selected-product{flex:0 0 auto;width:190px;min-height:160px;background:#fff;border-radius:16px;padding:14px;position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 4px 12px #00000014;scroll-snap-align:start}.selected-product img{width:120px;height:120px;object-fit:contain;border-radius:10px;background:#fff;padding:4px}.selected-product .product-title{font-size:12px;font-weight:300;text-align:center}.selected-product .product-price{font-size:10px;font-weight:200;margin-top:-4px}.selected-product .update-qty{width:60px;height:36px;border-radius:8px;font-size:15px;text-align:center}.selected-product .remove-product{position:absolute;top:6px;right:6px;background:none;border:none;color:#333;font-size:20px;opacity:.7;cursor:pointer}.selected-product .remove-product:hover{opacity:1}.product-variant{margin:.5rem auto;display:block;padding:.4rem .6rem;border:1px solid #f4d0da;border-radius:6px;background-color:#fff1f5;font-size:.9rem;text-align:center;cursor:pointer}.product-variant:focus{outline:none;border-color:#f9c2d1;box-shadow:0 0 0 2px #f9c2d166}.product-qty{display:none;justify-content:center;align-items:center;gap:.25rem}.product-qty input{width:50px;text-align:center;font-size:.9rem;padding:.2rem}.product-qty button{background:#f9c2d1;border:none;border-radius:4px;width:24px;height:24px;cursor:pointer}.charm-draggable:active{cursor:grabbing}#design-thumb{display:flex;justify-content:center;align-items:center}.selected-product p.product-title{font-size:1rem;margin-top:.5rem}.selected-product p.product-price{font-size:.9rem;color:#666;margin:.25rem 0 .5rem}.selected-product input[type=number]{width:60px;margin-top:.5rem;padding:.25rem;font-size:1rem;border:1px solid #ddd;border-radius:6px;text-align:center}.selected-product .remove-product{position:absolute;top:6px;right:6px;background:#f9c2d1;border:none;border-radius:50%;width:22px;height:22px;line-height:18px;text-align:center;font-size:16px;font-weight:700;color:#333;cursor:pointer;transition:background .2s ease}.selected-product .remove-product:hover{background:#f4d0da}.total-price{font-size:1.2rem;font-weight:700;text-align:right;margin:1rem 0}@media (max-width: 1024px){.product-card{flex:0 0 calc(33.333% - 1rem)}#design-canvas{max-width:500px}}@media (min-width: 431px) and (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-card{flex:0 0 calc(33.333% - 1rem)}#design-canvas{max-width:90vw;height:60vh;touch-action:none;-webkit-user-select:none;user-select:none}.canvas-buttons{flex-direction:column}.canvas-buttons button{width:50%}.charm-draggable{touch-action:none;-webkit-user-select:none;user-select:none}}@media (max-width: 430px){.multi-step-builder{padding:1rem}.product-card{flex:0 0 calc(50% - .5rem)}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card img{height:200px}#design-canvas{max-width:95vw;height:70vh;touch-action:none;-webkit-user-select:none;user-select:none}.canvas-buttons{flex-direction:column;gap:.5rem}.canvas-buttons button{width:50%}.charm-draggable{touch-action:none;-webkit-user-select:none;user-select:none}.selected-product{width:165px;padding:12px}.selected-product img{width:85px;height:85px}.selected-product .product-title{font-size:14px}.selected-product .update-qty{width:52px;height:34px;font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/charm-builder.css.map */
