@font-face {
  font-family: Slab;
  src: url(/fonts/RobotoSlab-VariableFont_wght.ttf?b6aa3c203f8622669cc663e492518b09);
}
@font-face {
  font-family: Inter;
  src: url(/fonts/Inter-Regular.woff2?85c128721035823e5405031e066d0918);
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 12.75pt;
  margin: 0;
  padding: 0;
  line-height: 1.46;
  font-family: "Inter", sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2em; /* 2*16 = 32 */
}

h2 {
  font-size: 1.5em; /* 1.5*16 = 24 */
}

h3 {
  font-size: 1.17em; /* 1.17*16 = 18.72 */
}

h4 {
  font-size: 1em; /* 1*16 = 16 */
}

h5 {
  font-size: 0.83em; /* 0.83*16 = 13.28 */
}

h6 {
  font-size: 0.75em; /* 0.75*16 = 12 */
}

p {
  margin: 0 0 0.75rem 0;
  word-break: break-all;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.indent p {
  margin: 0 0 0.75rem;
}

.indent * + p {
  text-indent: 2em;
}

pre.code {
  padding: 1.5rem;
  font-family: monospace;
  display: block;
  margin: 1.5rem 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Slab", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "XROT" 0, "YROT" 0;
}

body {
  background-color: rgb(243.1, 247.3, 231.4);
  background: linear-gradient(45deg, rgb(243.1, 247.3, 231.4), rgb(225.25, 238.75, 199));
  color: #1c1c1c;
}
body:before {
  position: fixed;
  content: " ";
  background-image: url(/images/noise.png?4e29d816662851efe89e5280e1bfdfa2);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
body .hero {
  border-color: #88C425;
  background-color: #88C425;
}
body header a.brand:before {
  background-image: url("");
}
body header nav a {
  color: rgb(225.25, 238.75, 199);
}
body header nav a:hover {
  color: rgb(163.6858612033, 230.4115879828, 53.5884120172);
}
body header .search input {
  transition: border-bottom-color 200ms ease-in-out;
  color: #88C425;
  border-bottom-color: #88C425;
}
body header .search input::-moz-placeholder {
  color: rgba(136, 196, 37, 0.6667);
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
body header .search input::placeholder {
  color: rgba(136, 196, 37, 0.6667);
  transition: color 200ms ease-in-out;
}
body header .search input:hover {
  border-bottom-color: rgb(160.9141630901, 219.1115879828, 64.8884120172);
}
body header .search button {
  background-image: url("");
  transition: transform 100ms ease-in-out;
}
body header .search button:hover {
  transform: scale(110%);
}
body main hr {
  border-color: rgba(136, 196, 37, 0.5);
}
body main .panel .panel-header {
  border-bottom-color: #88C425;
}
body main ul li:before {
  background-color: #88C425;
}
body footer {
  background-color: #88C425;
  border-color: rgb(121.1158798283, 174.5493562232, 32.9506437768);
}
body.computers {
  background-color: rgb(229.5, 245, 245.9);
  background: linear-gradient(45deg, rgb(229.5, 245, 245.9), rgb(191.25, 233, 235.25));
}
body.computers:before {
  position: fixed;
  content: " ";
  background-image: url(/images/noise.png?4e29d816662851efe89e5280e1bfdfa2);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
body.computers .hero {
  border-color: #00adb6;
  background-color: #00adb6;
}
body.computers header a.brand:before {
  background-image: url(/images/logo_computers.svg?427a0000e2ddfa910de898e0e697b4db);
}
body.computers header nav a {
  color: rgb(191.25, 233, 235.25);
}
body.computers header nav a:hover {
  color: rgb(0, 221.478021978, 233);
}
body.computers header .search input {
  transition: border-bottom-color 200ms ease-in-out;
  color: #00adb6;
  border-bottom-color: #00adb6;
}
body.computers header .search input::-moz-placeholder {
  color: rgba(0, 173, 182, 0.6667);
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
body.computers header .search input::placeholder {
  color: rgba(0, 173, 182, 0.6667);
  transition: color 200ms ease-in-out;
}
body.computers header .search input:hover {
  border-bottom-color: rgb(0, 221.478021978, 233);
}
body.computers header .search button {
  background-image: url(/images/search_teal.svg?4d088135e68f7d42771ffcb88746497e);
  transition: transform 100ms ease-in-out;
}
body.computers header .search button:hover {
  transform: scale(110%);
}
body.computers main hr {
  border-color: rgba(0, 173, 182, 0.5);
}
body.computers main .panel .panel-header {
  border-bottom-color: #00adb6;
}
body.computers main ul li:before {
  background-color: #00adb6;
}
body.computers footer {
  background-color: #00adb6;
  border-color: rgb(0, 148.760989011, 156.5);
}
body.lighting {
  background-color: rgb(255, 239.4, 227.7);
  background: linear-gradient(45deg, rgb(255, 239.4, 227.7), rgb(255, 219, 189.75));
}
body.lighting:before {
  position: fixed;
  content: " ";
  background-image: url(/images/noise.png?4e29d816662851efe89e5280e1bfdfa2);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
body.lighting .hero {
  border-color: #ff7500;
  background-color: #ff7500;
}
body.lighting header a.brand:before {
  background-image: url(/images/logo_lighting.svg?84ba850a7a2672c7f8134d4dd0b257af);
}
body.lighting header nav a {
  color: rgb(255, 219, 189.75);
}
body.lighting header nav a:hover {
  color: rgb(255, 144.6, 51);
}
body.lighting header .search input {
  transition: border-bottom-color 200ms ease-in-out;
  color: #ff7500;
  border-bottom-color: #ff7500;
}
body.lighting header .search input::-moz-placeholder {
  color: rgba(255, 117, 0, 0.6667);
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
body.lighting header .search input::placeholder {
  color: rgba(255, 117, 0, 0.6667);
  transition: color 200ms ease-in-out;
}
body.lighting header .search input:hover {
  border-bottom-color: rgb(255, 144.6, 51);
}
body.lighting header .search button {
  background-image: url(/images/search_orange.svg?80f4a5f36d56f3a4fcce68138133de9e);
  transition: transform 100ms ease-in-out;
}
body.lighting header .search button:hover {
  transform: scale(110%);
}
body.lighting main hr {
  border-color: rgba(255, 117, 0, 0.5);
}
body.lighting main .panel .panel-header {
  border-bottom-color: #ff7500;
}
body.lighting main ul li:before {
  background-color: #ff7500;
}
body.lighting footer {
  background-color: #ff7500;
  border-color: rgb(229.5, 105.3, 0);
}

body img {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
body.loaded img {
  opacity: 1;
}

main {
  display: flex;
  flex-direction: column;
}
main .row {
  flex: 1;
  display: flex;
  flex-direction: column;
}
main .row .col {
  flex: 1;
  padding: 1.25rem;
  margin: 1.25rem;
}
main .row.title-row {
  flex: 1;
  padding: 1.25rem 0;
}
main .row.title-row .col {
  padding: 0;
}
main .row.title-row .col h1, main .row.title-row .col h2, main .row.title-row .col h3 {
  margin: 0;
  padding: 0;
}
main .row.title-row .col h1 {
  font-size: 4rem;
  background-image: url(/images/dc-distressed-bg-dk.jpg?611b8df1df2698b198ffb9d1d9a28c00);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
main .row.three-one .col:first-child {
  flex-basis: 50%;
}

@media screen and (min-width: 1080px) {
  main {
    margin: 0 10rem;
  }
  main .row {
    flex-direction: row;
  }
  main .row .col:first-child {
    margin-left: 0;
  }
  main .row .col:last-child {
    margin-right: 0;
  }
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 20vh;
  display: flex;
  z-index: 999;
  background-color: #200d05;
  color: #fffdfd;
}
body header a.brand {
  flex: 1;
  flex-basis: 10%;
  height: 10vh;
  line-height: 10vh;
  margin-left: 1.25rem;
  text-decoration: none;
  color: #fffdfd;
  padding-left: 8vh;
}
body header a.brand:before {
  content: " ";
  display: block;
  height: 10vh;
  width: 10vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/logo_default.svg?fa0c58fbf4fd6d9093c99407af60ccbc);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 100ms ease-in-out;
  transition-property: height, width, transform;
  transform: rotate(-10deg);
}
body header button#menutoggle {
  height: 6vh;
  width: 6vh;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  color: transparent;
  background-image: url(/images/hamburger-light.svg?06a8563b78c4ff7c112d72e73488b7f6);
  background-size: contain;
  margin: 2vh;
}
body header .search {
  position: absolute;
  top: 10vh;
  left: 0;
  height: 10vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 0.2rem solid #88C425;
  background-color: rgb(54.0540540541, 21.9594594595, 8.4459459459);
}
body header .search label {
  display: none;
}
body header .search input {
  width: 100%;
  background-color: transparent;
  color: #fffdfd;
  padding: 0 0.625rem;
  border: none;
  border-radius: 0;
}
body header .search input::-moz-placeholder {
  color: #88C425;
}
body header .search input::placeholder {
  color: #88C425;
}
body header .search button {
  display: flex;
  flex: 1;
  border: none;
  color: transparent;
  background-color: transparent;
  overflow: hidden;
  background-image: url(/images/search_lime.svg?e32c52b9099428d3d25f52b756da7f2d);
  background-size: contain;
  flex-basis: 8vh;
  margin: 0;
  background-repeat: no-repeat;
}
body header nav {
  display: flex;
  position: absolute;
  flex-direction: column;
  height: 80vh;
  top: 20vh;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fffdfd;
  transform: translateX(-100vw);
  transition: transform 100ms ease-in-out;
}
body header nav > a {
  padding: 1.25rem;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  transition-property: color, background-color;
  color: #1c1c1c;
}
body header nav > a:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.125);
}
body header nav > a:hover, body header nav > a :focus {
  color: #88C425;
}
body.menu-show header button#menutoggle {
  background-image: url(/images/hamburger-lime.svg?95f3849e59bd2bfa4cc4212dcb58e529);
}
body.menu-show header nav {
  transform: translateX(0);
}
body main {
  margin-top: 20vh;
}

@media screen and (min-width: 1080px) {
  body button#menutoggle {
    display: none;
  }
  body header {
    flex-direction: row;
    height: 3.8rem;
    z-index: 99999;
    background-color: rgba(32, 13, 5, 0.975);
    border-bottom: 0.2rem solid rgb(76.1081081081, 30.9189189189, 11.8918918919);
    box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.125), 0 0.5rem 0.5rem rgba(0, 0, 0, 0.125);
  }
  body header nav, body header .search, body header a.brand {
    position: static;
    display: flex;
    flex-direction: row;
    flex: 1;
    line-height: 4rem;
    height: 4rem;
    background-color: transparent;
  }
  body header a.brand {
    margin-left: 10rem;
    position: relative;
    padding-left: 0;
    color: transparent;
    flex-basis: 8rem;
    flex-grow: 0;
  }
  body header a.brand:before {
    height: 8rem;
    width: 8rem;
  }
  body header a.brand:hover:before {
    transform: rotate(-30deg);
  }
  body header nav {
    transform: translateX(0);
  }
  body header nav a {
    padding: 0 1.25rem;
    background-color: transparent;
    color: #EAFDE6;
    border-bottom: 0.2rem solid transparent;
  }
  body header nav a:nth-child(odd), body header nav a:hover, body header nav a:focus {
    background-color: transparent;
  }
  body header nav a.lighting:hover, body header nav a.lighting:focus {
    color: #ff7500;
  }
  body header nav a.lighting.active {
    border-bottom-color: #ff7500;
  }
  body header nav a.computers:hover, body header nav a.computers:focus {
    color: #00adb6;
  }
  body header nav a.computers.active {
    border-bottom-color: #00adb6;
  }
  body header nav a.repair:hover, body header nav a.repair:focus {
    color: #88C425;
  }
  body header nav a.repair.active {
    border-bottom-color: #88C425;
  }
  body header .search {
    margin-right: 10rem;
    border-bottom: none;
  }
  body header .search input {
    margin: 0;
    border-bottom: 0.2rem solid #88C425;
  }
  body header .search input::-moz-placeholder {
    font-size: 1rem;
    font-family: "Inter";
  }
  body header .search input::placeholder {
    font-size: 1rem;
    font-family: "Inter";
  }
  body header .search button {
    margin: 1.25rem;
  }
  body main {
    margin-top: 5.25rem;
  }
  body.scrolled header a.brand {
    flex-basis: 4rem;
  }
  body.scrolled header a.brand:before {
    height: 4rem;
    width: 4rem;
  }
}
body .hero {
  display: none;
}

@media screen and (min-width: 1080px) {
  body .hero {
    position: relative;
    display: block;
    height: 50vh;
    overflow: hidden;
    border-bottom: 0.125rem solid #88C425;
    background-color: #88C425;
  }
  body .hero img {
    min-height: 100%;
    position: absolute;
    min-wdith: 100%;
  }
  body .hero h1 {
    position: absolute;
    top: 50%;
    left: 10rem;
    font-size: 8rem;
    margin-top: -4rem;
    background-image: url(/images/dc-distressed-bg-dk.jpg?611b8df1df2698b198ffb9d1d9a28c00);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
  }
  body .hero.dark h1 {
    background-image: url(/images/dc-distressed-bg-orange.jpg?703eff06278bbca64ed1bd01816c9b62);
  }
}
footer {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  body, html {
    min-height: 90vh;
    width: 100vw;
    overflow-x: hidden;
  }
  footer {
    flex-direction: row;
    background-color: #88C425;
    border-top: 0.2rem solid rgb(121.1158798283, 174.5493562232, 32.9506437768);
    box-shadow: 0 0.125rem 0.125rem rgb(0, 0, 0), 0 0.25rem 0.25rem rgb(0, 0, 0), 0 0.3125rem 0.3125rem rgb(0, 0, 0), 0 0.5rem 0.5rem rgb(0, 0, 0);
  }
}
hr {
  flex: 1;
  height: 0;
  border: none;
  border-bottom: 0.2rem dashed rgba(136, 196, 37, 0.5);
  margin: 0 1.25rem;
}

.panel {
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.025), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.025), 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.025), 0 0.5rem 0.5rem rgba(0, 0, 0, 0.025);
  background-color: #fffdfd;
}
.panel .panel-header {
  border-bottom: 0.2rem solid #88C425;
}

