.single_add_to_cart_button {
    border-radius: var(--btn-accented-brd-radius) !important;
    color: var(--btn-accented-color) !important;
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor) !important;
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase)) !important;
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600)) !important;
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit)) !important;
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset)) !important;
}

.single_add_to_cart_button:hover {
    color: var(--btn-accented-color-hover) !important;
    box-shadow: var(--btn-accented-box-shadow-hover) !important;
    background-color: var(--btn-accented-bgcolor-hover) !important;
}

.single_add_to_cart_button:active {
    box-shadow: var(--btn-accented-box-shadow-active) !important;
    bottom: var(--btn-accented-bottom-active, 0) !important;
}

.product-description-h1-title {
  font-family: inherit !important;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 5px solid #FF1E1E;
  padding-left: 10px;
}

h4.product-meta-description-section {
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #121212;
  border-left: 5px solid #FF1E1E;
  padding-left: 10px;
}

.product-description-stage {
  width: 100%;
  font-weight: 900;
  font-size: 1.6em;
  text-align: center;
  color: #121212 !important;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 1em;
}

.power-box-main-container {
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 10px;
}

.power-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.power-box {
  flex: 1 1 280px;
  border: 1px solid #121212;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin: 0 8px 16px;
}

.power-box-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  height: 80px;
}

.power-box-title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.power-box-power {
  padding: 16px 10px;
  font-size: 3rem;
  font-weight: 900;
  color: #121212;
}

.power-box p.power-box-note {
  line-height: 1;
  font-weight: bold;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20px !important;
}

h4.product-desciption-header {
  margin-top: 1em;
  color: #121212;
  text-transform: uppercase;
  font-weight: bold;
  border-left: 5px solid #FF1E1E;
  padding-left: 10px;
}

.wc-float-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
  padding: 10px;
}

.wc-card-shell {
  position: relative;
  width: 310px;
  max-width: 100%;
  height: 140px;
  z-index: 1;
}

.wc-float-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #f2f2f2;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #121212;
}

.wc-float-title {
  margin: 0 0 5px 0;
  font-size: 1.2em;
  font-weight: 700;
}

.wc-float-subtitle {
  margin: 0 0 15px 0;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #121212;
  transition: color 0.3s;
  font-weight: bold;
}

.wc-float-details {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  font-size: 0.8em;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .wc-card-shell:hover .wc-float-card {
    z-index: 100;
    height: auto;
    background: #121212;
    color: #fff;
    transform: scale(1.05);
    border-color: #121212;
  }

  .wc-card-shell:hover .wc-float-details {
    opacity: 1;
    max-height: 200px;
  }

  .wc-card-shell:hover .wc-float-title {
    color: #fff;
  }

  .wc-card-shell:hover .wc-float-subtitle {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .wc-card-shell {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .wc-float-card {
    position: relative;
    height: auto;
    transform: none;
    background: #f2f2f2;
  }

  .wc-float-details {
    opacity: 1;
    max-height: none;
    margin-top: 10px;
    color: #121212;
  }
}

.tagged_as {
  display: none;
}

.features {
  padding: 3rem 0;
}

.features__container {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.features__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
}

.feature-software {
  flex: 0 1 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-height: 0;
}

@media (min-width: 768px) {
  .feature-software {
    flex: 0 1 380px;
  }
}

@media (min-width: 992px) {
  .feature-software {
    flex-basis: calc((100% - 2 * 1.25rem) / 3);
    max-width: 420px;
  }
}

.feature-software img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.feature-software h3 {
  margin: 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  text-transform: uppercase;
}

.feature-software p {
  margin: 0;
}

.features__grid>p:empty {
  display: none;
}

.product-important {
  background-color: #FFF0F0;
  padding: 10px;
  color: #121212;
  border-left: 5px solid #FF1E1E;
}

.product-important h4 {
  color: #121212;
  margin-bottom: 0px;
}

.product-important p {
  margin-bottom: 0px;
}

.stage-card {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
}

.stage-card h3 {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.stage-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stage-card li {
  padding-left: 0px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}

span.stage-title {
  color: #ccc;
  font-size: 20px;
}

@media (max-width: 768px) {
  .stage-container {
    flex-direction: column;
    gap: 20px;
  }

  .stage-card {
    max-width: 100%;
  }
}

.veh-acc {
  max-width: 720px;
  margin: 0 auto;
}

.veh-models {
  margin-left: 12px;
}

.veh-gens {
  margin-left: 18px;
}

.veh-make__btn,
.veh-model__btn {
  cursor: pointer;
  background: none;
  border-radius: 4px !important;
  font-weight: 600;
  width: 100%;
  justify-content: start !important;
}

.veh-models,
.veh-gens {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 220ms ease-out,
    opacity 160ms ease-out;
}

.veh-models:not(.is-hidden),
.veh-gens:not(.is-hidden) {
  max-height: 2000px;
  opacity: 1;
}

.is-hidden {
  display: none !important;
}

.veh-make__btn::after,
.veh-model__btn::after {
  content: "▸";
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}

.veh-make__btn[aria-expanded="true"]::after,
.veh-model__btn[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.brand-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr;
  gap: 25px;
  align-items: center;
}

.brand-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .brand-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .brand-image {
    text-align: center;
  }
}

.wd-el-title {
    text-transform: uppercase !important;
}