:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400}body{margin:0;padding:0;background-color:#fff}body,html{margin:0;padding:0;height:100vh;width:100vw;overflow-x:auto;overflow-y:hidden}.home-container{min-width:1440px;height:100vh;padding:4rem 6rem;box-sizing:border-box;position:relative;font-family:Arial Narrow,sans-serif;background-color:#fff;overflow:hidden}.home-logo{position:absolute;top:2rem;right:2rem;width:600px;height:auto;object-fit:contain}.your-carts{font-size:3.5rem;font-weight:900;letter-spacing:-4px;text-transform:uppercase;line-height:1;color:#000;margin-bottom:.7rem;z-index:2;position:relative;margin-left:5rem}.cart-scroll-area{overflow-y:auto;position:absolute;top:10rem;bottom:6rem;left:6rem;right:6rem;padding-right:1rem;margin-left:5rem;padding-top:.75rem;width:35rem}.cart-list{display:flex;flex-direction:column;gap:.5rem}.cart-entry{font-size:1.5rem;font-weight:900;letter-spacing:-1.7px;text-transform:uppercase;line-height:.8;color:#000;white-space:nowrap;text-overflow:ellipsis;position:relative;cursor:pointer}.cart-name{display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;vertical-align:bottom}.cart-name:after{content:"";position:absolute;bottom:-1px;left:0;width:0%;height:4px;background-color:#000;transition:width .3s ease}.cart-name:hover:after{width:100%}.cart-count{color:#afa9a9;margin-left:.75rem;font-weight:700;white-space:nowrap}.cart-input{position:absolute;bottom:2rem;left:6rem;font-family:Arial Narrow,sans-serif;font-size:1.5rem;font-weight:900;letter-spacing:-1px;text-transform:uppercase;line-height:1.1;color:#000;border:none;border-bottom:4px solid black;padding:.25rem 0;width:400px;background:transparent;outline:none;margin-left:5rem}.cart-input::placeholder{color:#afa9a9;font-size:1.5rem;font-weight:900;letter-spacing:-1px;text-transform:uppercase;line-height:1.1}.cart-entry-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative}.cart-delete-button{background:none;border:none;font-size:1.2rem;font-weight:900;color:#000;cursor:pointer;padding:0 .5rem;opacity:0;transition:opacity .2s ease}.cart-entry-wrapper:hover .cart-delete-button{opacity:1}.cartpage-header{font-family:Arial Narrow,sans-serif}.cartpage-container{height:100vh;display:flex;flex-direction:column;box-sizing:border-box;position:relative}.cartpage-title-row{display:flex;flex-direction:column;align-items:flex-start;padding-left:4rem;padding-top:1.5rem;padding-bottom:1rem;font-family:Arial Narrow,sans-serif}.cartpage-title-block{display:flex;flex-direction:column;justify-content:center;margin-left:1rem;margin-top:0rem}.cart-title{font-size:3.5rem;font-weight:900;letter-spacing:-4px;line-height:1;text-transform:uppercase;margin:0;color:#000}.cart-count-label{font-size:1.5rem;font-weight:900;color:#afa9a9;margin-top:.5rem;text-transform:uppercase;letter-spacing:-1.7px}.back-arrow{font-size:5.5rem;font-weight:1000;letter-spacing:-2px;cursor:pointer;display:inline-block;margin-right:1.5rem;padding-left:1rem;-webkit-user-select:none;user-select:none;transition:transform .2s ease}.back-arrow:hover{transform:translate(-4px)}.cartpage-top-row{display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:1.8rem;font-family:Arial Narrow,sans-serif}.cartpage-left-controls{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;margin-left:1rem}.cluster-view-toggle{width:58px;height:26px;border:3px solid black;border-radius:999px;background:#fff;cursor:pointer;position:relative;padding:0;display:inline-flex;align-items:center;justify-content:flex-start}.cluster-view-toggle-knob{width:18px;height:18px;border-radius:999px;background:#000;position:absolute;left:4px;top:50%;transform:translateY(-50%);transition:left .18s ease,background .18s ease}.cluster-view-toggle.on{background:#000}.cluster-view-toggle.on .cluster-view-toggle-knob{background:#fff;left:33px}.cartpage-top-right{display:flex;align-items:center;gap:1rem;margin-right:4rem;height:110px}.cartpage-input{font-family:Arial Narrow,sans-serif;font-size:1.2rem;font-weight:900;letter-spacing:-1px;text-transform:uppercase;line-height:1.1;color:#000;border:none;border-bottom:4px solid black;padding:.25rem .5rem .25rem 0;width:150px;background:transparent;outline:none;margin-right:1rem}.cartpage-input::placeholder{color:#afa9a9;font-size:1.5rem;font-weight:900;letter-spacing:-1px;text-transform:uppercase;line-height:1.1}.price-group{display:flex;align-items:center;gap:.4rem}.price-input{width:60px}.currency-select{font-family:Arial Narrow,sans-serif;font-size:1.2rem;align-items:center;font-weight:900;letter-spacing:-1px;text-transform:uppercase;border:none;border-bottom:4px solid black;background:transparent;padding:0 .25rem .44rem 0;outline:none;-webkit-appearance:none;-moz-appearance:none}.cartpage-logo{position:fixed;bottom:2rem;right:2rem;width:200px;height:auto;object-fit:contain;z-index:1}.cartpage-logo.clickable{cursor:pointer}.product-scroll-area{flex:1;min-height:0;margin-top:.5rem;padding-left:5rem;padding-right:10rem;padding-bottom:4rem;overflow-y:auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-right:10rem;padding-bottom:4rem}.product-card{padding:0;position:relative}.product-image{width:100%;height:auto;display:block;object-fit:cover}.product-image-area{width:100%}.product-tag-editor{width:100%;min-height:200px;box-sizing:border-box;padding:.75rem;background:#f4f4f4;display:flex;flex-direction:column;gap:.5rem}.product-tag-chips{display:flex;flex-wrap:wrap;gap:.4rem}.tag-chip{display:inline-flex;align-items:center;gap:.4rem;background:#000;color:#fff;font-family:Arial Narrow,sans-serif;font-weight:900;font-size:.85rem;text-transform:uppercase;letter-spacing:-.5px;padding:.3rem .6rem;border-radius:999px}.tag-chip-remove{background:none;border:none;outline:none;color:#fff;font-weight:700;font-size:.75rem;line-height:1;padding:0;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.tag-input{font-family:Arial Narrow,sans-serif;font-size:1rem;font-weight:900;letter-spacing:-.5px;text-transform:uppercase;color:#000;border:none;border-bottom:3px solid black;padding:.2rem 0;background:transparent;outline:none;width:100%}.tag-input::placeholder{color:#afa9a9;font-weight:900;text-transform:uppercase}.tag-suggestions{display:flex;flex-direction:column;border:1px solid black;background:#fff}.tag-suggestion{font-family:Arial Narrow,sans-serif;font-weight:700;font-size:.85rem;text-transform:uppercase;text-align:left;background:none;border:none;outline:none;padding:.4rem .6rem;cursor:pointer}.tag-suggestion:hover{background:#000;color:#fff}.product-info{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem;font-family:Arial Narrow,sans-serif}.product-text{display:flex;flex-direction:column;max-width:85%}.product-title{font-weight:900;text-transform:uppercase;text-decoration:none;color:#000;font-size:1rem;line-height:1.1}.product-title:hover{text-decoration:underline}.product-price{color:#afa9a9;font-size:1rem;font-weight:700;margin-top:.25rem}.delete-button{font-weight:700;font-size:1.25rem;background:none;border:none;cursor:pointer;margin-left:.5rem;padding:0;color:#000;line-height:1}.cartpage-upload-row{width:100%;display:flex;justify-content:flex-end;margin-right:4rem;margin-top:.5rem}.image-dropzone{border:2px dashed #000;width:80px;height:110px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;align-self:flex-end;justify-content:center;text-align:center;cursor:pointer;font-family:Arial Narrow,sans-serif;font-weight:900;text-transform:uppercase;font-size:.75rem;padding:.5rem;background-color:#fff}.image-dropzone.dragging{background-color:#e0dcdc}.dropzone-input{display:none}.image-dropzone span,.dropzone-label{font-size:4rem;line-height:1;font-weight:200;pointer-events:none}.dropzone-preview{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;height:100%}.dropzone-preview-img{max-width:100%;max-height:80px;object-fit:contain}.dropzone-clear-button{border:none;background:none;font-size:1rem;font-weight:900;cursor:pointer;line-height:1;padding:0}.image-dropzone.has-preview{border:none;padding:0}.matrix-status{margin-top:8px;font-family:Arial,sans-serif;font-size:12px;letter-spacing:1px;text-transform:uppercase;opacity:.8}.cluster-view{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:5}.cluster-view-viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;cursor:grab;touch-action:none;overscroll-behavior:none;user-select:none;-webkit-user-select:none}.cluster-view-viewport:active{cursor:grabbing}.cluster-view-canvas{position:absolute;top:0;left:0;transform-origin:0 0;will-change:transform;column-width:200px;column-gap:20px;column-fill:balance}.cluster-view-canvas--shape{column-width:auto;column-gap:normal}.cluster-view-item{break-inside:avoid;margin-bottom:20px}.cluster-view-item img{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.cluster-view-item-actions{display:flex;justify-content:flex-end;padding:.35rem .1rem 0;background:#fff}.cluster-view-delete-button{font-family:Arial Narrow,sans-serif;font-weight:700;font-size:1.1rem;background:none;border:none;outline:none;cursor:pointer;padding:0;color:#000;line-height:1;pointer-events:auto;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.cluster-view-back-toggle{position:fixed;top:1.5rem;left:5rem;z-index:10;width:58px;height:26px;border:3px solid black;border-radius:999px;background:#000;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:flex-start}.cluster-view-back-toggle-knob{width:18px;height:18px;border-radius:999px;background:#fff;position:absolute;left:33px;top:50%;transform:translateY(-50%)}.shape-drawer{position:fixed;top:1.5rem;right:2rem;z-index:10;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.shape-drawer-canvas{border:3px solid black;background:#fff;touch-action:none;cursor:crosshair;-webkit-user-select:none;user-select:none}.shape-drawer-polygon{fill:#0000000d;stroke:#000;stroke-width:2;stroke-linejoin:round}.tag-filter-panel{position:fixed;top:13rem;right:2rem;z-index:15;max-width:420px;display:flex;flex-direction:column;align-items:flex-end;gap:.85rem}.tag-filter-panel-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.tag-filter-pill{font-family:Arial Narrow,sans-serif;font-weight:900;font-size:.85rem;letter-spacing:-.2px;text-transform:uppercase;background:#000;color:#fff;border:2px solid black;border-radius:0;padding:.55rem 1.1rem;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.tag-filter-pill.active{background:#fff;color:#000}html,body{margin:0;padding:0;overflow:hidden;height:100vh;width:100vw;font-family:Arial Narrow,sans-serif}.landing-page{display:flex;min-width:1440px;justify-content:space-between;align-items:center;height:100vh;width:100vw;padding:4rem 6rem;box-sizing:border-box;position:relative;background-color:#fff}.left-block{flex-shrink:0;width:500px}.right-block{flex-shrink:0;width:750px;height:auto;position:absolute;top:2rem;right:2rem}.login-logo{width:100%;height:auto;object-fit:contain}.tagline{font-size:1.5rem;font-weight:900;letter-spacing:-1px;text-transform:uppercase;line-height:1.4;color:#000;margin-bottom:2.5rem;white-space:pre-line}.google-btn{font-family:Inter,sans-serif;font-weight:400;text-transform:uppercase;width:380px;display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:#fff;border:1px solid black;padding:.75rem 1.75rem;font-size:1rem;box-shadow:4px 4px #000;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.google-btn:hover{box-shadow:0 2px 8px #0000001a}.icon{height:20px;width:20px}