article.manufacturer {
  padding: 0 !important;
}
article.manufacturer a {
  display: block;
  padding: 1.25rem;
  text-decoration: none;
  color: #1c1c1c;
}
article.manufacturer a img {
  max-height: 5vh;
}
article.manufacturer a:hover {
  background-color: rgb(195.5, 224.5, 145);
}

ul.list {
  list-style-type: none;
  margin: 1.25rem 0;
  padding: 0;
}
ul.list li {
  position: relative;
  padding-left: 1.25em;
}
ul.list li:before {
  content: " ";
  display: block;
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  background-color: #88C425;
  left: 0;
  top: 0.5em;
  border-radius: 100%;
}

.form-error {
  display: flex;
  background-color: pink;
  padding: 1.25rem;
  margin: 1.25rem 0;
}

.form {
  display: flex;
  flex-direction: column;
}
.form .form-group {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.form .form-group label {
  flex: 1;
  font-family: "Slab", serif;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.form .form-group.required label:before {
  content: "*";
  display: inline;
  color: red;
  margin-right: 0.625rem;
}

input:not([type=file]), textarea {
  flex: 1;
  box-shadow: inset 0 0 0.0833333333rem rgba(0, 0, 0, 0.125), inset 0 0 0.125rem rgba(0, 0, 0, 0.125), inset 0 0 0.25rem rgba(0, 0, 0, 0.125);
  border: none;
  outline: 0.2rem solid transparent;
  padding: 1.25rem;
  font-family: sans-serif;
  transition: outline-color 200ms ease-in-out;
}
input:not([type=file]):focus, textarea:focus {
  outline: 0.2rem solid #88C425;
}

.input-group {
  display: flex;
  flex-direction: row;
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.025), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.025), 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.025), 0 0.5rem 0.5rem rgba(0, 0, 0, 0.025);
}
.input-group .input-group-addon {
  background-color: #EAFDE6;
  padding: 1.25rem;
}
.input-group input {
  box-shadow: none;
}

