<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>True Cost of Buying Original Art Online Calculator</title> But here's the question nobody asks:
<style>
:root {
--primary: #0f172a;
--primary-light: #1e293b;
--accent: #2563eb;
--accent-hover: #1d4ed8;
--bg: #f8fafc;
--surface: #ffffff;
--text-main: #334155;
--text-muted: #64748b;
--border: #e2e8f0;
--danger: #ef4444;
--success: #10b981;
--chart-base: #3b82f6;
--chart-frame: #8b5cf6;
--chart-ship: #f59e0b;
--chart-carry: #ec4899;
--radius: 12px;
--shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body {
background-color: var(--bg);
color: var(--text-main);
line-height: 1.6;
padding: 2rem 1rem;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
/* Hero Section */
.hero {
text-align: center;
margin-bottom: 3rem;
}
.hero h1 {
font-size: 2.5rem;
color: var(--primary);
margin-bottom: 0.5rem;
letter-spacing: -0.025em;
}
.hero p {
font-size: 1.125rem;
color: var(--text-muted);
max-width: 600px;
margin: 0 auto;
}
.trust-badge {
display: inline-block;
margin-top: 1rem;
padding: 0.25rem 0.75rem;
background-color: #e0f2fe;
color: #0369a1;
border-radius: 9999px;
font-size: 0.875rem;
font-weight: 500;
}
/* Main Grid */
.calculator-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
align-items: start;
}
@media (max-width: 768px) {
.calculator-grid {
grid-template-columns: 1fr;
}
}
/* Panels */
.panel {
background: var(--surface);
border-radius: var(--radius);
padding: 2rem;
box-shadow: var(--shadow);
border: 1px solid var(--border);
}
.panel-title {
font-size: 1.25rem;
font-weight: 600;
color: var(--primary);
margin-bottom: 1.5rem;
display: flex;
align-items: center;
justify-content: space-between;
}
/* Inputs */
.input-group {
margin-bottom: 1.5rem;
}
.input-header {
display: flex;
justify-content: space-between;
margin-bottom: 0.5rem;
}
label {
font-weight: 500;
color: var(--primary-light);
display: flex;
align-items: center;
gap: 0.5rem;
}
.tooltip {
position: relative;
cursor: help;
color: var(--text-muted);
background: #f1f5f9;
border-radius: 50%;
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
}
.tooltip::after {
content: attr(data-tip);
position: absolute;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
background: var(--primary);
color: white;
padding: 0.5rem;
border-radius: 6px;
font-size: 0.75rem;
width: 200px;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s;
text-align: center;
z-index: 10;
}
.tooltip:hover::after {
opacity: 1;
}
.input-wrapper {
position: relative;
}
.input-prefix {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: var(--text-muted);
}
input[type="number"], select {
width: 100%;
padding: 0.75rem 1rem;
border: 1px solid var(--border);
border-radius: 8px;
font-size: 1rem;
color: var(--text-main);
transition: border-color 0.2s;
appearance: none;
}
input[type="number"].has-prefix {
padding-left: 2rem;
}
input[type="number"]:focus, select
Buy Original Art Online: True Cost Calculator
· 2 min read
Methodology reviewed by Lior Arfi, Local Broward Artist · 2026.Q1
Continue your research