.harlux-visualizer{--hv-border: rgba(var(--color-foreground), .14);--hv-muted: rgba(var(--color-foreground), .68);--hv-soft: rgba(var(--color-foreground), .045);--hv-strong: rgb(var(--color-foreground));padding:clamp(4rem,7vw,8rem) 0}.harlux-visualizer__inner{max-width:150rem}.harlux-visualizer__header{max-width:86rem;margin:0 auto clamp(3.2rem,5vw,5.6rem);text-align:center}.harlux-visualizer__eyebrow,.hv-summary-card__eyebrow{margin:0 0 .8rem;font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hv-muted)}.harlux-visualizer__title{margin:0;font-size:clamp(3.2rem,5vw,5.8rem);line-height:1.02}.harlux-visualizer__description{margin:1.6rem auto 0;max-width:72rem;color:var(--hv-muted);font-size:1.7rem}.harlux-visualizer__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(30rem,39rem);gap:clamp(2rem,3vw,4rem);align-items:start}.harlux-visualizer__workspace{display:grid;gap:2rem}.hv-panel,.hv-summary-card{border:.1rem solid var(--hv-border);border-radius:2rem;background:rgb(var(--color-background));box-shadow:0 1.4rem 5rem #0000000d}.hv-panel{padding:clamp(2rem,3.5vw,3.6rem)}.hv-panel__heading{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2.4rem}.hv-panel__heading h2,.hv-summary-card h2{margin:0;font-size:clamp(2rem,2.6vw,2.8rem);line-height:1.12}.hv-panel__heading p{margin:.7rem 0 0;color:var(--hv-muted)}.hv-step{display:inline-flex;width:3.6rem;height:3.6rem;flex:0 0 3.6rem;align-items:center;justify-content:center;border-radius:50%;background:var(--hv-strong);color:rgb(var(--color-background));font-weight:700}.hv-upload{min-height:20rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;border:.2rem dashed var(--hv-border);border-radius:1.6rem;background:var(--hv-soft);cursor:pointer;text-align:center;transition:border-color .2s ease,transform .2s ease,background .2s ease}.hv-upload:hover,.hv-upload.is-dragging{border-color:var(--hv-strong);transform:translateY(-.2rem);background:rgba(var(--color-foreground),.07)}.hv-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hv-upload__icon{display:inline-flex;width:5.2rem;height:5.2rem;align-items:center;justify-content:center;border-radius:50%;background:var(--hv-strong);color:rgb(var(--color-background));font-size:3rem;line-height:1}.hv-upload__copy{display:grid;gap:.4rem}.hv-upload__copy strong{font-size:1.7rem}.hv-upload__copy small,.hv-mode__option small{color:var(--hv-muted)}.hv-space-preview{position:relative}.hv-space-preview img{display:block;width:100%;max-height:58rem;object-fit:contain;border-radius:1.6rem;background:var(--hv-soft)}.hv-link-button{margin-top:1rem;border:0;padding:0;background:transparent;color:var(--hv-strong);text-decoration:underline;cursor:pointer}.hv-catalog-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,26rem);gap:1.2rem;margin-bottom:1.6rem}.hv-search input,.hv-collection-filter select,.hv-product-card__variant select,.hv-instructions textarea{width:100%;min-height:4.8rem;border:.1rem solid var(--hv-border);border-radius:1.2rem;background:rgb(var(--color-background));color:var(--hv-strong);font:inherit}.hv-search input,.hv-collection-filter select{padding:0 1.4rem}.hv-products-status{min-height:2.2rem;margin-bottom:1rem;color:var(--hv-muted);font-size:1.3rem}.hv-product-response__meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.4rem;color:var(--hv-muted);font-size:1.3rem}.hv-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.hv-product-card{min-width:0;overflow:hidden;border:.1rem solid var(--hv-border);border-radius:1.4rem;background:rgb(var(--color-background));transition:transform .2s ease,box-shadow .2s ease}.hv-product-card:hover{transform:translateY(-.3rem);box-shadow:0 1rem 3rem #00000012}.hv-product-card.is-selected{outline:.2rem solid var(--hv-strong);outline-offset:-.2rem}.hv-product-card__image{display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--hv-soft)}.hv-product-card__image img,.hv-product-card__image svg{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hv-product-card:hover .hv-product-card__image img{transform:scale(1.035)}.hv-product-card__content{display:grid;gap:.8rem;padding:1.4rem}.hv-product-card__title{color:var(--hv-strong);font-weight:700;line-height:1.25;text-decoration:none}.hv-product-card__sku{margin:0;color:var(--hv-muted);font-size:1.2rem}.hv-product-card__variant select{min-height:4rem;padding:0 1rem;font-size:1.2rem}.hv-product-card__footer{display:grid;gap:1rem;margin-top:.4rem}.hv-product-card__add{min-width:0;min-height:4.2rem;padding:.8rem 1rem;font-size:1.2rem}.hv-pagination{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:2.4rem}.hv-pagination button{min-height:4rem;border:.1rem solid var(--hv-border);border-radius:999px;padding:.7rem 1.5rem;background:rgb(var(--color-background));color:var(--hv-strong);cursor:pointer}.hv-pagination button:disabled{opacity:.35;cursor:not-allowed}.hv-product-empty{padding:4rem 2rem;border-radius:1.4rem;background:var(--hv-soft);text-align:center;color:var(--hv-muted)}.hv-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.hv-mode__option{display:flex;gap:1rem;padding:1.6rem;border:.1rem solid var(--hv-border);border-radius:1.4rem;cursor:pointer}.hv-mode__option:has(input:checked){border-color:var(--hv-strong);background:var(--hv-soft)}.hv-mode__option input{margin-top:.25rem}.hv-mode__option span{display:grid;gap:.4rem}.hv-instructions{display:grid;gap:.8rem;margin-top:1.6rem;font-weight:700}.hv-instructions textarea{min-height:13rem;padding:1.4rem;resize:vertical;font-weight:400}.hv-generate,.hv-buy{width:100%}.hv-generate{max-width:34rem}.hv-spinner{width:1.8rem;height:1.8rem;margin-left:.8rem;border:.2rem solid currentColor;border-right-color:transparent;border-radius:50%;animation:hv-spin .8s linear infinite}@keyframes hv-spin{to{transform:rotate(360deg)}}.hv-message{min-height:2.2rem;margin:1.2rem 0 0;color:var(--hv-muted)}.hv-message.is-error{color:#b42318}.hv-result{margin-top:2.4rem}.hv-result__compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.hv-result__compare figure{margin:0}.hv-result__compare img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:1.4rem;background:var(--hv-soft)}.hv-result__compare figcaption{margin-top:.8rem;text-align:center;font-weight:700}.hv-disclaimer{margin:1.4rem 0 0;color:var(--hv-muted);font-size:1.2rem}.harlux-visualizer__summary{position:sticky;top:2rem}.hv-summary-card{overflow:hidden}.hv-summary-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:2.4rem;border-bottom:.1rem solid var(--hv-border)}.hv-summary-count{display:inline-flex;min-width:3.4rem;height:3.4rem;align-items:center;justify-content:center;border-radius:999px;background:var(--hv-strong);color:rgb(var(--color-background));font-weight:700}.hv-selected-empty{padding:3.2rem 2.4rem;color:var(--hv-muted);text-align:center}.hv-selected-list{max-height:50rem;overflow:auto}.hv-selected-item{display:grid;grid-template-columns:6.4rem minmax(0,1fr);gap:1.2rem;padding:1.5rem 2.4rem;border-bottom:.1rem solid var(--hv-border)}.hv-selected-item__image{width:6.4rem;height:6.4rem;border-radius:1rem;object-fit:cover;background:var(--hv-soft)}.hv-selected-item__body{min-width:0}.hv-selected-item__title{margin:0;font-weight:700;line-height:1.2}.hv-selected-item__variant{margin:.4rem 0 0;color:var(--hv-muted);font-size:1.2rem}.hv-selected-item__controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem}.hv-quantity{display:inline-flex;align-items:center;border:.1rem solid var(--hv-border);border-radius:999px;overflow:hidden}.hv-quantity button,.hv-selected-item__remove{border:0;background:transparent;color:var(--hv-strong);cursor:pointer}.hv-quantity button{width:3rem;height:3rem}.hv-quantity span{min-width:2.6rem;text-align:center;font-weight:700}.hv-selected-item__remove{padding:0;text-decoration:underline;font-size:1.2rem}.hv-summary-total{display:flex;justify-content:space-between;gap:1rem;padding:2rem 2.4rem;font-size:1.7rem}.hv-buy{width:calc(100% - 4.8rem);margin:0 2.4rem}.hv-summary-note{margin:1.2rem 2.4rem 2.4rem;color:var(--hv-muted);text-align:center;font-size:1.2rem}@media screen and (max-width:1100px){.harlux-visualizer__layout{grid-template-columns:minmax(0,1fr)}.harlux-visualizer__summary{position:static}.hv-selected-list{max-height:none}}@media screen and (max-width:749px){.harlux-visualizer{padding:3.2rem 0 5rem}.hv-panel{border-radius:1.4rem;padding:1.8rem}.hv-panel__heading{gap:1rem}.hv-catalog-tools,.hv-mode,.hv-result__compare{grid-template-columns:1fr}.hv-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hv-product-card__content{padding:1rem}.hv-product-card__footer strong{font-size:1.3rem}.hv-product-card__add{font-size:1.1rem}.hv-pagination{gap:.7rem}.hv-pagination span{font-size:1.2rem}}.hv-demo-banner{max-width:96rem;margin:-2rem auto 3rem;padding:1.4rem 1.8rem;border:.1rem solid var(--hv-border);border-radius:1.2rem;background:var(--hv-soft);color:var(--hv-muted);text-align:center;font-size:1.35rem}.hv-demo-banner strong{color:var(--hv-strong)}.hv-buy[disabled],.hv-generate[disabled]{cursor:not-allowed;opacity:.48}
/*# sourceMappingURL=/cdn/shop/t/19/assets/harlux-visualizer.css.map */
