#print-calculator-container { margin: 0 0 16px; }
.pc-open-btn { text-align: left; font-size: 14px; }
body.pc-noscroll { overflow: hidden; }

/* Overlay */
#pc-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.55); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 16px; box-sizing: border-box; }

/* Dialog */
.pc-dialog { background: #FAFAFA; border-radius: 16px; box-shadow: 0 8px 48px rgba(0,0,0,0.22); display: flex; flex-direction: column; align-items: flex-start; padding: 0; width: 1300px; max-width: 100%; height: 650px; overflow: hidden; }

/* Header */
.pc-dialog-head { box-sizing: border-box; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 12px 32px; gap: 16px; width: 100%; max-width: 100%; height: 66px; background: #FFFFFF; border-bottom: 1px solid #E9EAEB; flex: none; order: 0; align-self: stretch; flex-grow: 0; flex-shrink: 0; }
.pc-dialog-head-left { display: flex; flex-direction: row; align-items: center; padding: 0; gap: 26px; height: 42px; flex: 1 1 auto; order: 0; min-width: 0; }
.pc-dialog-product-title { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 500; font-size: 18px; line-height: 22px; max-width: 100%; height: 22px; display: flex; align-items: center; color: #000000; order: 0; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pc-dialog-head-right { display: flex; flex-direction: row; align-items: center; padding: 0; gap: 22px; height: 42px; flex: none; order: 1; flex-grow: 0; margin-left: auto; }
.pc-dialog-undo-wrap { display: inline-flex; flex-direction: row; align-items: center; padding: 0; gap: 12px; width: 60px; height: 24px; flex: none; order: 0; flex-grow: 0; }
.pc-undo-btn { background: none; border: none; padding: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex: none; order: 0; flex-grow: 0; }
.pc-undo-btn:disabled { opacity: 0.35; cursor: default; }
.pc-undo-btn svg { display: block; flex-shrink: 0; }
.pc-head-divider { width: 0; height: 42px; border: 1px solid #E9EAEB; flex: none; order: 1; align-self: stretch; flex-grow: 0; }
.pc-dialog-close { background: none; border: none; padding: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #A4A7AE; transition: color 0.15s; flex: none; order: 2; flex-grow: 0; }
.pc-dialog-close:hover { color: #333; }

/* Header info icon */
.pc-head-info-btn { background: none; border: none; padding: 0; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #A1A1AA; transition: color 0.15s; flex: none; order: 1; flex-grow: 0; }
.pc-head-info-btn:hover, .pc-head-info-btn:focus { color: #377BC0; outline: none; }
.pc-head-info-btn svg { display: block; width: 16px; height: 16px; flex-shrink: 0; }
.pc-head-info-popover { --pc-arrow-left: 20px; position: fixed; display: none; flex-direction: column; gap: 6px; padding: 12px 14px; width: min(520px, calc(100vw - 32px)); background: #FFFFFF; border: 1px solid #E9EAEB; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.14); z-index: 100000; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 18px; letter-spacing: 0.06em; color: #000000; }
.pc-head-info-popover.pc-head-info-popover-visible { display: flex; }
.pc-head-info-popover-title { font-weight: 600; }
.pc-head-info-popover-text { }
.pc-head-info-popover-text .pc-hint-blue { color: #377BC0; font-weight: 600; }
.pc-head-info-popover-text .pc-hint-yellow { color: #EAB308; font-weight: 600; }
.pc-head-info-popover::before { content: ''; position: absolute; top: -6px; left: var(--pc-arrow-left, 20px); width: 10px; height: 10px; background: #FFFFFF; border-left: 1px solid #E9EAEB; border-top: 1px solid #E9EAEB; transform: rotate(45deg); }

/* Subhead */
.pc-dialog-subhead { padding: 0; flex-shrink: 0; margin-bottom: 18px; }
.pc-dialog-subtitle { width: 300px; height: 19px; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; display: flex; align-items: center; color: #000000; flex: none; order: 0; flex-grow: 0; }

/* Info hint */
.pc-dialog-info { display: none; flex-direction: row; align-items: flex-start; padding: 0; gap: 8px; width: 539px; max-width: 100%; flex: none; margin-bottom: 18px; }
.pc-dialog-info svg { width: 11px; height: 11px; flex: none; flex-shrink: 0; margin-top: 3px; }
.pc-dialog-info span { font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 18px; letter-spacing: 0.06em; color: #000000; flex: 1; min-width: 0; }

/* Columns header */
.pc-columns-header { display: grid; grid-template-columns: 150px 75px 110px 95px 1fr; padding: 0 0 12px; width: 100%; margin-bottom: 4px; height: auto; min-width: 530px; }
.pc-columns-header .pc-ch-col { font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 15px; color: #000000; display: flex; align-items: flex-end; }
.pc-columns-header .pc-ch-col span { display: block; width: 100%; }
.pc-ch-info { text-align: left; justify-content: flex-start; }
.pc-ch-check-wrap { text-align: center; justify-content: center; }
.pc-ch-upload-wrap { text-align: center; justify-content: center; }
.pc-ch-colors-wrap { text-align: center; justify-content: center; }
.pc-ch-price-wrap { text-align: right; justify-content: flex-end; }

/* Body */
.pc-dialog-body { display: flex; flex-direction: row; align-items: center; padding: 0; width: 1300px; max-width: 100%; height: 450px; flex: none; order: 1; align-self: stretch; flex-grow: 1; overflow: hidden; background: #fff; }
.pc-zones-col { box-sizing: border-box; width: 659px; flex: 0 0 659px; max-width: 659px; padding: 16px 12px 13px 32px; border-right: 1px solid #E9EAEB; overflow: auto; display: flex; flex-direction: column; align-items: flex-start; order: 0; align-self: stretch; flex-grow: 0; flex-shrink: 0; scrollbar-width: thin; scrollbar-color: #BCBCBC #E7E7E7; }
.pc-zones-col::-webkit-scrollbar { width: 5px; }
.pc-zones-col::-webkit-scrollbar-track { background: #E7E7E7; border-radius: 4px; }
.pc-zones-col::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 4px; }
.pc-zones-inner { display: flex; flex-direction: column; align-items: stretch; padding: 0; gap: 0; width: 100%; flex: none; order: 0; flex-grow: 1; }
.pc-zones-list { display: flex; flex-direction: column; gap: 8px; width: 594.75px; max-width: 100%; align-self: flex-start; }
.pc-tech-group { box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 12px; gap: 10px; border: 1px solid #A1A1AA; border-radius: 6px; width: 100%; min-width: 554px; }
.pc-tech-group.pc-tech-active { border-color: #377BC0; }
.pc-tech-title { display: flex; flex-direction: row; align-items: flex-start; padding: 0; gap: 8px; width: auto; max-width: 100%; height: 17px; flex: none; order: 0; align-self: stretch; flex-grow: 0; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 500; font-size: 14px; line-height: 17px; letter-spacing: 0.06em; color: #000000; background: transparent; }
.pc-tech-title span { flex: none; order: 0; flex-grow: 0; display: flex; align-items: center; }
.pc-tech-title svg, .pc-tech-title .pc-tech-q { display: none; width: 11px; height: 11px; flex: none; order: 1; flex-grow: 0; color: #A6A6A6; font-size: 11px; }
.pc-tech-active .pc-tech-title { color: #000; }
.pc-tech-q { color: #A1A1AA; font-size: 10px; cursor: help; }
.pc-tech-zones { display: flex; flex-direction: column; align-items: stretch; padding: 0; gap: 14px; align-self: stretch; width: 100%; flex: none; flex-grow: 0; }
.pc-zone-row { display: grid; grid-template-columns: 150px 75px 110px 95px 1fr; align-items: center; padding: 0; height: 18px; cursor: pointer; transition: all 0.12s; align-self: stretch; flex: none; flex-grow: 0; min-width: 530px; }
.pc-zone-row.pc-zone-on .pc-zr-name-wrap {  }
.pc-zr-name-br { display: none; }
.pc-zone-row.pc-zone-on .pc-zr-name { color: #111113; }
.pc-zone-row.pc-zone-on .pc-zone-price { color: #111113; }
.pc-zone-row.pc-zone-on.pc-upload-allowed .pc-upload-btn { color: #377BC0; }
.pc-zr-info { display: inline-flex; align-items: center; width: auto; overflow: hidden; }
.pc-zr-name-wrap { display: inline-flex; flex-direction: row; align-items: center; padding: 0; gap: 8px; height: 17px; flex: none; order: 0; flex-grow: 0; }
.pc-zr-check-col { display: flex; align-items: center; justify-content: center; height: 100%; padding-top: 3px; }
.pc-zr-upload-col { display: flex; align-items: center; justify-content: center; }
.pc-zr-colors-col { display: flex; align-items: center; justify-content: center; }
.pc-zr-price-col { display: flex; align-items: center; justify-content: flex-end; }
.pc-zr-name { font-size: 14px; font-weight: 500; color: #A7A5A5; font-family: 'Montserrat', sans-serif; line-height: 17px; letter-spacing: 0.10em; display: flex; align-items: center; white-space: nowrap; }
.pc-zr-dimensions { font-size: 11px; color: #A7A5A5; font-family: 'Montserrat', sans-serif; line-height: 1; white-space: nowrap; }
.pc-zr-check { display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; }
.pc-zr-check label { display: flex; align-items: center; justify-content: center; width: 17px; height: 18px; box-sizing: border-box; border: 1px solid #A7A5A5; border-radius: 3px; cursor: pointer; position: relative; background: transparent; transition: border-color 0.12s; overflow: hidden; }
.pc-zr-check input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.pc-zr-check label .pc-check-icon { width: 13px; height: 10px; flex-shrink: 0; display: block; margin: auto; visibility: hidden; }
.pc-zr-check input[type="checkbox"]:checked + label { border-color: #377BC0; background: transparent; }
.pc-zr-check input[type="checkbox"]:checked + label .pc-check-icon { display: block; visibility: visible; }
.pc-zr-upload { display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; }
.pc-upload-btn { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 17px; border: none; background: transparent; color: #A7A5A5; cursor: pointer; position: relative; overflow: visible; margin: 0; transition: color 0.15s; padding: 0; }
.pc-upload-btn:hover, .pc-upload-btn.pc-upload-btn-on { color: #377BC0; }
.pc-upload-btn svg { pointer-events: none; }
.pc-zone-file:disabled + .pc-upload-btn { color: #D1D5DB; cursor: not-allowed; }
.pc-upload-folder { display: block; flex-shrink: 0; position: relative; }
.pc-upload-arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -40%); pointer-events: none; }
.pc-upload-btn input[type="file"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; font-size: 0; margin: 0; padding: 0; z-index: 1; }
.pc-upload-status { font-size: 10px; font-weight: 700; line-height: 1; display: none; }
.pc-up-ok { color: #3c9a5c; } .pc-up-err { color: #cc3333; } .pc-up-ing { color: #d48800; }
.pc-zr-colors { flex: none; display: flex; flex-direction: row; align-items: center; gap: 3px; width: 56.2px; height: 18px; }
.pc-btn-col { box-sizing: border-box; width: 18px; height: 18px; border: 0.473px solid #A7A5A5; background: #fff; cursor: pointer; color: #000; padding: 4.73px; display: flex; align-items: center; justify-content: center; transition: all 0.12s; border-radius: 2.37px; font-size: 10px; position: relative; z-index: 10; pointer-events: auto; }
.pc-btn-col:disabled { background: #F9FAFB; border-color: #D1D5DB; color: #9CA3AF; cursor: not-allowed; pointer-events: none; }
.pc-col-val { width: 14.2px; height: 14.2px; border: none; text-align: center; font-size: 12px; line-height: 15px; padding: 0; color: #000; font-family: 'Inter', sans-serif; background: transparent; -moz-appearance: textfield; }
.pc-col-val::-webkit-inner-spin-button, .pc-col-val::-webkit-outer-spin-button { -webkit-appearance: none; }
.pc-zr-price { display: flex; flex-direction: row; align-items: center; padding: 0; height: 17px; justify-content: flex-end; }
.pc-zone-price { font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 500; font-size: 12px; line-height: 17px; letter-spacing: 0.06em; display: flex; align-items: center; color: #000000; white-space: nowrap; }
.pc-p-ok { color: #111113; }
.pc-p-err { color: #DC2626; font-size: 11px; }

/* Hide upload column when upload is disabled */
.pc-no-upload .pc-ch-upload-wrap,
.pc-no-upload .pc-zr-upload-col { display: none; }
.pc-no-upload .pc-columns-header,
.pc-no-upload .pc-zone-row { grid-template-columns: 320px 30px 110px 110px; }

.pc-svg-col { flex: 1 1 auto; padding: 16px 24px; overflow-y: auto; background: #FAFAFA; display: flex; justify-content: center; align-items: stretch; scrollbar-width: thin; scrollbar-color: #BCBCBC #E7E7E7; }
.pc-svg-col::-webkit-scrollbar { width: 5px; }
.pc-svg-col::-webkit-scrollbar-track { background: #E7E7E7; border-radius: 4px; }
.pc-svg-col::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 4px; }
#svg-preview { background: #fff; border-radius: 20px; padding: 20px; width: 100%; max-width: 610px; max-height: 100%; display: flow; flex-direction: column; align-items: center; }
#svg-preview svg { max-width: none; width: auto; height: auto; display: block; }
#svg-preview svg [id] { cursor: pointer; transition: opacity 0.15s; }
#svg-preview svg [id]:hover { opacity: 0.75; }
#svg-preview svg .pc-max-zone { fill: rgba(55, 123, 192, 0.1) !important; stroke: #377BC0 !important; stroke-width: 2 !important; stroke-dasharray: 5, 5 !important; }
#svg-preview svg .pc-selected-zone { fill: rgba(234, 179, 8, 0.2) !important; stroke: #eab308 !important; stroke-width: 2 !important; stroke-dasharray: 5, 5 !important; }
#svg-preview svg .pc-circle-zone { fill: none !important; stroke: #9ca3af !important; stroke-width: 2 !important; stroke-dasharray: 5, 5 !important; }

/* Shape-based preview (no SVG) */
.pc-shapes-preview { display: flex; flex-direction: column; gap: 24px; width: 100%; max-width: 610px; padding: 16px 0; }
.pc-shape-tech-group { display: flex; flex-direction: column; gap: 12px; }
.pc-shape-tech-title { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 17px; letter-spacing: 0.06em; color: #000; }
.pc-shapes-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 16px; }
.pc-shape-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.pc-shape-item:hover { background: transparent; }
.pc-shape-item.pc-active { background: transparent; }
.pc-shape-figure { box-sizing: border-box; display: flex; flex: none; align-items: center; justify-content: center; border: 1px dashed #377BC0; background: #fff; transition: all 0.15s; }
.pc-shape-item:hover .pc-shape-figure { background: #F8FAFC; }
.pc-shape-item.pc-active .pc-shape-figure { background: #DBEAFE; border-style: solid; }
.pc-shape-circle { border-radius: 50%; }
.pc-shape-rect { border-radius: 6px; }
.pc-shape-label { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 17px; color: #377BC0; letter-spacing: 0.06em; }
.pc-shape-dimensions { font-family: 'Montserrat', sans-serif; font-size: 11px; color: #A7A5A5; }

/* Footer */
.pc-footer { box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding: 12px clamp(12px, 2vw, 32px); gap: clamp(8px, 2vw, 32px); width: 1300px; max-width: 100%; min-height: 62px; background: #FFFFFF; border-top: 1px solid #E9EAEB; flex: none; order: 2; align-self: stretch; flex-grow: 0; flex-shrink: 0; overflow-x: auto; overflow-y: hidden; }
.pc-footer-block { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; flex: none; white-space: nowrap; }
.pc-fb-print { width: 223px; height: auto; order: 0; flex-grow: 0; }
.pc-fb-product { width: 249px; height: auto; order: 1; flex-grow: 1; }
.pc-fb-qty { flex-direction: row; align-items: center; gap: 14px; width: 249px; height: 30.75px; order: 2; flex-grow: 1; }
.pc-fb-label { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 15px; display: flex; align-items: center; color: #A7A5A5; flex: none; order: 0; flex-grow: 0; white-space: nowrap; }
.pc-fb-val { font-family: 'Inter', sans-serif; font-style: normal; margin-left: 0; font-weight: 500; font-size: 14px; line-height: 17px; display: flex; align-items: center; color: #000000; flex: none; order: 1; flex-grow: 0; white-space: nowrap; }
.pc-fb-val_pcs { margin-left: 0; }
.pc-fb-qty-label { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 14px; line-height: 17px; display: flex; align-items: center; color: #A7A5A5; flex: none; order: 0; flex-grow: 0; white-space: nowrap;     margin-left: -135px;}
.pc-qty-wrap { display: flex; flex-direction: row; align-items: center; padding: 0; gap: 4px; height: 30.75px; flex: none; order: 1; flex-grow: 0; }
.pc-qty-btn { box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0; width: 30.75px; height: 30.75px; border: 0.75px solid #A7A5A5; border-radius: 3.75px; background: #fff; cursor: pointer; color: #000; transition: all 0.12s; font-size: 14px; }
.pc-qty-btn:hover { background: #F3F4F6; border-color: #0091EA; color: #0091EA; }
.pc-qty-inp { box-sizing: border-box; width: 48px; padding: 7.5px; border-radius: 3.75px; border-style: solid; border-width: thin; text-align: center; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 15px; color: #000000; background: transparent; -moz-appearance: textfield; }
.pc-qty-inp::-webkit-inner-spin-button, .pc-qty-inp::-webkit-outer-spin-button { -webkit-appearance: none; }
.pc-total-label { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 500; font-size: 16px; line-height: 19px; display: flex; align-items: center; color: #000000; width: 143px; height: 19px; flex: none; order: 3; flex-grow: 0; white-space: nowrap; margin-bottom: -30px;}
.pc-footer-grand { display: flex; flex-direction: row; align-items: center; width: 300px; height: 38px; flex: none; order: 4; flex-grow: 0; position: relative; }
.pc-cart-icon { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); flex-shrink: 0; pointer-events: none; z-index: 1; }
.pc-total-row { box-sizing: border-box; display: flex; flex-direction: row; align-items: center; padding: 0 125px 0 42px; gap: 0; position: absolute; left: 0; top: 0; height: 38px; width: 300px; background: #F5F5F5; border-radius: 28px; justify-content: flex-end; overflow: hidden; }
.pc-grand-total { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 500; font-size: 14px; line-height: 17px; display: flex; align-items: center; color: #000000; white-space: nowrap; flex: none; order: 1; flex-grow: 0; }
.pc-cart-btn { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 14px 26px; gap: 10px; position: absolute; right: 0; top: 0; width: 116px; height: 38px; background: #0091EA; border-radius: 100px; border: none; font-family: 'Montserrat', sans-serif; letter-spacing: 0.0em; font-style: normal; font-weight: 500; font-size: 14px; line-height: 17px; color: #FFFFFF; cursor: pointer; transition: background 0.15s; white-space: nowrap; }
.pc-cart-btn:hover { background: #007ACC; }

/* Per-unit footer row */
.pc-footer-per-unit { min-height: 62px; padding: 12px clamp(12px, 2vw, 32px); background: #FFFFFF; border-top: 1px solid #F0F0F0; }
.pc-fb-grand-per { order: 2; flex: 1 1 auto; flex-direction: column; justify-content: center; gap: 2px; }
.pc-fb-grand-per .pc-fb-label { order: 0; color: #A7A5A5; font-weight: 500; margin-right: 0;}
.pc-fb-grand-per .pc-fb-val { order: 1; font-weight: 600; margin-right: 0;}
.pc-fb-print-per { width: 223px; height: auto; flex: none; }
.pc-fb-product-per { width: 249px; flex: 1; }

.pc-fb-val.pc-price-discounted, .pc-grand-total.pc-price-discounted { display: flex; align-items: baseline; gap: 4px; }
.pc-price-current, .pc-price-slash { color: #000000; }
.pc-price-regular { color: #A7A5A5; font-size: 0.86em; font-weight: 400; text-decoration: line-through; }

@media (max-width: 450px) {
    .pc-fb-label { font-size: 13px; }
    .pc-fb-val.pc-price-discounted, .pc-grand-total.pc-price-discounted { flex-wrap: wrap; justify-content: flex-end; column-gap: 3px; }
    .pc-price-regular { font-size: 0.8em; }
}

@media (max-width: 1024px) {
    .pc-zones-col { flex: 0 0 55%; max-width: 55%; padding: 16px; }
}
@media (max-width: 720px) {
    .pc-dialog-body { flex-direction: column; overflow-y: auto; }
    .pc-zones-col { flex: none; width: 100%; max-width: 100%; border-right: none; border-bottom: 1px solid #E5E7EB; padding: 16px; }
    .pc-svg-col { flex: none; padding: 16px; }
    #svg-preview { max-width: 100%; }
    .pc-shapes-grid { grid-template-columns: 1fr; }
    .pc-zr-right { gap: 12px; }
}
@media (max-width: 600px) {
    .pc-dialog-head { padding: 12px 16px; }
    .pc-dialog-subhead, .pc-dialog-info { padding-left: 0; padding-right: 0; }
}
@media (max-width: 450px) {
    .pc-dialog { width: 100%; height: 100%; max-height: 100vh; border-radius: 0; display: flex; flex-direction: column; }
    .pc-dialog-head { padding: 12px 16px; height: 56px; flex-shrink: 0; }
    .pc-dialog-head-left { width: auto; flex: 1 1 auto; min-width: 0; }
    .pc-dialog-product-title { font-size: 15px; width: auto; max-width: 100%; }
    .pc-dialog-head-right { width: auto; gap: 0; }
    .pc-dialog-undo-wrap { display: none; }
    .pc-head-divider { display: none; }
    .pc-dialog-body { flex-direction: column; flex: 1 1 0; min-height: 0; overflow-y: auto; height: auto; }
    .pc-zones-col { width: 100%; max-width: 100%; flex: none; border-right: none; border-bottom: 1px solid #E9EAEB; padding: 12px 16px; }
    .pc-zones-inner { width: 100%; }
    .pc-zones-list { width: 100%; min-width: unset; }
    .pc-tech-group { min-width: unset; width: 100%; padding: 10px; gap: 8px; }
    .pc-tech-title { font-size: 13px; height: auto; }
    .pc-dialog-info { display: flex; }
    .pc-tech-title svg, .pc-tech-title .pc-tech-q { display: inline-block; }
    .pc-tech-zones { gap: 10px; }
    .pc-columns-header { display: none; }
    .pc-no-upload .pc-zone-row { grid-template-columns: 70px 18px 66px 80px; }
    .pc-zone-row { display: grid; grid-template-columns: 70px 18px 18px 66px 80px; column-gap: 0; row-gap: 0; align-items: center; justify-content: space-between; padding: 4px 0; width: 100%; min-height: 30px; height: auto; flex: none; order: 0; align-self: stretch; flex-grow: 0; min-width: unset; border-bottom: none; }
    .pc-zr-info { box-sizing: border-box; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 0; margin: 0; width: 70px; min-width: 70px; max-width: 70px; flex: none; height: auto; min-height: 22px; border-bottom: none; grid-column: 1; grid-row: 1; overflow: hidden; }
    .pc-zr-name-wrap { display: flex; flex-direction: column; align-items: flex-start; padding: 0; width: 100%; max-width: 70px; height: auto; flex: none; min-width: 0; order: 0; }
    .pc-zr-name { width: auto; max-width: 70px; height: auto; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 500; font-size: 12px; line-height: 14px; display: block; color: #A7A5A5; white-space: nowrap; word-break: normal; overflow-wrap: normal; overflow: hidden; flex: none; min-width: 0; order: 0; letter-spacing: 0; }
    .pc-zr-name-br { display: inline; }
    .pc-zone-row.pc-zone-on .pc-zr-info { border-bottom: 1px solid #377BC0; }
    .pc-zone-row.pc-zone-on .pc-zr-name { color: #111113; }
    .pc-zr-check-col { box-sizing: border-box; margin: 0; padding: 0; width: 18px; height: 18px; border: 1px solid #A7A5A5; border-radius: 3px; flex: none; display: flex; align-items: center; justify-content: center; grid-column: 2; grid-row: 1; justify-self: center; align-self: center; }
    .pc-zone-row.pc-zone-on .pc-zr-check-col { border-color: #377BC0; }
    .pc-zr-check { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; }
    .pc-zr-check label { width: 100%; height: 100%; border: none; position: relative; display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; }
    .pc-zr-check .pc-check-icon { position: static; width: 12px; height: 9px; left: auto; right: auto; top: auto; bottom: auto; display: block; }
    .pc-zr-upload-col { margin: 0; padding: 0; width: 18px; height: 18px; flex: none; display: flex; align-items: center; justify-content: center; grid-column: 3; grid-row: 1; justify-self: center; align-self: center; }
    .pc-zr-upload { width: 18px; height: 18px; position: relative; }
    .pc-upload-btn { width: 18px; height: 18px; color: #A7A5A5; }
    .pc-upload-btn svg { stroke: currentColor; }
    .pc-zone-row.pc-zone-on .pc-upload-btn,
    .pc-upload-btn.pc-upload-btn-on { color: #377BC0; }
    .pc-upload-folder { position: absolute; left: 3.91%; right: 3.91%; top: 7.03%; bottom: 7.03%; }
    .pc-upload-arrow { position: absolute; left: 50%; right: 50%; top: 50%; bottom: 50%; }
    .pc-upload-status { display: none; }
    .pc-zr-colors-col { margin: 0; padding: 0; flex: none; flex-grow: 0; grid-column: 4; grid-row: 1; justify-self: center; align-self: center; }
    .pc-no-upload .pc-zr-colors-col { grid-column: 3; }
    .pc-zr-colors { display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0; gap: 3px; margin: 0; width: 66px; height: 22px; flex: none; flex-grow: 0; }
    .pc-btn-col { box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0; gap: 0; width: 18px; height: 18px; border: 0.5px solid #A7A5A5; border-radius: 3px; flex: none; flex-grow: 0; font-size: 11px; line-height: 1; }
    .pc-col-dec { order: 0; }
    .pc-col-inc { order: 2; }
    .pc-col-val { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 2px; gap: 0; width: 24px; min-width: 24px; height: 18px; border-radius: 3px; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 15px; text-align: center; color: #000000; flex: none; order: 1; flex-grow: 0; border: none; background: transparent; }
    .pc-zr-price-col { box-sizing: border-box; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; padding: 0; gap: 0; margin: 0; width: 80px; min-width: 80px; max-width: 80px; height: 22px; border-bottom: none; flex: none; grid-column: 5; grid-row: 1; align-self: center; overflow: hidden; }
    .pc-no-upload .pc-zr-price-col { grid-column: 4; }
    .pc-zr-price { width: 100%; display: flex; justify-content: flex-end; align-items: center; height: 22px; }
    .pc-zone-price { width: auto; max-width: 100%; height: auto; font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 500; font-size: 12px; line-height: 20px; display: block; text-align: right; color: #377BC0; border-bottom: none; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .pc-zone-row.pc-zone-on .pc-zone-price { border-bottom: none; }
    .pc-svg-col { display: none; }
    .pc-svg-col.pc-shapes-col { display: flex; width: 100%; }
    .pc-footer { flex-wrap: wrap; flex-shrink: 0; height: auto; padding: 12px 16px; gap: 10px 16px; overflow-x: hidden; }
    .pc-fb-print, .pc-fb-product { width: 100%; height: auto; order: 0; }
    .pc-fb-qty { width: 100%; height: auto; order: 1; justify-content: space-between; }
    .pc-fb-label { font-size: 13px; }
    .pc-fb-val { margin-left: 0; font-size: 13px; }
    .pc-fb-qty-label { font-size: 14px; }
    .pc-qty-wrap { height: 32px; }
    .pc-qty-btn { width: 32px; height: 32px; }
    .pc-qty-inp { height: 24px; width: 56px; }
    .pc-total-label { width: 100%; order: 2; font-size: 15px; margin-top: 4px; }
    .pc-footer-grand { display: flex; flex-direction: row; align-items: stretch; width: 100%; height: 44px; order: 3; position: relative; margin-top: 8px; }
    .pc-total-row { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: auto; height: 44px; border-radius: 22px; padding: 0 130px 0 37px; z-index: 1; display: flex; align-items: center; justify-content: flex-end; overflow: hidden; }
    .pc-grand-total { font-size: 15px; }
    .pc-cart-icon { width: 16px; height: 16px; }
    .pc-cart-btn { position: absolute; right: 0; top: 0; bottom: 0; width: 120px; height: 44px; font-size: 15px; padding: 12px 20px; border-radius: 100px; z-index: 2; }
}

/* ====== Price list mode (products without configured zones) ====== */
.pc-price-list-body { display: flex; flex-direction: row; align-items: stretch; gap: 0; padding: 0; overflow: hidden; }
.pc-price-list-body .pc-selected-col { flex: 1 1 35%; min-width: 280px; border-right: 1px solid #e9e9e9; display: flex; flex-direction: column; }
.pc-price-list-body .pc-price-list-col { flex: 1 1 65%; display: flex; flex-direction: column; overflow: hidden; }
.pc-price-list-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-bottom: 1px solid #e9e9e9; }
.pc-price-found { font-family: 'Inter', sans-serif; font-size: 12px; color: #6a6a6a; white-space: nowrap; }
.pc-price-list-hint { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; color: #8A8A8A; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.45; }
.pc-price-list-hint svg { width: 16px; height: 16px; margin-top: 2px; flex: none; }
.pc-price-list-hint span { flex: 1; min-width: 0; }
.pc-selected-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid #e9e9e9; }
.pc-selected-count { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; color: #111113; }
.pc-clear-selected { background: transparent; border: none; color: #377BC0; font-family: 'Inter', sans-serif; font-size: 13px; cursor: pointer; padding: 0; }
.pc-clear-selected:hover { text-decoration: underline; }
.pc-selected-empty { padding: 14px 16px; font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.5; color: #6a6a6a; border-radius: 10px; border-style: dashed; border-width: thin; text-align: center;}
.pc-selected-list { padding: 8px 16px; overflow-y: auto; flex: 1; }
.pc-selected-row { position: relative; display: flex; align-items: flex-start; gap: 10px; padding: 10px 14px; margin-bottom: 8px; background: #ffffff; border: 1px solid #e9e9e9; border-radius: 8px; height: auto; min-height: auto; min-width: 0; box-sizing: border-box; cursor: default; }
.pc-selected-row .pc-zr-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; overflow: visible; height: auto; }
.pc-selected-row .pc-zr-name-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; width: 100%; height: auto; min-height: auto; }
.pc-selected-row .pc-zr-name { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; color: #111113; word-break: break-word; display: block; white-space: normal; letter-spacing: 0; line-height: 1.4; margin: 0; }
.pc-selected-row .pc-zr-tech-sub { font-family: 'Inter', sans-serif; font-size: 12px; color: #6a6a6a; word-break: break-word; display: block; white-space: normal; line-height: 1.4; margin: 0; }
.pc-selected-row .pc-zr-colors-line { display: flex; align-items: center; justify-content: flex-start; gap: 8px; width: 100%; flex-wrap: wrap; row-gap: 6px; }
.pc-selected-row .pc-zr-colors-label { font-family: 'Inter', sans-serif; font-size: 12px; color: #6a6a6a; }
.pc-selected-row .pc-zr-colors { width: auto; flex: none; }
.pc-selected-row .pc-col-val { width: 22px; min-width: 22px; }
.pc-selected-row .pc-zr-max-colors { font-family: 'Inter', sans-serif; font-size: 12px; color: #6a6a6a; }
.pc-selected-row .pc-zr-line-price { margin-left: auto; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; color: #111113; white-space: nowrap; flex-shrink: 0; display: inline-flex; align-items: center; height: auto; line-height: 1.4; }
.pc-selected-remove { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border: none; background: #f5f5f5; border-radius: 50%; color: #6a6a6a; font-size: 16px; line-height: 1; cursor: pointer; flex: none; }
.pc-selected-remove:hover { background: #ffeaea; color: #d32f2f; }
.pc-price-list-filters { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid #e9e9e9; background: #fafafa; flex-wrap: wrap; }
.pc-price-search { flex: 1 1 180px; min-width: 150px; height: 34px; padding: 0 12px; border: 1px solid #d1d1d1; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 13px; }
.pc-price-filter { height: 34px; padding: 0 8px; border: 1px solid #d1d1d1; border-radius: 6px; background: #fff; font-family: 'Inter', sans-serif; font-size: 13px; min-width: 130px; }
.pc-price-only-selected { display: inline-flex; align-items: center; gap: 6px; font-family: 'Inter', sans-serif; font-size: 13px; color: #111113; cursor: pointer; white-space: nowrap; }
.pc-price-only-selected input { margin: 0; }
.pc-price-reset { height: 34px; padding: 0 14px; border: 1px solid #d1d1d1; border-radius: 6px; background: #fff; font-family: 'Inter', sans-serif; font-size: 13px; color: #111113; cursor: pointer; }
.pc-price-reset:hover { border-color: #377BC0; color: #377BC0; }
.pc-price-list-table-wrap { flex: 1; overflow: auto; }
.pc-price-list-header { display: grid; grid-template-columns: 44px 1.2fr 1.2fr 1fr 90px 90px; gap: 8px; padding: 10px 16px; background: #f5f5f5; border-bottom: 1px solid #e9e9e9; position: sticky; top: 0; z-index: 11; }
.pc-plh-cell { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; color: #6a6a6a; }
.pc-price-list-rows { padding: 0 0 16px; }
.pc-price-list-row { display: grid; grid-template-columns: 44px 1.2fr 1.2fr 1fr 90px 90px; gap: 8px; align-items: center; padding: 10px 16px; border-bottom: 1px solid #f0f0f0; font-family: 'Inter', sans-serif; font-size: 13px; color: #111113; }
.pc-price-list-row:nth-child(even) {  }
.pc-price-list-row.pc-price-row-selected { background: #eef4fd; }
.pc-plr-cell { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pc-plr-check { display: flex; align-items: center; }
.pc-plr-check .pc-price-row-check { position: absolute; opacity: 0; width: 0; height: 0; }
.pc-plr-check label { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: 1px solid #d1d1d1; border-radius: 4px; background: #fff; cursor: pointer; }
.pc-plr-check .pc-price-row-check:checked + label { border-color: #377BC0; }
.pc-plr-check .pc-check-icon { display: none; pointer-events: none; }
.pc-plr-check .pc-price-row-check:checked + label .pc-check-icon { display: block; }
.pc-plr-check .pc-check-icon path {  }
.pc-plr-technology, .pc-plr-print-type, .pc-plr-size { color: #111113; }
.pc-plr-colors .pc-zr-colors { justify-content: center; }
.pc-plr-price { text-align: right; color: #377BC0; font-weight: 500; }
@media (max-width: 900px) {
    .pc-price-list-body { flex-direction: column; }
    .pc-price-list-body .pc-selected-col { width: 100%; max-width: 100%; border-right: none; border-bottom: 1px solid #e9e9e9; max-height: 260px; }
    .pc-price-list-body .pc-price-list-col { min-height: 300px; }
    .pc-price-list-filters { gap: 8px; }
    .pc-price-search, .pc-price-filter, .pc-price-only-selected, .pc-price-reset { flex: 1 1 auto; }
    .pc-price-list-header, .pc-price-list-row { grid-template-columns: 40px 1fr 1fr 1fr 80px 80px; }
}
