/* Shared stylesheet generated from the original inline styles. */
/* contact.html */
body.page_contact {
  --paper: #f6efe3;
  --ink: #111;
  --accent: #8a5a24;
  --rule: rgba(17,17,17,.22);
  --muted: #6e5948;
}
body.page_contact * { box-sizing: border-box; }
html, body.page_contact { margin:0; min-height:100%; }
body.page_contact {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background-color: var(--paper);
  line-height: 1.38;
}
body.page_contact::before {
  content:"";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(246,239,227,.85), rgba(246,239,227,.85)), url('images/contact-b89497857ce0.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.page_contact .page {
  min-height:100vh;
  padding: 34px 52px 70px;
}
body.page_contact header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  margin-bottom:74px;
}
body.page_contact nav {
  display:flex;
  gap:28px;
  padding-top:9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
body.page_contact nav a {
  color:var(--ink);
  text-decoration:none;
}
body.page_contact nav a.active {
  color:var(--accent);
  border-bottom:1px solid var(--accent);
  padding-bottom:5px;
}
body.page_contact main {
  width:min(760px, 100%);
  margin-left:4vw;
  padding:44px 48px 50px;
  background:rgba(246,239,227,.78);
  border-left:1px solid var(--rule);
}
body.page_contact h1 {
  margin:0 0 20px;
  font-size:clamp(58px, 7vw, 104px);
  line-height:.84;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}
body.page_contact .subtitle {
  margin:0 0 34px;
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
body.page_contact .rule {
  width:210px;
  height:1px;
  background:var(--accent);
  margin:0 0 34px;
}
body.page_contact p {
  margin:0 0 22px;
  font-size:22px;
}
body.page_contact .contact-block {
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid var(--rule);
}
body.page_contact .label {
  margin:24px 0 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
}
body.page_contact .value {
  margin:0 0 10px;
  font-size:24px;
}
body.page_contact .standard {
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid var(--rule);
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
@media (max-width:820px) {
body.page_contact .page { padding:24px 24px 50px; }
body.page_contact header { padding:24px 0; margin-bottom:46px; }
body.page_contact nav { flex-wrap:wrap; gap:14px 18px; }
body.page_contact main { margin-left:0; padding:30px 26px 36px; }
body.page_contact p { font-size:20px; }
}

/* history.html */
body.page_history {
  --paper: #f6efe3;
  --ink: #111;
  --accent: #8a5a24;
  --rule: rgba(17,17,17,.22);
  --muted: #6e5948;
}
body.page_history * { box-sizing: border-box; }
html, body.page_history { margin:0; min-height:100%; }
body.page_history {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background-color: var(--paper);
  line-height: 1.38;
}
body.page_history::before {
  content:"";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(246,239,227,.86), rgba(246,239,227,.86)), url('images/history-1f92253972e8.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.page_history .page {
  min-height:100vh;
  padding: 34px 52px 70px;
}
body.page_history header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  margin-bottom:74px;
}
body.page_history nav {
  display:flex;
  gap:28px;
  padding-top:9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
body.page_history nav a { color:var(--ink); text-decoration:none; }
body.page_history nav a.active { color:var(--accent); border-bottom:1px solid var(--accent); padding-bottom:5px; }
body.page_history main {
  width:min(760px, 100%);
  margin-left:4vw;
  padding:44px 48px 50px;
  background:rgba(246,239,227,.78);
  border-left:1px solid var(--rule);
}
body.page_history h1 {
  margin:0 0 20px;
  font-size:clamp(58px, 7vw, 104px);
  line-height:.84;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}
body.page_history .subtitle {
  margin:0 0 34px;
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
body.page_history .rule {
  width:210px;
  height:1px;
  background:var(--accent);
  margin:0 0 34px;
}
body.page_history p {
  margin:0 0 22px;
  font-size:22px;
}
body.page_history .photo-strip {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin:36px 0;
}
body.page_history figure { margin:0; }
body.page_history figure img {
  width:100%;
  display:block;
  border:1px solid var(--rule);
  filter:sepia(.16) contrast(.97);
  box-shadow:0 14px 38px rgba(0,0,0,.13);
}
body.page_history .rotated-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border:1px solid var(--rule);
  box-shadow:0 14px 38px rgba(0,0,0,.13);
  background: #eee;
}
body.page_history .rotated-frame img {
  width:100%;
  height:100%;
  object-fit:cover;
  border:0;
  box-shadow:none;
  transform: rotate(-90deg) scale(1.34);
}
body.page_history figcaption {
  margin-top:9px;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
body.page_history .standard {
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid var(--rule);
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
@media (max-width:820px) {
body.page_history .page { padding:24px 24px 50px; }
body.page_history header { display:block; margin-bottom:46px; }
body.page_history nav { flex-wrap:wrap; gap:14px 18px; margin-top:24px; }
body.page_history main { margin-left:0; padding:30px 26px 36px; }
body.page_history .photo-strip { grid-template-columns:1fr; }
body.page_history p { font-size:20px; }
}

/* index.html */
body.page_index {
  --paper: #f6efe3;
  --ink: #111;
  --accent: #8a5a24;
  --rule: rgba(17,17,17,.22);
  --muted: #6e5948;
}
body.page_index * { box-sizing: border-box; }
html, body.page_index { margin:0; min-height:100%; }
body.page_index {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background-color: var(--paper);
  line-height: 1.38;
}
body.page_index::before {
  content:"";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(246,239,227,.87), rgba(246,239,227,.87)), url('images/contact-b89497857ce0.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.page_index .page {
  min-height:100vh;
  padding: 34px 52px 70px;
}
body.page_index header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  margin-bottom:74px;
}
body.page_index .site-logo {
  width:450px;
  height:auto;
  display:block;
  margin-right:auto;
}
body.page_index nav {
  display:flex;
  gap:28px;
  padding-top:9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
body.page_index nav a { color:var(--ink); text-decoration:none; }
body.page_index nav a.active { color:var(--accent); border-bottom:1px solid var(--accent); padding-bottom:5px; }
body.page_index main {
  width:min(760px, 100%);
  margin-left:4vw;
  padding:44px 48px 50px;
  background:rgba(246,239,227,.78);
  border-left:1px solid var(--rule);
}
body.page_index h1 {
  margin:0 0 20px;
  font-size:clamp(58px, 7vw, 104px);
  line-height:.84;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}
body.page_index h2 {
  margin:36px 0 10px;
  color:var(--accent);
  font-size:34px;
  line-height:1;
}
body.page_index .subtitle {
  margin:0 0 34px;
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
body.page_index .rule {
  width:210px;
  height:1px;
  background:var(--accent);
  margin:0 0 34px;
}
body.page_index p {
  margin:0 0 22px;
  font-size:22px;
}
body.page_index .standard {
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid var(--rule);
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
body.page_index .product-list {
  margin-top: 34px;
  border-top:1px solid var(--rule);
}
body.page_index .product {
  padding: 28px 0;
  border-bottom:1px solid var(--rule);
}
body.page_index .product h2 { margin-top:0; }
body.page_index .status {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
}
@media (max-width:820px) {
body.page_index .page { padding:24px 24px 50px; }
body.page_index header { display:block; margin-bottom:46px; }
body.page_index nav { flex-wrap:wrap; gap:14px 18px; margin-top:24px; }
body.page_index main { margin-left:0; padding:30px 26px 36px; }
body.page_index p { font-size:20px; }
}

/* new-product.html */
body.page_new_product {
  --paper: #f6efe3;
  --ink: #111;
  --accent: #8a5a24;
  --rule: rgba(17,17,17,.22);
  --muted: #6e5948;
}
body.page_new_product * { box-sizing: border-box; }
html, body.page_new_product { margin:0; min-height:100%; }
body.page_new_product {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background-color: var(--paper);
  line-height: 1.38;
}
body.page_new_product::before {
  content:"";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(246,239,227,.85), rgba(246,239,227,.85)), url('images/contact-b89497857ce0.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.page_new_product .page {
  min-height:100vh;
  padding: 34px 52px 70px;
}
body.page_new_product header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  margin-bottom:74px;
}
body.page_new_product nav {
  display:flex;
  gap:28px;
  padding-top:9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
body.page_new_product nav a {
  color:var(--ink);
  text-decoration:none;
}
body.page_new_product nav a.active {
  color:var(--accent);
  border-bottom:1px solid var(--accent);
  padding-bottom:5px;
}
body.page_new_product main {
  width:min(760px, 100%);
  margin-left:4vw;
  padding:44px 48px 50px;
  background:rgba(246,239,227,.78);
  border-left:1px solid var(--rule);
}
body.page_new_product h1 {
  margin:0 0 20px;
  font-size:clamp(58px, 7vw, 104px);
  line-height:.84;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}
body.page_new_product .subtitle {
  margin:0 0 34px;
  color:var(--accent);
  font-size:38px;
  font-style:italic;
}
body.page_new_product .rule {
  width:210px;
  height:1px;
  background:var(--accent);
  margin:0 0 34px;
}
body.page_new_product p {
  margin:0 0 22px;
  font-size:22px;
}
body.page_new_product .contact-block {
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid var(--rule);
}
body.page_new_product .label {
  margin:24px 0 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
}
body.page_new_product .value {
  margin:0 0 10px;
  font-size:24px;
}
body.page_new_product .standard {
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid var(--rule);
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
@media (max-width:820px) {
body.page_new_product .page { padding:24px 24px 50px; }
body.page_new_product header { padding:24px 0; margin-bottom:46px; }
body.page_new_product nav { flex-wrap:wrap; gap:14px 18px; }
body.page_new_product main { margin-left:0; padding:30px 26px 36px; }
body.page_new_product p { font-size:20px; }
}

/* older-amps.html */
body.page_older_amps {
  --paper: #f6efe3;
  --ink: #111;
  --accent: #8a5a24;
  --rule: rgba(17,17,17,.22);
  --muted: #6e5948;
}
body.page_older_amps * { box-sizing: border-box; }
html, body.page_older_amps { margin:0; min-height:100%; }
body.page_older_amps {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background-color: var(--paper);
  line-height: 1.38;
}
body.page_older_amps::before {
  content:"";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(246,239,227,.85), rgba(246,239,227,.85)), url('images/contact-b89497857ce0.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.page_older_amps .page {
  min-height:100vh;
  padding: 34px 52px 70px;
}
body.page_older_amps header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  margin-bottom:74px;
}
body.page_older_amps nav {
  display:flex;
  gap:28px;
  padding-top:9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
body.page_older_amps nav a {
  color:var(--ink);
  text-decoration:none;
}
body.page_older_amps nav a.active {
  color:var(--accent);
  border-bottom:1px solid var(--accent);
  padding-bottom:5px;
}
body.page_older_amps main {
  width:min(900px, 100%);
  margin-left:4vw;
  padding:44px 48px 50px;
  background:rgba(246,239,227,.78);
  border-left:1px solid var(--rule);
}
body.page_older_amps h1 {
  margin:0 0 20px;
  font-size:clamp(58px, 7vw, 104px);
  line-height:.84;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}
body.page_older_amps .subtitle {
  margin:0 0 34px;
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
body.page_older_amps .rule {
  width:210px;
  height:1px;
  background:var(--accent);
  margin:0 0 34px;
}
body.page_older_amps p {
  margin:0 0 22px;
  font-size:22px;
}
body.page_older_amps .amp-reference {
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid var(--rule);
}
body.page_older_amps .amp-entry {
  display:grid;
  grid-template-columns:220px 1fr;
  gap:28px;
  align-items:start;
  padding:30px 0;
  border-bottom:1px solid var(--rule);
}
body.page_older_amps .amp-entry img {
  width:100%;
  max-width:220px;
  display:block;
  border:1px solid var(--rule);
  box-shadow:0 14px 38px rgba(0,0,0,.13);
}
body.page_older_amps .amp-entry h2 {
  margin:0 0 14px;
  color:var(--accent);
  font-size:36px;
  line-height:1;
}
body.page_older_amps .amp-entry h3 {
  margin:22px 0 8px;
  font-size:21px;
  color:var(--ink);
}
body.page_older_amps .amp-entry ul {
  margin:0 0 18px;
  padding-left:22px;
  font-size:21px;
  line-height:1.5;
}
body.page_older_amps .placeholder {
  color:var(--muted);
  font-style:italic;
}
@media (max-width:820px) {
body.page_older_amps .page { padding:24px 24px 50px; }
body.page_older_amps header { padding:24px 0; margin-bottom:46px; }
body.page_older_amps nav { flex-wrap:wrap; gap:14px 18px; }
body.page_older_amps main { margin-left:0; padding:30px 26px 36px; }
body.page_older_amps p { font-size:20px; }
body.page_older_amps .amp-entry { grid-template-columns:1fr; }
}

/* parts-accessories.html */
body.page_parts_accessories {
  --paper: #f6efe3;
  --ink: #111;
  --accent: #8a5a24;
  --rule: rgba(17,17,17,.22);
  --muted: #6e5948;
}
body.page_parts_accessories * { box-sizing: border-box; }
html, body.page_parts_accessories { margin:0; min-height:100%; }
body.page_parts_accessories {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background-color: var(--paper);
  line-height: 1.38;
}
body.page_parts_accessories::before {
  content:"";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(246,239,227,.85), rgba(246,239,227,.85)), url('images/contact-b89497857ce0.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.page_parts_accessories .page {
  min-height:100vh;
  padding: 34px 52px 70px;
}
body.page_parts_accessories header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  margin-bottom:74px;
}
body.page_parts_accessories nav {
  display:flex;
  gap:28px;
  padding-top:9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
body.page_parts_accessories nav a {
  color:var(--ink);
  text-decoration:none;
}
body.page_parts_accessories nav a.active {
  color:var(--accent);
  border-bottom:1px solid var(--accent);
  padding-bottom:5px;
}
body.page_parts_accessories main {
  width:min(760px, 100%);
  margin-left:4vw;
  padding:44px 48px 50px;
  background:rgba(246,239,227,.78);
  border-left:1px solid var(--rule);
}
body.page_parts_accessories h1 {
  margin:0 0 20px;
  font-size:clamp(58px, 7vw, 104px);
  line-height:.84;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
}
body.page_parts_accessories .subtitle {
  margin:0 0 34px;
  color:var(--accent);
  font-size:38px;
  font-style:italic;
}
body.page_parts_accessories .rule {
  width:210px;
  height:1px;
  background:var(--accent);
  margin:0 0 34px;
}
body.page_parts_accessories p {
  margin:0 0 22px;
  font-size:22px;
}
body.page_parts_accessories .contact-block {
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid var(--rule);
}
body.page_parts_accessories .label {
  margin:24px 0 4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
}
body.page_parts_accessories .value {
  margin:0 0 10px;
  font-size:24px;
}
body.page_parts_accessories .standard {
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid var(--rule);
  color:var(--accent);
  font-size:30px;
  font-style:italic;
}
@media (max-width:820px) {
body.page_parts_accessories .page { padding:24px 24px 50px; }
body.page_parts_accessories header { padding:24px 0; margin-bottom:46px; }
body.page_parts_accessories nav { flex-wrap:wrap; gap:14px 18px; }
body.page_parts_accessories main { margin-left:0; padding:30px 26px 36px; }
body.page_parts_accessories p { font-size:20px; }
}

/* tubes.html */
body.page_tubes {
  --paper: #f6efe3;
  --ink: #111;
  --accent: #b8832f;
  --red: #a00010;
  --card: rgba(255, 250, 240, .86);
  --line: rgba(120, 85, 45, .28);
}
body.page_tubes * { box-sizing: border-box; }
html, body.page_tubes { margin: 0; min-height: 100%; }
body.page_tubes {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background-color: var(--paper);
}
body.page_tubes .page {
  min-height:100vh;
  padding: 34px 52px 70px;
}
body.page_tubes::before {
  content:"";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(246,239,227,.86), rgba(246,239,227,.86)), url('images/history-1f92253972e8.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.page_tubes header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  margin-bottom:74px;
}
body.page_tubes nav {
  display:flex;
  gap:28px;
  padding-top:9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
body.page_tubes nav a {
  color:var(--ink);
  text-decoration:none;
}
body.page_tubes nav a.active {
  color:var(--accent);
  border-bottom:1px solid var(--accent);
  padding-bottom:5px;
}
body.page_tubes main {
  width: min(1188px, 100%);
  margin: 24px auto 30px;
}
body.page_tubes .hero {
  text-align: center;
  margin-bottom: 18px;
}
body.page_tubes h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 74px;
  line-height: .9;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.page_tubes .flourish {
  width: 94px;
  height: 2px;
  background: var(--accent);
  margin: 14px auto 12px;
  position: relative;
}
body.page_tubes .flourish::before, body.page_tubes .flourish::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: transparent;
}
body.page_tubes .flourish::before { left: 37px; }
body.page_tubes .flourish::after { right: 37px; }
body.page_tubes .subtitle {
  margin: 0 0 20px;
  font-size: 20px;
}
body.page_tubes .product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
body.page_tubes .product-card {
  min-height: 200px;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  padding: 12px 13px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(55, 35, 15, .08);
}
body.page_tubes .product-card:nth-last-child(1) {
  grid-column: 4 / 5;
}
body.page_tubes .tube-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page_tubes .tube-image img {
  max-width: 100%;
  height: 175px;
  object-fit: contain;
}
body.page_tubes .product-copy h2 {
  margin: 2px 0 12px;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
}
body.page_tubes .product-copy p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
}
body.page_tubes .product-copy .price {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 800;
}
body.page_tubes .stock {
  color: #075c22;
  font-size: 14px !important;
  font-weight: 700;
}
body.page_tubes .cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 106px;
  height: 29px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(#d8a54e, #bd842f);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
body.page_tubes .cart-button::before {
  content: "🛒";
  font-size: 13px;
}
body.page_tubes .benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
  padding: 16px 28px;
  background: rgba(255,250,240,.83);
  border: 1px solid var(--line);
  border-radius: 4px;
}
body.page_tubes .benefit {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 0 20px;
  border-right: 1px solid var(--line);
}
body.page_tubes .benefit:last-child { border-right: none; }
body.page_tubes .icon {
  font-size: 36px;
  text-align: center;
}
body.page_tubes .benefit h3 {
  margin: 0 0 5px;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.page_tubes .benefit p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}
@media (max-width: 1120px) {
body.page_tubes header { display:block; margin-bottom:46px; }
body.page_tubes nav { flex-wrap:wrap; gap:14px 18px; margin-top:24px; }
body.page_tubes .product-grid { grid-template-columns: repeat(3, 1fr); }
body.page_tubes .benefits { grid-template-columns: repeat(2, 1fr); }
body.page_tubes .benefit:nth-child(2) { border-right: none; }
}
@media (max-width: 720px) {
body.page_tubes main { width: calc(100% - 30px); }
body.page_tubes h1 { font-size: 56px; }
body.page_tubes .product-grid { grid-template-columns: 1fr; }
body.page_tubes .product-card:nth-last-child(1) { grid-column: auto; }
body.page_tubes .benefits { grid-template-columns: 1fr; }
body.page_tubes .benefit { border-right: none; border-bottom: 1px solid var(--line); }
body.page_tubes .benefit:last-child { border-bottom: none; }
}


body.page_contact .site-logo,
body.page_history .site-logo,
body.page_index .site-logo,
body.page_new_product .site-logo,
body.page_older_amps .site-logo,
body.page_parts_accessories .site-logo,
body.page_tubes .site-logo {
  width:450px;
  height:auto;
  display:block;
  margin-right:auto;
}
