:root {
    --ink: #14181f;
    --ink-soft: #3d4553;
    --muted: #6b7380;
    --line: #e6e1d8;
    --paper: #f4efe6;
    --card: #fffcf7;
    --accent: #0f766e;
    --accent-hover: #0b5f59;
    --amber: #b45309;
    --danger: #b42318;
    --sky: #0369a1;
    --shadow: 0 18px 40px rgba(20, 24, 31, 0.08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    background: radial-gradient(1200px 400px at 10% -10%, rgba(15,118,110,.08), transparent 50%), #f4efe6;
    color: #14181f;
    font-family: "DM Sans", "Segoe UI", sans-serif;
}
.app-shell { max-width: 1680px; width: min(1680px, 98vw); margin: 0 auto; padding: 20px 18px 40px; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 3px solid #ffffff; background: transparent; box-shadow: none; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 46px; height: 46px; border-radius: 14px; background: #14181f; color: #f4efe6; display: grid; place-items: center; font-size: 18px; }
.brand h1 {
    font-size: 28px; letter-spacing: -.03em; color: #000000; font-weight: 800;
    -webkit-text-stroke: 0;
    text-shadow: none;
}
.brand p { color: #9aa3af; font-size: 13px; }
.topbar-status { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.status-pill { background: #fff; border: 1px solid #e6e1d8; color: #3d4553; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 600; }
.status-pill.ready { color: #0f766e; }
.status-pill.warn { color: #b45309; }
.app-container { display: flex; flex-direction: column; gap: 16px; }
.panel { background: #fffcf7; border: 1px solid #e6e1d8; border-radius: 20px; box-shadow: var(--shadow); padding: 22px; }
.panel-head { margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.35); }
.panel-head.row { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; flex-wrap: wrap; }
.panel-head h2 { font-size: 18px; color: #f5c518; }
.panel-head p { color: #6b7380; font-size: 13px; margin-top: 4px; }
.head-actions, .search-actions, .footer-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.requisition-details { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.req-input-group { display: flex; flex-direction: column; gap: 7px; }
.req-input-group label, .form-group label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #3d4553; }
.required-asterisk { color: #b42318; }
input, select, button { font-family: inherit; }
.req-input-group input, .form-group input, .form-group select, .search-bar input {
    width: 100%; border: 1px solid #e6e1d8; background: #fff; border-radius: 12px; padding: 12px 14px; font-size: 14px; outline: none;
}
.req-input-group input:focus, .form-group input:focus, .form-group select:focus, .search-bar input:focus {
    border-color: #0f766e; box-shadow: 0 0 0 3px rgba(15,118,110,.12);
}
.autocomplete-wrapper { position: relative; }
.suggestions-box { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1px solid #e6e1d8; border-radius: 12px; z-index: 30; max-height: 220px; overflow-y: auto; box-shadow: var(--shadow); }
.suggestions-box:empty { display: none; }
.suggestion-item { padding: 10px 14px; font-size: 14px; cursor: pointer; }
.suggestion-item:hover { background: #f3faf8; }
.photo-match-list {
    max-height: 280px;
    overflow-y: auto;
    margin-top: 8px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.28);
    border: 1px dashed rgba(255,255,255,0.28);
}
.photo-match-list .suggestion-item {
    color: #f8fafc;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.photo-match-list .suggestion-item:last-child { border-bottom: none; }
.photo-match-list .suggestion-item:hover { background: rgba(255,255,255,0.12); }
.photo-match-list .photo-empty { cursor: default; opacity: .75; }
.selected-display { font-size: 12px; color: #6b7380; }
.search-section { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; }
.search-bar { position: relative; flex: 1; min-width: 260px; }
.search-bar .search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #94a3b8; }
.search-bar input { padding-left: 42px; }
.search-meta { min-height: 18px; margin: 8px 0 6px; font-size: 12px; color: #6b7380; }
.results-container { background: #fff; border: 1px solid #e6e1d8; border-radius: 14px; max-height: 320px; overflow-y: auto; }
.results-container:empty { display: none; }
.result-item { display: flex; justify-content: flex-start; gap: 12px; align-items: center; padding: 12px 16px; border-bottom: 1px solid #e6e1d8; }
.result-item:last-child { border-bottom: none; }
.result-photo { width: 56px; min-width: 56px; display: flex; align-items: center; justify-content: center; }
.result-info { flex: 1; min-width: 0; font-size: 14px; }
.result-actions { margin-left: auto; }
.result-info strong { font-family: "IBM Plex Mono", monospace; color: #dc2626; }
.result-info span { display: inline-block; margin-top: 4px; color: #6b7380; font-size: 12px; }
.no-results { padding: 22px; text-align: center; color: #6b7380; }
.btn, .ghost-btn, .save-btn, .add-btn, .remove-btn { border: 0; cursor: pointer; border-radius: 11px; font-weight: 650; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; font-size: 13px; }
.ghost-btn { background: #fff; border: 1px solid #e6e1d8; color: #3d4553; }
.btn-success { background: #0f766e; color: #fff; }
.btn-amber { background: #b45309; color: #fff; }
.btn-success-outline { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.btn-req-outline { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.btn-danger-outline { background: #fff1f0; color: #b42318; border: 1px solid #fecaca; }
.btn-muted { background: #eef1f4; color: #334155; }
.btn-dark { background: #14181f; color: #f8fafc; }
.btn:disabled, .save-btn:disabled { opacity: .45; cursor: not-allowed; }
.add-btn { background: #14181f; color: #fff; padding: 8px 12px; font-size: 12px; }
.remove-btn { background: #b42318; color: #fff; padding: 8px 10px; }
.icon-btn { border: 0; color: #fff; border-radius: 8px; padding: 8px 10px; cursor: pointer; margin-left: 5px; }
.icon-btn.edit { background: #b45309; }
.icon-btn.delete { background: #b42318; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #e6e1d8; font-size: 14px; vertical-align: top; }
th { color: #6b7380; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.calc-input { width: 86px; padding: 8px; border: 1px solid #e6e1d8; border-radius: 8px; }
.unit-input { min-width: 80px; width: auto; }
.row-total { font-weight: 700; color: #ffffff; }
.empty-row td { text-align: center; color: #94a3b8; padding: 36px; }
.cart-group-name { font-size: 12px; color: #6b7380; display: inline-block; margin-top: 4px; }
.cart-comment-input { width: 100% !important; margin-top: 8px; font-size: 12px; background: #faf8f4; }
.table-responsive { overflow-x: auto; }
.cart-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 18px; padding-top: 16px; border-top: 1px solid #e6e1d8; }
.grand-total { font-size: 20px; font-weight: 700; }
.grand-total span { color: #0f766e; margin-left: 6px; }
.modal-overlay { position: fixed; inset: 0; background: rgba(8,12,20,.22); backdrop-filter: blur(8px); display: flex; justify-content: center; align-items: center; z-index: 1000; opacity: 0; pointer-events: none; }
.modal-overlay.active { opacity: 1; pointer-events: auto; }
#photoViewModal { z-index: 4000; }
.modal-content { background: #fff; width: 100%; max-width: 820px; border-radius: 18px; max-height: 90vh; overflow: hidden; display: flex; flex-direction: column; }
.modal-content.wide { max-width: 1040px; }
.modal-header { background: #14181f; color: #fff; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; }
.modal-header.amber { background: #b45309; }
.modal-header.sky { background: #0369a1; }
.close-btn { background: transparent; border: 0; color: #fff; font-size: 22px; cursor: pointer; }
.modal-body { padding: 22px; overflow-y: auto; }
.modal-footer { display: flex; justify-content: flex-end; margin-top: 16px; }
.modal-table { width: 100%; border-collapse: collapse; }
.modal-table th, .modal-table td { padding: 10px; border-bottom: 1px solid #e6e1d8; text-align: left; font-size: 13px; }
.section { background: #faf8f4; border: 1px solid #e6e1d8; border-radius: 14px; padding: 16px; margin-bottom: 16px; }
.section h3 { font-size: 14px; margin-bottom: 12px; }
.form-group { display: flex; flex-direction: column; margin-bottom: 12px; }
.form-group input[readonly] { background: #eeeae2; color: #6b7380; }
.two-col, .read-only-grid, .input-grid { display: grid; gap: 14px; }
.two-col { grid-template-columns: 1fr 1fr; }
.read-only-grid { grid-template-columns: 1fr 1fr 1fr; }
.input-grid { grid-template-columns: 2fr 1fr; }
.note { margin-top: 12px; font-size: 13px; color: #1e3a8a; background: #eff6ff; padding: 10px; border-radius: 10px; }
#editPartCodePreview { font-family: "IBM Plex Mono", monospace; color: #0369a1; }
.preview-section { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 14px; padding: 16px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
#previewPartCode { font-size: 22px; font-weight: 700; font-family: "IBM Plex Mono", monospace; color: #14532d; }
.save-btn { background: #0f766e; color: #fff; padding: 12px 18px; }
.save-btn.sky { background: #0369a1; }
.submit-section { display: flex; justify-content: flex-end; }
.print-only, .print-only-new-items { display: none; }
@media (max-width: 800px) {
    .requisition-details, .two-col, .read-only-grid, .input-grid { grid-template-columns: 1fr; }
    .topbar { align-items: flex-start; flex-direction: column; }
}
@media print {
    body { background: white; padding: 0; }
    .no-print, .modal-overlay { display: none !important; }
    #printArea, #printNewItemsArea { display: none !important; }
    body.printing-pr #printArea { display: flex !important; flex-direction: column; min-height: 98vh; width: 100%; }
    .print-top-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 25px; }
    .print-logo-container img { max-width: 400px; height: auto; }
    .print-title-container { text-align: right; }
    .pr-title { margin: 0 0 10px; font-size: 32px; color: #004b87 !important; font-family: "Times New Roman", Times, serif; }
    .pr-meta-table { margin-left: auto; border-collapse: separate; border-spacing: 0 8px; }
    .pr-label { font-size: 15px; font-weight: bold; padding-right: 6px; text-align: right; border: none !important; }
    .pr-value { border: 1px solid #000 !important; text-align: center !important; font-size: 10px !important; font-weight: bold; padding: 3px 6px; min-width: 85px; }
    .print-meta-grid { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
    .print-box { width: 48%; border: 1px solid #000; border-radius: 4px; padding: 15px 10px 10px; position: relative; margin-top: 10px; }
    .print-box-title { position: absolute; top: -10px; left: 10px; background: white; padding: 0 5px; font-size: 14px; font-weight: bold; }
    .meta-row { font-size: 12px; margin-bottom: 5px; display: flex; margin-top: 5px; }
    .meta-row span { width: 100px; font-weight: bold; }
    .print-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
    .print-table th, .print-table td { border: 1px solid #000 !important; padding: 8px; text-align: left; font-size: 12px; }
    .print-grand-total { text-align: right; font-size: 16px; font-weight: bold; margin-top: 20px; padding-top: 10px; border-top: 2px solid #000; }
    .print-footer { margin-top: auto; display: flex; justify-content: flex-end; padding-bottom: 40px; position: relative; }
    .footer-info { position: absolute; bottom: 10px; left: 0; font-size: 8px; font-style: italic; color: #64748b !important; }
    .signature-box { width: 280px; text-align: center; }
    .signature-line { border-top: 2px solid #000; margin-bottom: 8px; }
    .signature-box p { margin: 0; font-size: 14px; font-style: italic; font-weight: bold; color: #004b87 !important; font-family: "Times New Roman", Times, serif; }
    body.printing-new-items #printNewItemsArea { display: block !important; width: 100%; }
}

body { min-height: 100vh; background-attachment: fixed; }
.bg-layer {
    position: fixed; inset: 0; z-index: -1;
    background-image: var(--bg-image, none);
    background-size: cover; background-position: center;
    filter: blur(var(--bg-blur, 2px));
    transform: scale(1.06);
}
body::after {
    content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
    background: rgba(255, 255, 255, var(--bg-dim, 0.12));
}
.glass {
    background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(8,12,20,0.28)) !important;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    border: 1px solid rgba(255,255,255,0.42) !important;
    box-shadow: 0 24px 50px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.45);
    color: #f7fafc;
}
.panel.glass .panel-head h2 { color: #f5c518; }
.panel.glass .grand-total { color: #ffffff; }
.panel.glass .panel-head p,
.panel.glass .selected-display,
.panel.glass .search-meta,
.panel.glass .cart-group-name,
.panel.glass th,
.panel.glass .empty-row td { color: rgba(255,255,255,0.78); }
.panel.glass .req-input-group label { color: rgba(255,255,255,0.88); }
.panel.glass .results-container {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.22);
}
.panel.glass .result-item { border-bottom-color: rgba(255,255,255,0.14); }
.panel.glass .result-info span { color: rgba(255,255,255,0.72); }
.panel.glass .result-info strong { color: #ef4444; }
.panel.glass .grand-total span { color: #9ef0de; }
.panel.glass .cart-footer { border-top-color: rgba(255,255,255,0.2); }
.panel.glass .req-input-group input,
.panel.glass .search-bar input,
.panel.glass .calc-input,
.panel.glass .unit-input,
.panel.glass .cart-comment-input {
    background: rgba(255,255,255,0.86);
}
.app-container {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(560px, 46%);
    align-items: start;
    gap: 16px;
}
.workspace { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.cart-section {
    position: sticky; top: 16px;
    max-height: calc(100vh - 24px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cart-section .panel-head,
.cart-section .cart-footer { flex-shrink: 0; }
.cart-section .table-responsive {
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
}
.cart-section table { width: 100%; table-layout: auto; }
.cart-section th, .cart-section td { padding: 8px 6px; font-size: 12px; word-break: break-word; }
.cart-section .calc-input { width: 64px; }
.cart-section .unit-input { min-width: 64px; width: 72px; }

.hint { font-size: 13px; color: #6b7380; margin-bottom: 12px; }
input[type=range] { width: 100%; }
@media (max-width: 980px) {
    .app-container { grid-template-columns: 1fr; }
    .cart-section { position: relative; top: 0; max-height: none; }
}

.item-thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 10px; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.7); flex-shrink: 0; cursor: pointer; }
#fullCartTable th:nth-child(2),
#fullCartTable td:nth-child(2) { width: 86px; text-align: center; vertical-align: middle; }
#fullCartTable td:nth-child(2) { position: relative; overflow: visible; }
#fullCartTable .item-thumb { width: 64px; height: 64px; display: block; margin: 0 auto; transition: transform .18s ease; position: relative; z-index: 1; }
#fullCartTable .item-thumb:hover { transform: scale(2.4); z-index: 6; box-shadow: 0 10px 24px rgba(0,0,0,.35); }

/* Keep scroll, hide the bar */
.no-print, .no-print * {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.no-print::-webkit-scrollbar,
.no-print *::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.app-container.cart-hidden { grid-template-columns: 1fr; }
.cart-hidden-panel { display: none !important; }
.full-cart-view {
    display: none; position: fixed; inset: 0; z-index: 2000;
    padding: 18px;
    background: transparent;
}
body.full-cart-open .app-shell { visibility: hidden; }
.full-cart-view.active { display: block; }
.full-cart-inner {
    height: 100%; max-width: 1680px; margin: 0 auto;
    display: flex; flex-direction: column; overflow: hidden;
}
.full-cart-table-wrap { flex: 1; min-height: 0; overflow: auto; }
.full-cart-table-wrap table { width: 100%; border-collapse: collapse; }
.full-cart-table-wrap thead th {
    position: sticky; top: 0; z-index: 2;
    background: rgba(20,24,31,0.92); color: #f5c518;
}

.cart-section thead th {
    position: sticky; top: 0; z-index: 2;
    background: rgba(20,24,31,0.92);
    color: #f5c518;
}

.modal-content {
    background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(8,12,20,0.32)) !important;
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(255,255,255,0.42) !important;
    box-shadow: 0 24px 50px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.4);
    color: #f8fafc;
}
.modal-content .section {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.22);
}
.modal-content .modal-body,
.modal-content label,
.modal-content h3,
.modal-content td,
.modal-content th { color: rgba(255,255,255,0.92); }
.modal-header {
    background: rgba(15,18,24,0.35) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.modal-overlay.active .modal-content {
    background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(10,14,22,0.22)) !important;
    backdrop-filter: blur(14px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.55) !important;
}
.modal-header {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
}
.modal-content .modal-body {
    background: transparent !important;
}
.modal-content input, .modal-content select {
    background: rgba(255,255,255,0.82);
}

.modal-overlay.active .modal-content {
    background: rgba(248, 250, 252, 0.78) !important;
    color: #0f172a !important;
}
.modal-header {
    background: rgba(15, 18, 24, 0.55) !important;
    color: #ffffff !important;
}
.modal-content .modal-body,
.modal-content label,
.modal-content h3,
.modal-content td,
.modal-content th,
.modal-content p,
.modal-content .hint,
.modal-content .note {
    color: #0f172a !important;
}
.modal-content .section {
    background: rgba(255,255,255,0.45) !important;
    border: 1px solid rgba(15,23,42,0.12) !important;
}
.modal-content input,
.modal-content select {
    background: rgba(255,255,255,0.92) !important;
    color: #0f172a !important;
    border: 1px solid rgba(15,23,42,0.16) !important;
}
.modal-content .suggestions-box {
    background: rgba(255,255,255,0.96) !important;
    color: #0f172a;
    max-height: 180px;
    border: 1px solid rgba(15,23,42,0.16);
}
.modal-content .suggestion-item { color: #0f172a; }
.modal-content .preview-section {
    background: rgba(240, 253, 244, 0.85);
    color: #14532d;
}

.modal-overlay.active .modal-content {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.55), rgba(236, 253, 245, 0.28)),
        rgba(15, 23, 42, 0.18) !important;
    border: 1px solid rgba(255,255,255,0.65) !important;
    box-shadow: 0 40px 80px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.7) !important;
    border-radius: 22px !important;
}
.modal-header {
    background: linear-gradient(90deg, rgba(15,118,110,0.85), rgba(15,23,42,0.55)) !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255,255,255,0.25) !important;
}
.modal-header h2 { letter-spacing: -0.02em; font-weight: 700; }
.modal-content .section {
    background: rgba(255,255,255,0.62) !important;
    border: 1px solid rgba(15,118,110,0.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.modal-content .preview-section {
    background: linear-gradient(90deg, rgba(16,185,129,0.18), rgba(255,255,255,0.55)) !important;
    border: 1px solid rgba(16,185,129,0.35) !important;
}
.full-cart-inner {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.42), rgba(15,23,42,0.20)) !important;
    border: 1px solid rgba(255,255,255,0.5);
}

.panel.glass .row-total,
.full-cart-view .row-total,
.full-cart-table-wrap .row-total { color: #ffffff !important; }

.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 8px; margin-top: 10px; }
.photo-grid img { width: 100%; height: 72px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 2px solid transparent; }
.photo-grid img.selected, .photo-grid img:hover { border-color: #0f766e; }

.requisition-details .suggestions-box,
.req-input-group .suggestions-box {
    background: #ffffff !important;
    color: #0f172a !important;
}
.requisition-details .suggestion-item,
.req-input-group .suggestion-item {
    color: #0f172a !important;
}
.requisition-details .suggestion-item:hover,
.req-input-group .suggestion-item:hover {
    background: #ecfdf5 !important;
    color: #0f172a !important;
}
.requisition-details .selected-display {
    color: #9ca3af !important;
}

.panel.glass,
.panel.glass .panel-head h2,
.panel.glass .panel-head p,
.panel.glass .result-info,
.panel.glass .result-info span,
.panel.glass td,
.panel.glass th,
.panel.glass .grand-total,
.panel.glass .search-meta,
.panel.glass .selected-display,
.topbar h1,
.topbar p,
.status-pill {
    text-shadow: 0 1px 2px rgba(0,0,0,.72), 0 0 8px rgba(0,0,0,.28);
}

.panel.glass .result-info strong,
#cartTable strong,
#fullCartTable strong {
    color: #ef4444 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

.req-input-group input,
.search-bar input,
.form-group input,
.form-group select,
.calc-input,
.unit-input,
.cart-comment-input {
    color: #111827 !important;
}
.req-input-group input::placeholder,
.search-bar input::placeholder,
.form-group input::placeholder,
.calc-input::placeholder,
.cart-comment-input::placeholder {
    color: #9ca3af !important;
    opacity: 1;
}
