/*
Theme Name: 3 Ring Specialties Multi Page
Theme URI: https://3ringspecialties.com
Author: 3 Ring Specialties
Description: Multi-page custom WordPress theme for 3 Ring Specialties carnival ride repair, restoration, welding, canvas, painting, graphics, and lighting services.
Version: 1.4.2-contact-update
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: three-ring-specialties
*/

:root {
  --red: #8d120f;
  --red-dark: #6d0d0a;
  --red-bright: #bc1f17;
  --blue: #082b57;
  --blue-2: #0d3c74;
  --blue-3: #123f77;
  --gold: #d6a33c;
  --gold-light: #f8db8d;
  --cream: #f3ead5;
  --paper: #f6eedf;
  --ink: #1d1a17;
  --muted: #51463a;
  --white: #fffef9;
  --panel-shadow: 0 14px 34px rgba(23, 18, 11, 0.18);
  --radius: 16px;
  --max: 1360px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 8px 8px;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 34px)); margin-inline: auto; }
.title-font,.nav a,.btn,.section-title,.service-title,.ribbon,.headline,.contact-heading,.footer-copy,.page-title,.feature-title,.card-title { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; letter-spacing: .03em; }
.site-header { position: sticky; top: 0; z-index: 1000; background: linear-gradient(180deg, #98130f 0%, #78100c 100%); color: var(--white); border-bottom: 3px solid var(--gold); box-shadow: 0 4px 16px rgba(0,0,0,.18); }
.site-header::after { content: ""; display: block; height: 16px; background: radial-gradient(circle at center, #ffe59e 0 32%, rgba(255,255,255,0) 35%) center/26px 16px repeat-x, linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0)); border-top: 2px solid rgba(255,255,255,.14); border-bottom: 2px solid rgba(0,0,0,.28); }
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; position: relative; }
.brand img { width: 230px; max-width: 42vw; filter: drop-shadow(0 8px 16px rgba(0,0,0,.28)); }
.nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.nav a { color: #fff8df; text-transform: uppercase; font-size: 1.16rem; transition: color .18s ease, transform .18s ease; }
.nav a:hover,.nav a.active { color: #ffd553; transform: translateY(-1px); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 10px; text-transform: uppercase; color: var(--white); border: 3px solid var(--gold); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.16); transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; cursor: pointer; text-align: center; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 22px rgba(0,0,0,.18); }
.btn-red { background: linear-gradient(180deg, #c52518 0%, #94140d 100%); }
.btn-blue { background: linear-gradient(180deg, #174a89 0%, #0a3162 100%); }
.btn.small { min-height: 42px; padding: 0 18px; font-size: .95rem; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 2px solid rgba(255,255,255,.24); border-radius: 10px; background: rgba(255,255,255,.08); color: white; font-size: 1.5rem; cursor: pointer; }
.hero { background: linear-gradient(90deg, rgba(3,17,39,.94) 0%, rgba(5,25,54,.88) 40%, rgba(8,25,51,.55) 65%, rgba(8,24,49,.3) 100%), url('assets/hero-ferris-wheel.jpg') center center / cover no-repeat; color: var(--white); position: relative; overflow: hidden; min-height: 760px; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 74px; background: radial-gradient(110px 48px at center 0, var(--cream) 98%, transparent 100%), linear-gradient(var(--gold), var(--gold)); background-repeat: no-repeat; background-position: center top, center top; background-size: 110px 52px, 100% 5px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 22px; align-items: center; min-height: 760px; padding: 30px 0 95px; }
.hero-copy { max-width: 760px; padding-top: 10px; }
.hero-logo { width: min(520px, 100%); filter: drop-shadow(0 12px 22px rgba(0,0,0,.38)); margin-bottom: 18px; }
.headline { margin: 0; text-transform: uppercase; color: #fff5d5; font-size: clamp(3rem, 5.6vw, 5.35rem); line-height: .95; text-shadow: 0 3px 10px rgba(0,0,0,.45); }
.tagline { margin: 18px 0 14px; color: #ffcc3f; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; text-transform: uppercase; letter-spacing: .04em; font-size: clamp(1.2rem, 2vw, 1.8rem); }
.hero-copy p { max-width: 650px; font-size: clamp(1.1rem, 1.7vw, 1.42rem); line-height: 1.65; color: #f4eee1; margin: 0 0 22px; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual { min-height: 540px; }
.page-hero { background: linear-gradient(90deg, rgba(3,17,39,.92), rgba(8,24,49,.65)), url('assets/hero-ferris-wheel.jpg') center/cover no-repeat; color: white; padding: 88px 0 76px; border-bottom: 5px solid var(--gold); }
.page-title { margin: 0 0 12px; font-size: clamp(3rem, 5.2vw, 5.2rem); line-height: .95; text-transform: uppercase; color: #fff2cd; text-shadow: 0 3px 10px rgba(0,0,0,.38); }
.page-hero p { max-width: 800px; margin: 0; color: #f7efe2; font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.section { padding: 34px 0 42px; }
.section-header { text-align: center; margin-bottom: 24px; }
.section-title { display: inline-flex; align-items: center; gap: 14px; margin: 0; color: var(--blue-3); text-transform: uppercase; font-size: clamp(2.4rem, 4vw, 4.15rem); line-height: 1; }
.section-title::before,.section-title::after { content: '★'; color: var(--red-bright); font-size: .58em; transform: translateY(-1px); }
.divider { margin: 0 auto 8px; width: 210px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.services-grid,.work-grid,.feature-grid { display: grid; gap: 16px; }
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.work-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.service-card,.feature-card { background: linear-gradient(180deg, #fcf7eb 0%, #efe4cf 100%); border: 2px solid rgba(175, 134, 60, .55); border-radius: 14px; overflow: hidden; box-shadow: 0 10px 24px rgba(68, 52, 23, .10); display: flex; flex-direction: column; min-height: 100%; }
.service-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-bottom: 2px solid rgba(175, 134, 60, .35); }
.service-body,.feature-card { padding: 18px; text-align: center; }
.service-title,.feature-title { margin: 0 0 10px; color: var(--blue-3); text-transform: uppercase; font-size: 2rem; line-height: .92; }
.service-body p,.feature-card p { margin: 0 0 16px; font-size: 1.08rem; color: #29221c; flex: 1; }
.work-section,.blue-section { background: linear-gradient(180deg, #0d315e 0%, #08284f 100%); color: white; padding-top: 32px; padding-bottom: 36px; margin-top: 12px; }
.work-section .section-title,.blue-section .section-title { color: #fff0cc; }
.work-section .divider,.blue-section .divider { background: linear-gradient(90deg, transparent, #f0cd78, transparent); }
.work-card { position: relative; border: 2px solid var(--gold); overflow: hidden; background: #091b34; box-shadow: 0 10px 24px rgba(0,0,0,.25); cursor: pointer; }
.work-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .25s ease; }
.work-card:hover img { transform: scale(1.03); }
.ribbon { position: absolute; left: 10px; right: 10px; bottom: 10px; background: linear-gradient(180deg, #c21f15 0%, #8a140d 100%); border: 2px solid var(--gold); color: #ffefcf; text-transform: uppercase; text-align: center; padding: 9px 8px; font-size: 1.28rem; box-shadow: 0 6px 18px rgba(0,0,0,.25); }
.why-section { padding-top: 34px; padding-bottom: 32px; }
.why-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 28px; align-items: start; }
.why-copy h3 { margin: 0 0 12px; color: var(--blue-3); text-transform: uppercase; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: clamp(2.4rem, 4vw, 4rem); line-height: .95; }
.why-copy p { margin: 0; font-size: 1.14rem; color: var(--muted); }
.check-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.check-grid li { display: flex; gap: 10px; align-items: flex-start; font-size: 1.12rem; color: #241d17; }
.check-grid li::before { content: '✓'; flex: 0 0 26px; width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; background: var(--red-bright); color: white; border-radius: 50%; font-weight: bold; margin-top: 1px; }
.content-panel { background: linear-gradient(180deg, #fffaf0, #efe2ca); border: 2px solid rgba(175,134,60,.5); border-radius: 18px; padding: clamp(22px, 3vw, 36px); box-shadow: var(--panel-shadow); }
.content-panel p { font-size: 1.13rem; color: var(--muted); }
.contact-section { padding: 34px 0 44px; }
.contact-panel { display: grid; grid-template-columns: .92fr 1.08fr; border: 3px solid var(--gold); border-radius: 20px; overflow: hidden; box-shadow: var(--panel-shadow); background: var(--paper); }
.contact-left { position: relative; background: linear-gradient(180deg, #0d3c74 0%, #072a52 100%); color: white; padding: 26px 28px 24px; }
.contact-left::after { content: '★'; position: absolute; right: -18px; top: 50%; transform: translateY(-50%); color: var(--gold-light); font-size: 4.4rem; text-shadow: 0 4px 12px rgba(0,0,0,.32); }
.contact-heading { margin: 0 0 8px; color: #fff0cf; text-transform: uppercase; font-size: clamp(2rem, 3.2vw, 3rem); line-height: .98; }
.script-line { margin: 8px 0 18px; color: #ffd65f; font-family: 'Brush Script MT', 'Segoe Script', cursive; font-size: 2rem; line-height: 1.05; }
.contact-left p { margin: 0 0 10px; font-size: 1.05rem; }
.contact-info { font-size: 1.12rem; display: grid; gap: 8px; margin: 18px 0 20px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-right { padding: 24px; background: linear-gradient(180deg, #f7f0e2 0%, #efe2ca 100%); }
.contact-right h3 { margin: 0 0 6px; color: var(--blue-3); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; text-transform: uppercase; font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1; }
.contact-right p { margin: 0 0 16px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field,textarea,select { width: 100%; border: 2px solid #cdb181; border-radius: 7px; background: #fffaf0; padding: 11px 12px; font-size: 1rem; color: #2f2821; }
.field:focus,textarea:focus,select:focus { outline: none; border-color: var(--blue-3); box-shadow: 0 0 0 4px rgba(13,60,116,.11); }
textarea { min-height: 102px; resize: vertical; }
.full { grid-column: 1 / -1; }
.submit-row { display: flex; justify-content: flex-end; margin-top: 12px; }
.status { min-height: 20px; margin-top: 12px; font-size: .96rem; font-weight: bold; color: var(--blue-3); }
.site-footer { background: linear-gradient(180deg, #911511 0%, #6e0f0d 100%); border-top: 3px solid var(--gold); color: #ffefd0; text-align: center; padding: 14px 0; }
.footer-copy { font-size: 1.05rem; }
.lightbox { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(2, 11, 23, .86); z-index: 2100; }
.lightbox.open { display: flex; }
.lightbox-content { position: relative; max-width: min(1100px, 100%); max-height: 92vh; }
.lightbox img { max-height: 92vh; border: 3px solid var(--gold); border-radius: 12px; box-shadow: 0 18px 36px rgba(0,0,0,.38); }
.lightbox-close { position: absolute; top: -10px; right: -10px; width: 42px; height: 42px; border: 2px solid var(--gold); border-radius: 50%; background: var(--red-bright); color: white; font-size: 1.4rem; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1150px) { .hero-grid,.why-grid,.contact-panel { grid-template-columns: 1fr; } .hero { min-height: auto; } .hero-grid { min-height: auto; } .contact-left::after { display: none; } .services-grid,.work-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .feature-grid { grid-template-columns: 1fr; } .hero-visual { display: none; } }
@media (max-width: 860px) { .menu-toggle { display: inline-flex; align-items: center; justify-content: center; } .nav { position: absolute; top: calc(100% - 2px); left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 14px 18px 18px; background: linear-gradient(180deg, #8f1310 0%, #6a0f0b 100%); border-bottom: 3px solid var(--gold); box-shadow: 0 10px 18px rgba(0,0,0,.18); } .nav.open { display: flex; } .hero-grid { padding: 28px 0 88px; } .headline { font-size: clamp(2.4rem, 10vw, 4rem); } .hero-actions,.contact-actions,.submit-row { flex-direction: column; } .btn { width: 100%; } .services-grid,.work-grid,.check-grid,.form-grid { grid-template-columns: 1fr; } .contact-right,.contact-left { padding: 22px 18px; } .service-title { font-size: 1.8rem; } .contact-heading,.contact-right h3 { font-size: 2.1rem; } .script-line { font-size: 1.55rem; } .footer-copy { font-size: .95rem; } }

/* Equipment Sales page additions */
.equipment-detail-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:28px; align-items:start; }
.equipment-detail-image { width:100%; border-radius:16px; border:3px solid var(--gold); box-shadow:var(--panel-shadow); }
.equipment-meta-list { margin:18px 0; }
.equipment-content { font-size:1.1rem; color:var(--muted); }
@media (max-width: 980px) { .equipment-detail-grid { grid-template-columns:1fr; } }

/* Gallery slider page - non-builder theme version */
.gallery-slider-section { padding-bottom: 52px; }
.gallery-slider {
  display: grid;
  gap: 22px;
}
.gallery-feature-wrap {
  position: relative;
  border: 4px solid var(--gold);
  border-radius: 22px;
  overflow: hidden;
  background: #071d3a;
  box-shadow: var(--panel-shadow);
}
.gallery-feature {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
  color: white;
}
.gallery-feature img {
  width: 100%;
  height: min(68vh, 680px);
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.gallery-feature::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(3, 12, 28, 0), rgba(3, 12, 28, .88));
  pointer-events: none;
}
.gallery-feature-badge,
.gallery-feature-caption {
  position: absolute;
  z-index: 2;
  left: 26px;
}
.gallery-feature-badge {
  top: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: rgba(141, 18, 15, .92);
  color: #fff3cf;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 1rem;
  box-shadow: 0 7px 16px rgba(0,0,0,.22);
}
.gallery-feature-caption {
  right: 26px;
  bottom: 22px;
  color: #fff4d2;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: .9;
  text-shadow: 0 4px 14px rgba(0,0,0,.48);
}
.gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 72px;
  border: 3px solid var(--gold);
  border-radius: 14px;
  background: linear-gradient(180deg, #c52518 0%, #8c130d 100%);
  color: #fff4d2;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0,0,0,.25);
}
.gallery-prev { left: 18px; }
.gallery-next { right: 18px; }
.gallery-arrow:hover { filter: brightness(1.08); }
.gallery-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gallery-thumb {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border: 3px solid rgba(214, 163, 60, .7);
  border-radius: 16px;
  background: #081f3d;
  color: white;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 9px 20px rgba(35, 24, 12, .12);
}
.gallery-thumb.active {
  border-color: var(--red-bright);
  box-shadow: 0 0 0 4px rgba(188,31,23,.18), 0 12px 22px rgba(35,24,12,.18);
}
.gallery-thumb img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform .22s ease;
}
.gallery-thumb:hover img { transform: scale(1.04); }
.gallery-thumb span {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 9px;
  display: block;
  padding: 8px 7px;
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, rgba(194, 31, 21, .96), rgba(138, 20, 13, .96));
  color: #fff1d0;
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: .035em;
  font-size: 1.05rem;
}
@media (max-width: 1000px) {
  .gallery-thumb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-feature img { height: 54vh; min-height: 360px; }
}
@media (max-width: 640px) {
  .gallery-thumb-grid { grid-template-columns: 1fr; }
  .gallery-feature img { height: 430px; min-height: 320px; }
  .gallery-arrow { width: 44px; height: 58px; font-size: 2.5rem; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-feature-badge { left: 14px; top: 14px; }
  .gallery-feature-caption { left: 14px; right: 14px; bottom: 14px; }
}


/* Homepage Available Equipment carousel */
.home-equipment-carousel-wrap {
  position: relative;
  padding: 0 62px;
  margin-top: 4px;
}
.home-equipment-carousel-viewport {
  overflow: hidden;
  border: 2px solid rgba(214,163,60,.72);
  border-radius: 18px;
  background: rgba(4, 18, 39, .46);
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
}
.home-equipment-carousel-track {
  display: flex;
  gap: 16px;
  padding: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.home-equipment-carousel-track::-webkit-scrollbar { display: none; }
.home-equipment-icon {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 220px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 3px solid var(--gold);
  border-radius: 16px;
  background: #071f3d;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  scroll-snap-align: start;
}
.home-equipment-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease, filter .24s ease;
}
.home-equipment-icon:hover img { transform: scale(1.05); filter: brightness(1.06); }
.home-equipment-icon-price {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(194, 31, 21, .98), rgba(138, 20, 13, .98));
  color: #fff2d4;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 1.35rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0,0,0,.28);
}
.equipment-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 72px;
  border: 3px solid var(--gold);
  border-radius: 14px;
  background: linear-gradient(180deg, #c52518 0%, #94140d 100%);
  color: #fff3d0;
  font-size: 3rem;
  line-height: 1;
  font-family: Georgia, serif;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0,0,0,.26);
}
.equipment-carousel-arrow:hover { filter: brightness(1.08); }
.equipment-carousel-prev { left: 0; }
.equipment-carousel-next { right: 0; }
.home-equipment-carousel-footer {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.home-equipment-empty { max-width:820px; margin:0 auto; padding:24px; text-align:center; background:rgba(255,255,255,.08); border:2px solid rgba(214,163,60,.65); border-radius:16px; color:#fff4d2; }
.home-equipment-empty h3 { margin:0 0 8px; font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif; font-size:2.2rem; text-transform:uppercase; }
.home-equipment-empty p { margin:0 0 16px; color:#f7ead0; }
@media (max-width:1150px) {
  .home-equipment-icon { flex-basis: calc((100% - 16px) / 2); }
}
@media (max-width:860px) {
  .home-equipment-carousel-wrap { padding: 0 48px; }
  .home-equipment-icon { flex-basis: 100%; min-width: 190px; }
  .equipment-carousel-arrow { width: 40px; height: 62px; font-size: 2.4rem; }
  .home-equipment-icon-price { font-size: 1.15rem; }
}
