.poc-demo{padding-top:32px;padding-bottom:48px}.poc-demo__title{margin:0 0 24px}.poc-status{margin-bottom:20px;color:#666;font-size:14px}.poc-section{margin-bottom:40px}.poc-section__title{margin:0 0 16px}.category-container{display:flex;flex-wrap:wrap;gap:12px}.category-button{-webkit-appearance:none;appearance:none;border:1px solid #d9d9d9;background:#f7f7f7;color:#222;padding:12px 16px;border-radius:10px;cursor:pointer;font:inherit;line-height:1.2;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.category-button:hover{background:#efefef;border-color:#bdbdbd;transform:translateY(-1px)}.category-button.is-active{background:#111;color:#fff;border-color:#111}.product-listing{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{border:1px solid #e5e5e5;border-radius:14px;background:#fff;padding:18px;display:flex;flex-direction:column;gap:12px}.product-card__image-wrap{aspect-ratio:1 / 1;background:#fafafa;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image{max-width:100%;max-height:100%;object-fit:contain;display:block}.product-card__title{margin:0;font-size:18px;line-height:1.35}.product-card__meta{margin:0;color:#555;font-size:14px;line-height:1.5}.product-empty,.product-error{grid-column:1 / -1;padding:18px;border:1px dashed #ccc;border-radius:12px;background:#fafafa}@keyframes poc-spin{to{transform:rotate(360deg)}}.poc-tree-group{border:1px solid #ddd;border-radius:8px;overflow:hidden;margin-bottom:10px;background:#fff}.poc-tree-parent{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:12px 14px;border:none;background:#f8f8f8;cursor:pointer;font-size:16px;font-weight:700;line-height:1.2}.poc-tree-parent:hover{background:#f1f1f1}.poc-tree-parent,.poc-tree-parent.is-direct{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:12px 14px}.poc-tree-leaf{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:12px 14px;margin:0 0 6px;border:1px solid #e4e4e4;border-radius:6px;background:#fff;cursor:pointer;font-size:16px;font-weight:700;line-height:1.2}.poc-tree-leaf:last-child{margin-bottom:0}.poc-tree-leaf:hover{background:#f7f7f7}.poc-tree-leaf.is-active,.poc-tree-parent.is-active{border-color:#1a73e8;background:#eef5ff}.poc-tree-leaf:before{content:"";width:18px;min-width:18px;display:inline-block}.poc-tree-chevron{width:18px;display:inline-flex;justify-content:center;transition:transform .2s ease;color:#444;flex:0 0 18px}.poc-tree-chevron.is-hidden{visibility:hidden}.poc-tree-group.is-open .poc-tree-chevron{transform:rotate(90deg)}.poc-tree-children{display:none;padding:8px;background:#fff}.poc-tree-group.is-open .poc-tree-children{display:block}.poc-tree-empty{color:#777;font-size:14px;padding:8px 0}.poc-product-grid,#poc-demo-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}.poc-product-card,.poc-demo-card{text-align:left;border:1px solid #ddd;border-radius:14px;padding:12px;background:#fff;position:relative;display:flex;flex-direction:column;min-height:100%;box-sizing:border-box}.poc-product-card:hover,.poc-demo-card:hover{box-shadow:0 2px 10px #00000014}.poc-product-thumb-wrap,.poc-demo-card__thumb-wrap{min-height:220px;height:220px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;border:1px solid #eee;border-radius:10px;background:#fff;overflow:hidden}.poc-product-thumb,.poc-demo-card__thumb{max-width:100%;max-height:220px;object-fit:contain;display:block;border-radius:6px;background:#fff}.poc-demo-card__meta-top{margin-bottom:8px;color:#7a8499;font-size:12px;line-height:1.35}.poc-demo-card__title{margin:0 0 8px;font-size:18px;font-weight:800;line-height:1.28;color:#111827;min-height:68px}.poc-demo-card__meta-summary{margin-bottom:10px;color:#263449;font-size:14px;font-weight:700;line-height:1.35}.poc-demo-card__meta-sep{color:#6b7280;font-weight:600}.poc-demo-card__swatches-wrap{margin-bottom:10px}.poc-demo-card__swatches{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.poc-demo-card__swatch{display:inline-flex;width:18px;height:18px;border-radius:999px;background:#fff;border:1px solid #d1d5db;padding:1px;box-sizing:border-box}.poc-demo-card__swatch-inner{display:block;width:100%;height:100%;border-radius:999px}.poc-demo-card__swatches-more{color:#374151;font-size:11px;font-style:italic;font-weight:700;line-height:1.2;text-transform:uppercase;text-align:right}.poc-demo-card__line{margin:0 0 6px;color:#4f5d75;font-size:13px;line-height:1.4}.poc-demo-card__line--supplier{margin-bottom:12px}.poc-demo-card__actions{margin-top:auto;padding-top:10px;display:flex;justify-content:center;gap:10px}.poc-demo-action-button{display:inline-flex;align-items:center;justify-content:center;width:80%;min-height:40px;padding:10px 12px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:700;box-sizing:border-box;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease;text-align:center}.poc-demo-action-button--preview{border:1px solid #2f6fec;background:#2f6fec;color:#fff}.poc-demo-action-button--preview:hover{background:#215dd0;border-color:#215dd0}.poc-demo-action-button--view{border:1px solid #2f6fec;background:#fff;color:#2f6fec}.poc-demo-action-button--view:hover{background:#f4f8ff}.poc-demo-card__badges{position:absolute;top:5px;right:5px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;z-index:2}.poc-demo-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 10px;border-radius:999px;color:#fff;font-size:9px;font-weight:800;line-height:1;letter-spacing:.02em}.poc-demo-card__badge--featured{background:#7c3aed}.poc-demo-card__badge--top-pick{background:#2563eb}.poc-demo-card__badge--recommended{background:#16a34a}.poc-demo-card__badge--on-sale{background:#ea580c}.poc-demo-card__badge--curated{background:#475569}#poc-demo-category-tree{display:flex;flex-direction:column;gap:8px}#poc-demo-category-tree .poc-demo-tree__leaf{width:100%;text-align:left;border:1px solid #d6dbe5;border-radius:12px;background:#fff;color:#1f2a44;font-size:14px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}#poc-demo-category-tree .poc-demo-tree__leaf:hover{border-color:#b8c3d9;background:#fbfcff}#poc-demo-category-tree .poc-demo-tree__leaf.is-active{border-color:#2f6fec;box-shadow:inset 0 0 0 1px #2f6fec;background:#f4f8ff}#poc-demo-category-tree .poc-demo-tree__label{flex:1 1 auto;min-width:0;word-break:break-word}#poc-demo-category-tree .poc-demo-tree__count{color:#5f6c85}#poc-demo-category-tree .poc-demo-tree__toggle:hover{background:#f4f7fc!important;border-color:#97a7c6!important}.poc-image-thumb{width:82px;height:82px;border:1px solid #ddd;background:#fff;border-radius:4px;padding:4px;cursor:pointer}.poc-image-thumb.is-active{border:2px solid #1a73e8}.poc-option-chip{border:1px solid #ddd;background:#fff;padding:8px 12px;border-radius:4px;font-size:13px}.poc-modal-link-button{display:block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none;border-radius:6px;font-weight:700}.poc-swatch-grid{display:flex;flex-wrap:wrap;gap:10px}.poc-swatch{width:38px;height:38px;border:1px solid #d5d5d5;border-radius:999px;background:#fff;padding:2px;cursor:pointer;position:relative;box-sizing:border-box}.poc-swatch:hover{border-color:#888}.poc-swatch.is-active{border:2px solid #1a73e8}.poc-swatch-inner{width:100%;height:100%;border-radius:999px;overflow:hidden;background:#f3f3f3;display:flex;align-items:center;justify-content:center}.poc-swatch-inner img{width:100%;height:100%;object-fit:cover;border-radius:999px}.poc-swatch-fallback{width:100%;height:100%;border-radius:999px;background:linear-gradient(135deg,#e8e8e8,#cfcfcf)}.poc-description-html{color:#333;line-height:1.65;overflow-wrap:anywhere}.poc-description-html ul,.poc-description-html ol{padding-left:22px;margin:0 0 12px}.poc-description-html p{margin:0 0 12px}.poc-description-html li{margin:0 0 6px}.poc-demo-compare-colors__label{display:none!important}.poc-demo-compare-colors{gap:6px}.poc-demo-modal .poc-demo-styles-grid button{width:60px;height:60px;padding:6px}.poc-demo-modal .poc-demo-styles-grid img{max-width:44px;max-height:44px}.poc-demo-modal .poc-demo-styles-grid span{font-size:11px}.quote-step label{display:block;font-weight:600;margin:14px 0 6px}.quote-step input[type=text],.quote-step input[type=number],.quote-step textarea{width:100%;max-width:360px;padding:10px 12px;border:1px solid #d6d6d6;border-radius:8px}.quote-locations{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:10px 18px;margin:8px 0 16px}.quote-size-grid{display:grid;grid-template-columns:repeat(2,minmax(140px,220px));gap:10px 18px;margin:18px 0}.quote-actions{display:flex;gap:10px;margin-top:18px}#inksoft-upload-modal .quote-size-grid{display:grid;grid-template-columns:1fr;gap:12px;margin:20px 0;max-width:420px}#inksoft-upload-modal .size-box{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:12px}#inksoft-upload-modal .size-box label{font-weight:600}#inksoft-upload-modal .size-box input{width:100%}@media screen and (max-width:1400px){.poc-product-grid,#poc-demo-products-grid,.product-listing{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:1100px){.poc-product-grid,#poc-demo-products-grid,.product-listing{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:980px){#poc-page>div:last-child{grid-template-columns:1fr}}@media screen and (max-width:749px){.poc-demo{padding-top:20px;padding-bottom:32px}.poc-product-grid,#poc-demo-products-grid,.product-listing{grid-template-columns:1fr}.poc-demo-card__actions{flex-direction:column}.poc-demo-action-button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/poc-kit.css.map */