article.product-preview ul.images {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow-x: hidden;
}
article.product-preview ul.images li {
  padding: 0;
}
article.product-preview ul.images li:before {
  display: none;
}
article.product-preview ul.images li img {
  max-width: 100%;
}

table {
  border: 0.1rem solid #1c1c1c;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
table tr, table td, table th {
  border: 0.1rem solid #1c1c1c;
  padding: 0.625rem;
}
table thead tr th {
  background-color: #200d05;
  color: #fffdfd;
  font-weight: bold;
}
table tbody tr:nth-child(even) {
  background-color: #EAFDE6;
}
table tfoot tr td, table tfoot tr th {
  background-color: rgb(143.5, 133, 129);
}

button, submit, a.button {
  background-color: #F56991;
  color: #fffdfd;
  font-family: "Slab", serif;
  font-weight: bold;
  border: none;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
  text-decoration: none;
  flex: 1;
  transition: all 150ms ease-in-out;
  transition-property: transform, background-color, box-shadow, opacity;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.125), 0 0.125rem 0.125rem rgba(0, 0, 0, 0.125), 0 0.15625rem 0.15625rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
}
button:focus, button:hover, submit:focus, submit:hover, a.button:focus, a.button:hover {
  background-color: rgb(245.796875, 116.953125, 153.765625);
  color: #fffdfd;
}
button:hover:not(:disabled), submit:hover:not(:disabled), a.button:hover:not(:disabled) {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.125), 0 0.5rem 0.5rem rgba(0, 0, 0, 0.125);
}
button:disabled, button[disabled], submit:disabled, submit[disabled], a.button:disabled, a.button[disabled] {
  opacity: 0.5;
}
button.button-red, submit.button-red, a.button.button-red {
  background-color: #e62208;
  color: #fffdfd;
  font-family: "Slab", serif;
  font-weight: bold;
  border: none;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
  text-decoration: none;
  flex: 1;
  transition: all 150ms ease-in-out;
  transition-property: transform, background-color, box-shadow, opacity;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.125), 0 0.125rem 0.125rem rgba(0, 0, 0, 0.125), 0 0.15625rem 0.15625rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
}
button.button-red:focus, button.button-red:hover, submit.button-red:focus, submit.button-red:hover, a.button.button-red:focus, a.button.button-red:hover {
  background-color: rgb(242.3214285714, 35.8214285714, 8.4285714286);
  color: #fffdfd;
}
button.button-red:hover:not(:disabled), submit.button-red:hover:not(:disabled), a.button.button-red:hover:not(:disabled) {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.125), 0 0.5rem 0.5rem rgba(0, 0, 0, 0.125);
}
button.button-red:disabled, button.button-red[disabled], submit.button-red:disabled, submit.button-red[disabled], a.button.button-red:disabled, a.button.button-red[disabled] {
  opacity: 0.5;
}
button.button-green, submit.button-green, a.button.button-green {
  background-color: #88C425;
  color: #fffdfd;
  font-family: "Slab", serif;
  font-weight: bold;
  border: none;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
  text-decoration: none;
  flex: 1;
  transition: all 150ms ease-in-out;
  transition-property: transform, background-color, box-shadow, opacity;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.125), 0 0.125rem 0.125rem rgba(0, 0, 0, 0.125), 0 0.15625rem 0.15625rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
}
button.button-green:focus, button.button-green:hover, submit.button-green:focus, submit.button-green:hover, a.button.button-green:focus, a.button.button-green:hover {
  background-color: rgb(143.4420600858, 206.7253218884, 39.0246781116);
  color: #fffdfd;
}
button.button-green:hover:not(:disabled), submit.button-green:hover:not(:disabled), a.button.button-green:hover:not(:disabled) {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.125), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125), 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.125), 0 0.5rem 0.5rem rgba(0, 0, 0, 0.125);
}
button.button-green:disabled, button.button-green[disabled], submit.button-green:disabled, submit.button-green[disabled], a.button.button-green:disabled, a.button.button-green[disabled] {
  opacity: 0.5;
}

ul.breadcrumbs {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
  text-decoration: none;
}
ul.breadcrumbs li:not(:last-child) a:after, ul.breadcrumbs li:not(:last-child) span:after {
  content: ">";
  margin: 0 0.625rem;
  text-decoration: none;
}
ul.breadcrumbs li:last-child a, ul.breadcrumbs li:last-child span {
  font-style: italic;
}

a {
  color: #519548;
  transition: color 200ms ease-in-out;
}
a:hover {
  color: #88C425;
}

img.image-thumb.small {
  max-width: 10rem;
}

product-slideshow {
  width: 100%;
  overflow: hidden;
}
product-slideshow product-slideshow-slide-wrapper {
  display: block;
  position: relative;
  height: 20rem;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
product-slideshow product-slideshow-slide-wrapper product-slideshow-slide {
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
}
product-slideshow product-slideshow-slide-wrapper product-slideshow-slide img {
  max-height: 20rem;
}

.image-upload-line-component img {
  max-height: 3rem;
}
