:root{--pbg-bg: #f7f5f9;--pbg-card: #ffffff;--pbg-border: #e6dfeb;--pbg-border-light: #f4f0f8;--pbg-text: #1d1522;--pbg-text-secondary: #74677d;--pbg-text-muted: #9ca3b4;--pbg-primary: #c245dd;--pbg-primary-hover: #ad3bc6;--pbg-primary-light: #fbf5fd;--pbg-success: #1a8a5c;--pbg-success-light: #e8f7f0;--pbg-danger: #d72c0d;--pbg-warning: #b98900;--pbg-warning-light: #fdf8ec;--pbg-selected-bg: #f9f2fc;--pbg-selected-border: #eeddf5;--pbg-shadow-sm: 0 1px 3px rgba(194,69,221,.04);--pbg-shadow: 0 2px 8px rgba(194,69,221,.06);--pbg-shadow-lg: 0 6px 20px rgba(194,69,221,.1);--pbg-radius: 10px;--pbg-radius-sm: 6px;--pbg-transition: .2s cubic-bezier(.4, 0, .2, 1);--pbg-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--pbg-font-mono: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;--pbg-tag-width: 57mm;--pbg-tag-height: 32mm}.pookie-barcode-gen{font-family:var(--pbg-font);color:var(--pbg-text);background:var(--pbg-bg);min-height:80vh;padding:0;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pookie-barcode-gen *,.pookie-barcode-gen *:before,.pookie-barcode-gen *:after{box-sizing:border-box}.pbg-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.pbg-loading p{color:var(--pbg-text-secondary);font-size:15px;margin:0}.pbg-spinner{width:40px;height:40px;border:3px solid var(--pbg-border);border-top-color:var(--pbg-primary);border-radius:50%;animation:pbg-spin .8s linear infinite}@keyframes pbg-spin{to{transform:rotate(360deg)}}.pbg-header{background:linear-gradient(135deg,#1d1223,#3e1b4c);padding:20px 16px;display:flex;flex-direction:column;align-items:flex-start;border-radius:0 0 var(--pbg-radius) var(--pbg-radius);margin-bottom:0}.pbg-header h1{font-size:18px;font-weight:700;color:#fff;margin:0;letter-spacing:-.3px}.pbg-subtitle{font-size:12px;color:#fff9;margin:4px 0 0;font-weight:400}.pbg-filters{padding:16px;background:var(--pbg-card);border-bottom:1px solid var(--pbg-border);box-shadow:var(--pbg-shadow-sm)}.pbg-filter-row{display:flex;flex-direction:column;gap:12px;align-items:stretch;width:100%}.pbg-search-wrap{position:relative;width:100%}.pbg-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--pbg-card);border:1px solid var(--pbg-border);border-radius:var(--pbg-radius-sm);box-shadow:var(--pbg-shadow-lg);max-height:250px;overflow-y:auto;z-index:50}.pbg-search-item{display:flex;align-items:center;gap:12px;padding:12px;cursor:pointer;border-bottom:1px solid var(--pbg-border-light);transition:background var(--pbg-transition)}.pbg-search-item:last-child{border-bottom:none}.pbg-search-item:hover{background:var(--pbg-bg)}.pbg-search-item img{width:32px;height:32px;object-fit:cover;border-radius:4px;border:1px solid var(--pbg-border-light)}.pbg-search-item-noimg{width:32px;height:32px;background:var(--pbg-border-light);border-radius:4px}.pbg-search-item span{font-size:13px;color:var(--pbg-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pbg-search-loading,.pbg-search-error,.pbg-search-empty{padding:12px;font-size:13px;color:var(--pbg-text-secondary);text-align:center}.pbg-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--pbg-text-muted);pointer-events:none}.pbg-input{width:100%;padding:10px 12px 10px 38px;border:1.5px solid var(--pbg-border);border-radius:var(--pbg-radius-sm);font-size:14px;font-family:var(--pbg-font);color:var(--pbg-text);background:var(--pbg-card);transition:border-color var(--pbg-transition),box-shadow var(--pbg-transition);outline:none}.pbg-input:focus{border-color:var(--pbg-primary);box-shadow:0 0 0 3px #5c6ac41f}.pbg-load-recent{width:100%;justify-content:center}.pbg-select-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--pbg-card);border-bottom:1px solid var(--pbg-border);flex-wrap:wrap;gap:8px}.pbg-checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--pbg-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.pbg-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--pbg-primary);cursor:pointer}.pbg-selected-badge{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--pbg-text-muted);opacity:0;transform:translateY(4px);transition:opacity var(--pbg-transition),transform var(--pbg-transition)}.pbg-selected-badge.pbg-visible{opacity:1;transform:translateY(0)}.pbg-selected-badge .pbg-badge-num{background:var(--pbg-primary);color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:99px;min-width:20px;text-align:center}.pbg-clear-list{font-size:12px;padding:6px 12px}.pbg-product-list{padding:0 10px 140px;background:var(--pbg-bg)}.pbg-product-group{background:var(--pbg-card);border:1px solid var(--pbg-border);border-radius:var(--pbg-radius);margin-top:12px;overflow:hidden;transition:box-shadow var(--pbg-transition),transform var(--pbg-transition)}.pbg-product-group:hover{box-shadow:var(--pbg-shadow)}.pbg-product-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:10px;cursor:default;border-bottom:1px solid transparent;transition:background var(--pbg-transition),border-color var(--pbg-transition)}.pbg-product-group.pbg-expanded .pbg-product-header{border-bottom-color:var(--pbg-border-light)}.pbg-product-header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.pbg-checkbox-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pbg-checkbox-wrap input[type=checkbox]{width:18px;height:18px;accent-color:var(--pbg-primary);cursor:pointer;margin:0}.pbg-product-thumb{width:38px;height:38px;border-radius:var(--pbg-radius-sm);object-fit:cover;background:var(--pbg-bg);border:1px solid var(--pbg-border-light);flex-shrink:0}.pbg-no-image{display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--pbg-text-muted)}.pbg-product-info{display:flex;flex-direction:column;gap:2px;min-width:0}.pbg-product-title{font-size:13px;font-weight:600;color:var(--pbg-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pbg-product-meta{font-size:11px;color:var(--pbg-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pbg-expand-btn{display:flex;align-items:center;gap:4px;background:none;border:1px solid var(--pbg-border);border-radius:var(--pbg-radius-sm);padding:4px 8px;font-size:11px;font-family:var(--pbg-font);color:var(--pbg-text-secondary);cursor:pointer;transition:all var(--pbg-transition);flex-shrink:0}.pbg-expand-btn:hover{background:var(--pbg-bg);border-color:var(--pbg-primary);color:var(--pbg-primary)}.pbg-chevron{transition:transform var(--pbg-transition)}.pbg-product-group.pbg-expanded .pbg-chevron{transform:rotate(180deg)}.pbg-variant-count{font-weight:500}.pbg-variants{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.pbg-product-group.pbg-expanded .pbg-variants{max-height:2500px}.pbg-variant-row{display:flex;flex-direction:column;align-items:stretch;padding:12px 16px 12px 42px;gap:8px;border-top:1px solid var(--pbg-border-light);position:relative;transition:background var(--pbg-transition)}.pbg-variant-row:hover{background:#fafbfc}.pbg-variant-row .pbg-checkbox-wrap{position:absolute;left:16px;top:14px}.pbg-variant-row.pbg-selected{background:var(--pbg-selected-bg);border-left:3px solid var(--pbg-primary);padding-left:39px}.pbg-variant-info{display:flex;flex-direction:column;gap:4px}.pbg-variant-name{font-size:13px;font-weight:500;color:var(--pbg-text);word-break:break-word}.pbg-variant-details{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pbg-variant-price{font-size:13px;font-weight:600;color:var(--pbg-success)}.pbg-compare-price{font-weight:400;color:var(--pbg-text-muted);text-decoration:line-through}.pbg-variant-barcode{font-size:11px;font-family:var(--pbg-font-mono);color:var(--pbg-text-secondary);background:var(--pbg-bg);padding:2px 6px;border-radius:4px}.pbg-variant-barcode.pbg-no-barcode{color:var(--pbg-warning);background:var(--pbg-warning-light)}.pbg-qty-wrap{display:flex;align-items:center;gap:8px;justify-content:flex-end}.pbg-qty-label{font-size:12px;color:var(--pbg-text-secondary);font-weight:500}.pbg-qty-input{width:64px;padding:6px;border:1.5px solid var(--pbg-border);border-radius:var(--pbg-radius-sm);font-size:13px;font-family:var(--pbg-font);text-align:center;color:var(--pbg-text);background:var(--pbg-card);outline:none;transition:border-color var(--pbg-transition)}.pbg-qty-input:focus{border-color:var(--pbg-primary)}.pbg-empty{text-align:center;padding:60px 20px;color:var(--pbg-text-muted)}.pbg-empty-icon{font-size:40px;margin-bottom:12px}.pbg-empty p{font-size:14px;margin:0}.pbg-action-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;flex-direction:column;align-items:stretch;padding:12px 16px;background:var(--pbg-card);border-top:1px solid var(--pbg-border);box-shadow:0 -4px 16px #00000014;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);gap:10px}.pbg-action-bar.pbg-visible{transform:translateY(0)}.pbg-action-left{font-size:13px;color:var(--pbg-text-secondary);font-weight:550;text-align:center}.pbg-action-right{display:flex;align-items:center;gap:10px;justify-content:space-between}.pbg-select{padding:8px 24px 8px 8px;border:1.5px solid var(--pbg-border);border-radius:var(--pbg-radius-sm);font-size:13px;font-family:var(--pbg-font);color:var(--pbg-text);background:var(--pbg-card) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7385' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;flex:1;max-width:140px;transition:border-color var(--pbg-transition)}.pbg-select:focus{border-color:var(--pbg-primary)}.pbg-generate-btn{flex:2;justify-content:center;text-align:center}.pbg-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:var(--pbg-radius-sm);font-size:13px;font-weight:600;font-family:var(--pbg-font);cursor:pointer;transition:all var(--pbg-transition);outline:none;white-space:nowrap}.pbg-btn:disabled{opacity:.5;cursor:not-allowed}.pbg-btn-primary{background:linear-gradient(135deg,var(--pbg-primary) 0%,#9c2ebd 100%);color:#fff;box-shadow:0 2px 8px #c245dd40}.pbg-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#ad3bc6,#8822a6);box-shadow:0 4px 12px #c245dd59;transform:translateY(-1px)}.pbg-btn-secondary{background:var(--pbg-bg);color:var(--pbg-text-secondary);border:1px solid var(--pbg-border)}.pbg-btn-secondary:hover:not(:disabled){background:var(--pbg-border-light);color:var(--pbg-text)}.pbg-preview{margin:12px 10px 140px;background:var(--pbg-card);border:1px solid var(--pbg-border);border-radius:var(--pbg-radius);overflow:hidden;box-shadow:var(--pbg-shadow);animation:pbg-slideUp .3s ease-out}@keyframes pbg-slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.pbg-preview-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--pbg-border);background:#fafbfc}.pbg-preview-header h2{font-size:15px;font-weight:600;margin:0;color:var(--pbg-text)}.pbg-preview-actions{display:flex;gap:6px}.pbg-preview-actions .pbg-btn{padding:6px 12px;font-size:12px}.pbg-tags-container{display:flex;flex-wrap:wrap;gap:12px;padding:16px;justify-content:center}.pbg-tag{width:var(--pbg-tag-width);height:var(--pbg-tag-height);border:1px solid #dcdcdc;border-radius:4px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:8px 1.2mm 4px;overflow:hidden;box-shadow:0 1px 3px #0000000d;box-sizing:border-box}.pbg-tag-info-wrap{display:flex;flex-direction:column;align-items:center;width:100%}.pbg-tag-name{font-size:7.5px;font-weight:800;text-transform:uppercase;text-align:center;color:#000;line-height:1.15;letter-spacing:.2px;max-height:2.4em;overflow:hidden;width:100%;word-break:break-word}.pbg-tag-price{font-size:6.5px;text-align:center;color:#000;margin:.3mm 0;line-height:1.15;font-weight:500}.pbg-tag-sale{font-weight:700}.pbg-tag-mrp{text-decoration:line-through;color:#555;font-weight:700}.pbg-tag .pbg-barcode-svg{display:block;max-width:98%;height:auto}.pbg-tag .pbg-barcode-svg text{font-weight:700}.pbg-tag-no-bc{font-size:6.5px;color:#999;font-style:italic;padding:1.5mm 0}.pbg-size-70x40 .pbg-tag-name{font-size:9.5px}.pbg-size-70x40 .pbg-tag-price{font-size:8px;margin:.4mm 0}.pbg-size-100x50 .pbg-tag-name{font-size:13px}.pbg-size-100x50 .pbg-tag-price{font-size:11px;margin:.6mm 0}.pbg-print-area{position:absolute;left:-9999px;top:-9999px;width:var(--pbg-tag-width);height:0;overflow:hidden}.pbg-highlight{animation:pbg-flash 2s ease}@keyframes pbg-flash{0%{background-color:var(--pbg-selected-bg);box-shadow:0 0 0 2px var(--pbg-primary)}to{background-color:transparent}}@media(min-width:768px){.pbg-header{padding:24px 32px;flex-direction:row;align-items:center;justify-content:space-between}.pbg-header h1{font-size:22px}.pbg-subtitle{font-size:13px;margin-top:6px}.pbg-filters{padding:20px 24px}.pbg-filter-row{flex-direction:row;gap:12px;align-items:center}.pbg-search-wrap{flex:1}.pbg-load-recent{width:auto}.pbg-select-bar{padding:12px 24px;flex-wrap:nowrap;gap:0}.pbg-checkbox-label{font-size:14px}.pbg-selected-badge{font-size:13px;margin-left:24px}.pbg-clear-list{margin-left:auto;font-size:13px;padding:8px 16px}.pbg-product-list{padding:0 24px 120px}.pbg-product-header{padding:14px 20px;gap:12px}.pbg-product-thumb{width:44px;height:44px}.pbg-product-title{font-size:14px}.pbg-product-meta{font-size:12px}.pbg-expand-btn{padding:6px 10px;font-size:12px;gap:6px}.pbg-variant-row{flex-direction:row;align-items:center;padding:10px 20px 10px 60px;gap:16px}.pbg-variant-row .pbg-checkbox-wrap{position:static}.pbg-variant-row.pbg-selected{padding-left:57px}.pbg-variant-info{flex:1;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.pbg-variant-name{flex:1;min-width:0;font-size:13px}.pbg-variant-details{flex:1;justify-content:flex-end;gap:20px}.pbg-qty-wrap{width:auto;justify-content:flex-start;margin-top:0}.pbg-qty-input{width:56px;padding:6px 8px}.pbg-action-bar{flex-direction:row;align-items:center;justify-content:space-between;padding:14px 24px;gap:0}.pbg-action-left{font-size:14px;text-align:left}.pbg-action-right{width:auto;gap:12px;justify-content:flex-end}.pbg-select{padding:10px 32px 10px 12px;font-size:14px;max-width:160px;background-position:right 10px center}.pbg-btn{padding:10px 20px;font-size:14px;gap:8px}.pbg-preview{margin:0 24px 140px}.pbg-preview-header{position:sticky;top:0;z-index:10;padding:16px 24px}.pbg-preview-header h2{font-size:16px}.pbg-preview-actions{gap:8px}.pbg-preview-actions .pbg-btn{padding:8px 16px;font-size:13px}.pbg-tags-container{padding:24px;gap:16px;justify-content:flex-start}}@media print{body>*:not(.pbg-print-area),.pookie-barcode-gen,header,footer,nav,.shopify-section:not(.pbg-print-section),.announcement-bar,.site-header,.site-footer,#shopify-section-header,#shopify-section-footer,#shopify-section-announcement-bar{display:none!important;visibility:hidden!important}.pbg-print-area{display:block!important;visibility:visible!important;position:static!important;left:auto!important;top:auto!important;width:100%!important;height:auto!important;overflow:visible!important}@page{size:var(--pbg-tag-width) var(--pbg-tag-height);margin:0;padding:0}.pbg-print-area .pbg-print-tag{width:var(--pbg-tag-width);height:var(--pbg-tag-height);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:8px 1.2mm 4px;page-break-after:always;break-after:page;overflow:hidden;background:#fff;box-sizing:border-box}.pbg-print-area .pbg-tag-info-wrap{display:flex;flex-direction:column;align-items:center;width:100%}.pbg-print-area .pbg-print-tag:last-child{page-break-after:auto;break-after:auto}.pbg-print-area .pbg-tag-name{font-size:7.5pt;font-weight:800;text-transform:uppercase;text-align:center;color:#000;line-height:1.15;letter-spacing:.2px;max-height:2.4em;overflow:hidden;width:100%}.pbg-print-area .pbg-tag-price{font-size:6.5pt;text-align:center;color:#000;margin:.3mm 0;line-height:1.15}.pbg-print-area.pbg-size-70x40 .pbg-tag-name{font-size:9.5pt}.pbg-print-area.pbg-size-70x40 .pbg-tag-price{font-size:8pt;margin:.4mm 0}.pbg-print-area.pbg-size-100x50 .pbg-tag-name{font-size:13pt}.pbg-print-area.pbg-size-100x50 .pbg-tag-price{font-size:11pt;margin:.6mm 0}.pbg-print-area .pbg-tag-sale{font-weight:700}.pbg-print-area .pbg-tag-mrp{text-decoration:line-through;color:#333;font-weight:700}.pbg-print-area .pbg-barcode-svg{display:block;max-width:98%;height:auto}.pbg-print-area .pbg-barcode-svg text{font-weight:700}.pbg-print-area .pbg-tag-no-bc{font-size:6.5pt;color:#666;font-style:italic}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pookie-barcode-generator.css.map */
