[data-product-form-config]{display:none}.product-form-tooltip-label{position:relative;display:inline-flex;align-items:center;gap:.3rem}.product-form-tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:1px solid var(--border);border-radius:9999px;color:var(--muted-foreground);background:var(--muted);font-size:.7rem;font-weight:700;line-height:1;cursor:help}.product-form-tooltip-trigger:hover,.product-form-tooltip-trigger:focus-visible{color:var(--foreground);border-color:var(--foreground);outline:none}.product-form-tooltip-content{position:absolute;z-index:50;top:calc(100% + .4rem);left:0;display:none;width:min(22rem,calc(100vw - 2rem));padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);background:var(--card);box-shadow:0 .5rem 1.25rem #0000002e;font-size:.75rem;font-weight:400;line-height:1.4;text-align:left;white-space:pre-line}.product-form-tooltip-trigger:hover .product-form-tooltip-content,.product-form-tooltip-trigger:focus-visible .product-form-tooltip-content{display:block}.product-component-placeholder{padding:.875rem;border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted-foreground);background:var(--muted)}.product-component-list{display:flex;flex-direction:column;gap:.75rem}.product-component-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:1rem;padding:.875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.product-component-field{min-width:0}.product-component-field label{display:block;margin-bottom:.375rem;color:var(--muted-foreground);font-size:.75rem;font-weight:600}.product-component-readonly,.product-component-field select,.product-component-field input{box-sizing:border-box;width:100%;min-height:2.5rem;padding:.5rem .75rem;border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);color:var(--foreground);background:var(--background);font:inherit}.product-component-readonly{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:var(--muted)}@media(max-width:800px){.product-component-row{grid-template-columns:1fr}}
