#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}.catalogue-container[data-v-bd0d6a3c]{max-width:1200px;margin:auto;padding:2rem 1rem}.title[data-v-bd0d6a3c]{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#333}.product-grid[data-v-bd0d6a3c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.product-card[data-v-bd0d6a3c]{border:none;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center;transition:transform .2s ease;cursor:pointer}.product-card[data-v-bd0d6a3c]:hover{transform:translateY(-5px)}.product-image[data-v-bd0d6a3c]{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:1rem}.product-name[data-v-bd0d6a3c]{font-size:1.1rem;font-weight:600;color:#444;margin-bottom:.5rem}.product-price[data-v-bd0d6a3c]{font-size:1rem;color:#e67e22;font-weight:700}form{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);max-width:500px;margin-top:30px;min-width:100px;width:90%}form h2{font-size:1.4rem;margin-bottom:16px;color:#333}form h5{margin:5px;font-size:.8rem;color:#333}form label{width:10%;min-width:70px;display:flex;justify-content:center;align-items:center;text-align:center;font-weight:700;color:#555}form input,form select,form textarea{width:90%;padding:12px;border-radius:8px;border:1px solid #ccc;font-size:14px;transition:border .3s}form input:focus,form select:focus,form textarea:focus{border-color:#22c55e;outline:none}.button{background-color:#22c55e;color:#fff;padding:12px;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s}.button:hover{background-color:#16a34a}.list2{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:10px;white-space:wrap;max-width:100%;width:100%;box-sizing:border-box;align-items:center;min-width:0}.list2::-webkit-scrollbar{height:6px;background:#fff}.list2::-webkit-scrollbar-thumb{background:#ff4500;border-radius:4px}.list2::-webkit-scrollbar-thumb:hover{background:orange}.product-card{scroll-snap-align:start;flex:0 0 auto;box-sizing:border-box;border-radius:8px;background-color:#fff;text-align:center;transition:transform .2s ease-in-out}.product-card:hover{transform:scale(1.05)}.model-button{width:100px;height:130px;border:none;padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.1);transition:all .2s ease-in-out;cursor:pointer}.model-button.selected{border:2px solid green}.model-name{margin:5px;font-size:14px}.model-name,.model-price{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.model-price{height:40px;margin:10px;font-size:20px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#ff5800;border:2px dashed blue;border-radius:8px}.model-image{max-width:80px;min-width:80px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:4px}.centerBox{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#fff;width:40px;height:30px;cursor:pointer;border:none;border-radius:8px;box-shadow:2px 2px 8px rgba(0,0,0,.4)}.centerBox.selected{border:2px solid green}.colorBox{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#fff;width:30px;height:30px;cursor:pointer;border:2px solid #d3d3d3;border-radius:50px;box-shadow:2px 2px 8px rgba(0,0,0,.4)}.colorBox.selected{border:2px solid green;box-shadow:2px 2px 8px #90ee90}.miniBox{border-radius:8px;height:30px}.formInput,.miniBox{display:flex;justify-content:center;align-items:center}.formInput{margin-bottom:10px}.formInput2{display:flex;justify-content:space-between;align-items:center;margin:5px;padding:5px;height:30px;background-color:#f1f1f1}.formInput2 h3,.formInput2 label{min-width:100px}.formBox{border:2px solid #ff5800}.formBox,.formBox2{border-radius:10px;padding:10px;margin-block:20px}.formBox2{border:2px solid #ff0}.buyNow{width:100%;height:50px;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#ff0;color:#000;font-size:3.5vh;font-weight:700;border:none;border-radius:8px;cursor:pointer;box-shadow:2px 2px 8px rgba(0,0,0,.4);animation:shadowPulse 2s ease-in-out infinite;transition:all .3s ease-in-out}.fixed-bottom{position:fixed!important;bottom:0;left:0;width:100%;z-index:9999}@keyframes shadowPulse{0%{box-shadow:2px 2px 8px rgba(0,0,0,.4)}50%{box-shadow:2px 2px 12px rgba(255,165,0,.6)}to{box-shadow:2px 2px 8px rgba(0,0,0,.4)}}.circle{width:50px;height:50px;background-color:#fff;box-shadow:2px 2px 8px rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:50%;border:none;cursor:pointer;margin-inline:5px;font-weight:700}.circle.selected{box-shadow:2px 2px 8px green;border:2px solid green}.catalogue-container[data-v-bb036d00]{max-width:1200px;margin:auto;padding:2rem 1rem}.title[data-v-bb036d00]{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#333}.product-grid[data-v-bb036d00]{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.product-card[data-v-bb036d00]{border:none;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center;transition:transform .2s ease;cursor:pointer}.product-card[data-v-bb036d00]:hover{transform:translateY(-5px)}.product-image[data-v-bb036d00]{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:1rem}.product-name[data-v-bb036d00]{font-size:1.1rem;font-weight:600;color:#444;margin-bottom:.5rem}.product-price[data-v-bb036d00]{font-size:1rem;color:#e67e22;font-weight:700}