.kitchenos-po{display:flex;flex-direction:column;gap:14px;margin:16px 0 14px}form.cart.kitchenos-po-cart{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}form.cart.kitchenos-po-cart>.kitchenos-po{flex:0 0 100%;margin:0 0 4px;width:100%}form.cart.kitchenos-po-cart>.quantity,form.cart.kitchenos-po-cart>.single_add_to_cart_button{flex:0 0 auto}.kitchenos-po__form{background:transparent;border:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:12px;padding:0}.kitchenos-po__form-header{display:none}.kitchenos-po__form-header h3{font-size:1.2rem;margin:0}.kitchenos-po__form-header p{color:rgba(36,29,24,.66);font-size:.92rem;line-height:1.55;margin:6px 0 0}.kitchenos-po__section{display:flex;flex-direction:column;gap:10px}.kitchenos-po__section-title{color:rgba(36,29,24,.58);font-size:.75rem;font-weight:700;letter-spacing:.04em;margin:2px 0;text-transform:uppercase}.kitchenos-po__field{border-top:1px solid rgba(32,27,24,.08);display:grid;gap:8px;grid-template-columns:minmax(0,1fr);padding:10px 0}.kitchenos-po__field:first-of-type{border-top:none}.kitchenos-po__field--divider,.kitchenos-po__field--header{display:block;grid-template-columns:none}.kitchenos-po__header{color:#201b18;font-size:1.15rem;margin:0}.kitchenos-po__divider{border:0;border-top:1px solid rgba(32,27,24,.1);margin:0}.kitchenos-po__field-label,.kitchenos-po__label{font-weight:700}.kitchenos-po__field.is-required-missing .kitchenos-po__field-label,.kitchenos-po__required{color:#c00}.kitchenos-po__field-description{color:rgba(36,29,24,.66);font-size:.92rem;line-height:1.55;margin:6px 0 0}.kitchenos-po__description{color:rgba(36,29,24,.66);font-size:.88rem;line-height:1.5;margin:4px 0 0}.kitchenos-po__field-control{display:flex;flex-direction:column;gap:8px}.kitchenos-po__input,.kitchenos-po__textarea{background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:8px;color:inherit;font:inherit;min-height:44px;padding:0 14px;transition:border-color .15s,box-shadow .15s;width:100%}.kitchenos-po__input:focus,.kitchenos-po__textarea:focus{border-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(0,0,0,.06);outline:none}.kitchenos-po__textarea{min-height:100px;padding:12px 14px;resize:vertical}.kitchenos-po__input--select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23666%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.5%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27m6 9 6 6 6-6%27/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid rgba(0,0,0,.15);border-radius:8px;color:inherit;cursor:pointer;font:inherit;min-height:44px;padding:0 36px 0 14px;transition:border-color .15s,box-shadow .15s;width:100%}.kitchenos-po__input--select:focus{border-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(0,0,0,.06);outline:none}.kitchenos-po__choices{display:grid;gap:10px;grid-template-columns:repeat(var(--kitchenos-po-columns,auto-fill),minmax(200px,1fr))}.kitchenos-po__choice{cursor:pointer;display:block;position:relative}.kitchenos-po__choice input{opacity:0;pointer-events:none;position:absolute}.kitchenos-po__choice-face{background:var(--kitchenos-po-card-bg,transparent);border:var(--kitchenos-po-border-w,2px) solid var(--kitchenos-po-border,rgba(0,0,0,.08));border-radius:var(--kitchenos-po-radius,12px);display:flex;flex-direction:column;gap:0;min-height:100%;padding:var(--kitchenos-po-padding,14px) calc(var(--kitchenos-po-padding, 14px) + 2px);position:relative;transition:border-color .15s,box-shadow .15s}.kitchenos-po__choice:hover .kitchenos-po__choice-face{border-color:var(--kitchenos-po-hover,rgba(0,0,0,.2))}.kitchenos-po__choice input:checked+.kitchenos-po__choice-face{border-color:var(--kitchenos-po-accent,currentColor);box-shadow:0 0 0 1px var(--kitchenos-po-accent,currentColor)}.kitchenos-po__choice-face:before{background:transparent;border:2px solid var(--kitchenos-po-border,rgba(0,0,0,.18));border-radius:50%;content:"";height:18px;position:absolute;right:var(--kitchenos-po-padding,14px);top:var(--kitchenos-po-padding,14px);transition:border-color .15s,background .15s;width:18px}.kitchenos-po__choice input:checked+.kitchenos-po__choice-face:before{background:var(--kitchenos-po-accent,currentColor);border-color:var(--kitchenos-po-accent,currentColor);box-shadow:inset 0 0 0 3px var(--kitchenos-po-card-bg,#fff)}.kitchenos-po__choices--checkbox .kitchenos-po__choice-face:before{border-radius:3px}.kitchenos-po__choice-label{color:var(--kitchenos-po-text,inherit);font-size:.95rem;font-weight:600;line-height:1.35;padding-right:26px}.kitchenos-po__choice-price{color:var(--kitchenos-po-price,inherit);display:inline-block;font-size:.85rem;font-weight:700;margin-top:4px;opacity:.7}.kitchenos-po__choice-price del{font-weight:400;margin-right:4px;opacity:.55;text-decoration:line-through}.kitchenos-po__choice-description{border-top:1px solid var(--kitchenos-po-border,rgba(0,0,0,.06));color:var(--kitchenos-po-desc,inherit);font-size:.8rem;line-height:1.45;margin-top:5px;opacity:.6;padding-top:5px}.kitchenos-po__choice--has-image{overflow:hidden}.kitchenos-po__choice--has-image .kitchenos-po__choice-face{align-items:stretch;flex-direction:column;gap:0;padding:0}.kitchenos-po__choice-image{aspect-ratio:1;display:block;overflow:hidden;width:100%}.kitchenos-po__choice-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease;width:100%}.kitchenos-po__choice:hover .kitchenos-po__choice-image img{transform:scale(1.04)}.kitchenos-po__choice--has-image .kitchenos-po__choice-face>:not(.kitchenos-po__choice-image){padding:0}.kitchenos-po__choice--has-image .kitchenos-po__choice-label,.kitchenos-po__choice--has-image .kitchenos-po__choice-price{padding:4px 12px}.kitchenos-po__choice--has-image .kitchenos-po__choice-label{padding-top:8px}.kitchenos-po__choice--has-image .kitchenos-po__choice-price{align-self:flex-start;margin:0 12px 10px}.kitchenos-po__choice-swatch--color{border:2px solid rgba(32,27,24,.1);border-radius:50%;display:inline-block;flex-shrink:0;height:24px;width:24px}.kitchenos-po__swatch--color,.kitchenos-po__swatch--image,.kitchenos-po__swatch--text{align-items:center;background:hsla(37,37%,93%,.8);border-radius:14px;display:inline-flex;flex-shrink:0;height:42px;justify-content:center;overflow:hidden;width:42px}.kitchenos-po__swatch--color{background:var(--kitchenos-swatch-color)}.kitchenos-po__swatch--image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.kitchenos-po__color-wrap{align-items:center;display:flex;gap:10px}.kitchenos-po__color-wrap input[type=color]{border:1px solid rgba(32,27,24,.14);border-radius:8px;cursor:pointer;height:42px;min-height:42px;padding:4px;width:56px}.kitchenos-po__color-hex{width:100px}.kitchenos-po__range-wrap{align-items:center;display:flex;gap:12px;justify-content:space-between}.kitchenos-po__range-wrap input[type=range]{background:transparent;border:none;flex:1;padding:0}.kitchenos-po__range-wrap [data-range-output]{background:rgba(23,107,93,.08);border-radius:999px;color:#176b5d;font-weight:700;min-width:48px;padding:6px 10px;text-align:center}.kitchenos-po__product-card{cursor:pointer;display:block}.kitchenos-po__product-card input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.kitchenos-po__product-card-face{align-items:center;background:#fff;border:1px solid rgba(32,27,24,.1);border-radius:10px;display:flex;gap:12px;padding:12px;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.kitchenos-po__product-card input:checked+.kitchenos-po__product-card-face{border-color:rgba(217,107,59,.42);box-shadow:0 10px 24px rgba(217,107,59,.16);transform:translateY(-1px)}.kitchenos-po__product-card-thumb{border-radius:12px;flex-shrink:0;height:56px;overflow:hidden;width:56px}.kitchenos-po__product-card-thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.kitchenos-po__product-card-info{display:flex;flex-direction:column;gap:4px}.kitchenos-po__product-card-name{font-weight:700}.kitchenos-po__product-card-price{color:#176b5d;font-size:.88rem;font-weight:700}.kitchenos-po__price-note{color:rgba(36,29,24,.64);display:block;font-size:.8rem;line-height:1.45;margin:6px 0 0}.is-hidden,.kitchenos-po__field.is-hidden,.kitchenos-po__section.is-hidden{display:none}.is-required-missing .kitchenos-po__field-control .kitchenos-po__input,.is-required-missing .kitchenos-po__field-control .kitchenos-po__select,.is-required-missing .kitchenos-po__field-control .kitchenos-po__textarea{border-color:#c2410c}@media (max-width:900px){.kitchenos-po__choices{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.kitchenos-po__choices{grid-template-columns:1fr}.kitchenos-po__choice-face{padding:12px 14px}form.cart.kitchenos-po-cart{align-items:stretch}}.kitchenos-wizard{display:flex;flex-direction:column;gap:1.5rem;margin:1rem 0}@media (min-width:768px){.kitchenos-wizard[data-layout=side-by-side]{flex-direction:row}.kitchenos-wizard[data-layout=side-by-side] .kitchenos-wizard__canvas{align-self:flex-start;flex:0 0 45%;position:sticky;top:2rem}.kitchenos-wizard[data-layout=side-by-side] .kitchenos-wizard__content{flex:1;min-width:0}}.kitchenos-wizard__canvas{text-align:center}.kitchenos-wizard__layers{background:#f8f5f0;border-radius:12px;margin:0 auto;max-width:100%;overflow:hidden;position:relative}.kitchenos-wizard__layers img{display:block}.kitchenos-wizard__base{z-index:1}.kitchenos-wizard__base,.kitchenos-wizard__layer{height:100%;inset:0;-o-object-fit:contain;object-fit:contain;position:absolute;width:100%}.kitchenos-wizard__layer{pointer-events:none;transition:opacity .3s ease-in-out}.kitchenos-wizard__stepper{border-bottom:2px solid #e8e4de;display:flex;gap:4px;margin-bottom:1rem;overflow-x:auto;padding-bottom:4px}.kitchenos-wizard__step-btn{background:transparent;border:none;border-bottom:2px solid transparent;color:#8a8580;cursor:pointer;flex:1;font-size:13px;font-weight:600;margin-bottom:-2px;min-width:0;padding:10px 12px;text-align:center;transition:color .15s,border-color .15s;white-space:nowrap}.kitchenos-wizard__step-btn:hover{color:#1e1e1e}.kitchenos-wizard__step-btn--active{border-bottom-color:#d96b3b;color:#d96b3b}.kitchenos-wizard__step-icon{margin-right:4px}.kitchenos-wizard__panel{animation:wizardFadeIn .25s ease}.kitchenos-wizard__panel[hidden]{display:none}@keyframes wizardFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.kitchenos-wizard__panel-title{color:#1e1e1e;font-size:18px;font-weight:700;margin:0 0 6px}.kitchenos-wizard__panel-desc{color:#8a8580;font-size:13px;margin:0 0 12px}.kitchenos-wizard__nav{border-top:1px solid #e8e4de;display:flex;gap:8px;justify-content:space-between;margin-top:1rem;padding-top:1rem}.kitchenos-wizard__next,.kitchenos-wizard__prev{border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:background .15s}.kitchenos-wizard__prev{background:#f4f1ec;border:1px solid #e2ddd5;color:#1e1e1e}.kitchenos-wizard__prev:hover{background:#ebe7e0}.kitchenos-wizard__next{background:#d96b3b;border:1px solid #d96b3b;color:#fff}.kitchenos-wizard__next:hover{background:#c25a2e}.kitchenos-wizard__total{color:#d96b3b;font-size:16px;font-weight:700;padding-top:8px;text-align:right}.kitchenos-wizard__review-list{list-style:none;margin:0;padding:0}.kitchenos-wizard__review-list li{border-bottom:1px solid #f0ece6;display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.kitchenos-wizard__review-label{color:#71706e}.kitchenos-wizard__review-value{color:#1e1e1e;font-weight:600}@media (max-width:767px){.kitchenos-wizard__layers{max-height:300px}.kitchenos-wizard__stepper{gap:2px}.kitchenos-wizard__step-btn{font-size:11px;padding:8px 6px}}
