/** Shopify CDN: Minification failed

Line 903:0 Unexpected "}"

**/
.description img {
    width: 23px;
    float: left;
    margin-right: 5px;
}
.top-head-price ul {
    font-size: 22px !important;
}
.scooterBuilder h1.title.bold {
    font-size: 24px !important;
}
.summarySection.top-head-price ul {
    display: flex;
    font-size: 19px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}
#pageWrapper .componentGrid .componentBtn .description {
    display: flex;
    align-items: center;
}
div#builderImage {
    width: 1500px;
    height: 1500px;
}
div#validationBack {
  margin-right: 30px;
}
div#stockBack {
  margin-right: 15px;
}
.wrapper {
    display: inline-flex;
    flex-direction: column-reverse;
}
.wrapper .icon {
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 10px 0;
}
.wrapper .icon span {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon span i {
  line-height: 40px;
  font-size: 18px;
}
.wrapper .icon .tooltip {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  color: #fff;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: none;
}
.wrapper .icon:hover .tooltip {
  top: -70px;
  opacity: 1;
  pointer-events: auto;
}
.icon .tooltip:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover span {
  color: #fff;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}
.wrapper .actionBtn:hover span,
.wrapper .actionBtn:hover .tooltip,
.wrapper .actionBtn:hover .tooltip:before {
  background: #16a34a;
}

.right_section .title {
  margin: 0;
}
.red {
  color: var(--colorNav);
}
body {
  width: 100%;
  overflow-x: hidden;
}
.productHolder img {
  width: 100%;
}
#pageWrapper {
  padding-top: 40px;
  width: 100%;
  margin: auto;
  max-width: 1442px;
  display: flex;
}
@media only screen and (max-width: 1500px) {
  #pageWrapper {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 680px) {
  #pageWrapper {
    max-width: calc(100% - 40px);
  }
}
#pageWrapper #overview {
  display: flex;
  flex-wrap: wrap;
}
#pageWrapper #overview .left {
  flex-basis: 50%;
}
@media only screen and (max-width: 1000px) {
  #pageWrapper #overview .left {
    flex-basis: 100%;
  }
}
#pageWrapper #overview .right_section {
  flex-basis: 50%;
  padding-top: 40px;
}
@media only screen and (max-width: 1000px) {
  #pageWrapper #overview .right_section {
    flex-basis: 100%;
  }
}
#pageWrapper #overview .right_section h2 {
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#pageWrapper #overview .right_section h3 {
  font-size: 20px;
}
#pageWrapper #scooterPreview {
  width: calc(100% - 50px);
  height: auto;
  position: relative;
  position: sticky;
  top: 80px;
  display: flex;
  align-items: center;
  height: 100%;
  background-size: cover;
}
@media only screen and (max-width: 1500px) {
  #pageWrapper #scooterPreview {
    align-items: baseline;
  }
}
@media only screen and (max-width: 1000px) {
  #pageWrapper #scooterPreview {
    width: 100%;
  }
}
#pageWrapper #scooterImage {
  width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  #pageWrapper #scooterImage {
    position: sticky;
    top: 110px;
  }
}
#pageWrapper #scooterImage img {
  width: 100%;
  height: auto;
}
#pageWrapper .builderCompImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#pageWrapper #initial {
  z-index: 12;
}
#pageWrapper #griptape {
  z-index: 11;
}
#pageWrapper #clamp {
  z-index: 10;
}
#pageWrapper #headset {
  z-index: 9;
}
#pageWrapper #deck {
  z-index: 8;
}
#pageWrapper #grip {
  z-index: 7;
}
#pageWrapper #bars {
  z-index: 6;
}
#pageWrapper #forks {
  z-index: 5;
}
#pageWrapper #frontWheel {
  z-index: 4;
  clip-path: inset(0 50% 0 0);
}
#pageWrapper #rearWheel {
  z-index: 3;
  clip-path: inset(0 0 0 50%);
}
#pageWrapper .builderCompBackground {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
#pageWrapper .builderSizer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  opacity: 0;
}
#pageWrapper .componentGrid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}
#pageWrapper .componentGrid .componentBtn {
  position: relative;
  flex-basis: calc(50% - 16px);
  margin-right: 32px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  transition: all 0.35s linear;
  overflow: hidden;
  opacity: 0.7;
}
@media only screen and (max-width: 1500px) {
  #pageWrapper .componentGrid .componentBtn {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #pageWrapper .componentGrid .componentBtn {
    flex-basis: calc(50% - 16px);
    margin-right: 32px;
  }
}
@media only screen and (max-width: 680px) {
  #pageWrapper .componentGrid .componentBtn {
    flex-basis: 100%;
    margin-right: 0;
  }
}
#pageWrapper .componentGrid .componentBtn:hover {
  border: 2px solid #1aa14c;
   transition: all 0.2s linear;
  box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
#pageWrapper .componentGrid .componentBtn .title {
  text-transform: uppercase;
  font-size: 22px;
  padding: 12px 12px 5px;
}
#pageWrapper .componentGrid .componentBtn .description {
  text-transform: uppercase;
  font-size: 16px;
  color: $grey;
  letter-spacing: 0.1em;
  height: 58px;
  overflow: hidden;
  line-height: 16px;
  padding: 0 100px 12px 12px;
}
#pageWrapper .componentGrid .componentBtn:nth-child(2n + 2) {
  margin-right: 0;
}
#pageWrapper .componentGrid .componentBtn .previewImage {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: contain;
  padding: 10px;
  object-position: right;
}
#pageWrapper .componentGrid .componentBtn .previewImage.oos:before {
  content: "Sold Out";
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e31e12;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  height: 25px;
  line-height: 15px;
  display: flex;
  font-size: 12px;
  padding: 5px 10px;
}
#pageWrapper .componentGrid .componentBtn .previewImage img {
  width: auto;
  height: 100% !important;
}
#pageWrapper .componentGrid .componentBtn .price {
  color: #000;
  font-weight: 800;
}
#pageWrapper .componentBtn{
   border: 2px solid #777;
}
#pageWrapper .componentBtn.selected {
    border: 2px solid #1aa14c;
    opacity: 1;
    border-radius: 10px;
}
#pageWrapper .componentBtn.selected .remove {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #b4b4b4;
  border-radius: 30px;
  z-index: 9;
  transition: all 0.35s linear;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  #pageWrapper .componentBtn.selected .remove {
    opacity: 1;
  }
}
#pageWrapper .componentBtn.selected:hover .remove {
  opacity: 1;
}
#pageWrapper .componentBtn.selected .remove:before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.shopify.com/s/files/1/0863/4990/6238/files/bin.svg);
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  background-size: contain;
}
#pageWrapper .componentBtn.selected:hover .remove:hover {
  background: #000;
}
#pageWrapper .componentBtn:hover {
  border: 2px solid #000;
  opacity: 1;
}
#pageWrapper .summarySection {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 30px;
  align-items: center;
  flex-wrap: wrap;
}
#pageWrapper .summarySection .summary {
  font-size: 20px;
  line-height: 24px;
}
#pageWrapper .summarySection .summary .resetBuilder {
  cursor: pointer;
  color: var(--colorNav);
}
#pageWrapper .summarySection .summary .resetBuilder:hover .icon {
  transform: rotate(-360deg);
}
#pageWrapper .summarySection .summary .totalPrice {
  margin-bottom: 5px;
}
#pageWrapper .summarySection .summary .totalPrice .linethrough {
  text-decoration: line-through;
}
#pageWrapper .summarySection .summary .totalPrice .red {
  color: #000;
  font-weight: 600;
}
#pageWrapper .summarySection .summary .totalPrice .icon {
  background-image: url(/cdn/shop/files/card.svg?v=1687250981);
  background-size: contain;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#pageWrapper .summarySection .summary .totalWeight {
  margin-bottom: 5px;
}

#pageWrapper #mainAdd {
  flex-basis: 50%;
  height: 60px;
}
@media only screen and (max-width: 680px) {
  #pageWrapper #mainAdd {
    flex-basis: 100%;
    margin-top: 20px;
  }
}
#pageWrapper #mainAdd .content {
  padding-top: 4px;
  font-size: 22px;
}

#pageWrapper .button:hover {
  background-position: left;
}
@media only screen and (max-width: 680px) {
  #pageWrapper .button {
    padding: 10px 30px;
  }
}
#pageWrapper .button.slanted {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skew(-20deg);
}
#pageWrapper .button .content {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skew(20deg);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#pageWrapper .messagePopup {
  opacity: 0;
  pointer-events: none;
  background-color: #ffffffb3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 25%;
  padding-right: 25%;
  transition: opacity 0.5s linear;
}
@media only screen and (max-width: 1500px) {
  #pageWrapper .messagePopup {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  #pageWrapper .messagePopup {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#pageWrapper .messagePopup.open {
  pointer-events: all;
  opacity: 1;
}
#pageWrapper .messagePopup .inner {
  flex-basis: 100%;
  height: auto;
  border-radius: 30px;
  background-color: #fff;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup .inner {
    padding: 40px;
  }
}
#pageWrapper .messagePopup .inner .buttons {
  justify-content: center;
  display: flex;
  padding: 40px;
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup .inner .buttons {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup .inner .buttons .button {
    min-width: 140px;
  }
}
#pageWrapper .messagePopup .inner .buttons .button.black {
  background: #000;
}
#pageWrapper .messagePopup .inner .closePopup {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup .inner .closePopup {
    width: 30px;
    height: 30px;
  }
}
#pageWrapper .messagePopup .inner .closePopup .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup .inner .closePopup .icon {
    width: 12px;
    height: 12px;
  }
}
#pageWrapper .messagePopup .inner .title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup .inner .title {
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 30px;
  }
}
#pageWrapper .messagePopup .inner .subtitle {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  #pageWrapper .messagePopup .inner .subtitle {
    font-size: 17px;
  }
}
#pageWrapper .messagePopup .inner #shareLink {
  text-align: center;
  color: #fff;
  background: #b4b4b4;
  width: fit-content;
  margin: 40px auto auto;
  padding: 20px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.35s linear;
}
#pageWrapper .messagePopup .inner #shareLink.copied {
  background: #4f4f4f;
}
#pageWrapper #preloader {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffffb3;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
  transition: opacity 0.5s linear;
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
}
#pageWrapper #preloader .inner {
  width: 100px;
  height: 100px;
  background-image: url(/cdn/shop/files/loader-spiner.gif?v=1729660127);
  background-size: contain;
  background-repeat: no-repeat;
  animation: spin 2s linear infinite;
}
#pageWrapper #preloader.open {
  pointer-events: all;
  opacity: 1;
}
#pageWrapper #productPopup {
  opacity: 0;
  pointer-events: none;
  background-color: #ffffffb3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: opacity 0.5s linear;
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup {
    padding: 20px;
  }
}
#pageWrapper #productPopup.open {
  pointer-events: all;
  opacity: 1;
}
#pageWrapper #productPopup .inner {
  flex-basis: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  #pageWrapper #productPopup .inner {
    padding: 40px;
  }
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup .inner {
    padding: 20px;
  }
}
#pageWrapper #productPopup .inner .closePopup {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  /* border: 2px solid gray;
  border-radius: 80px;*/
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup .inner .closePopup {
    width: 30px;
    height: 30px;
  }
}
#pageWrapper #productPopup .inner .closePopup .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup .inner .closePopup .icon {
    width: 12px;
    height: 12px;
  }
}
#pageWrapper #productPopup .inner .title {
  text-align: center;
  font-size: 38px;
  margin: 0px;
  text-transform: uppercase;
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup .inner .title {
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 30px;
  }
}
#pageWrapper #productPopup .inner .subtitle {
  font-size: 22px;
  color: $red;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup .inner .subtitle {
    font-size: 17px;
  }
}
#pageWrapper #productPopup .inner #productDescription {
  text-transform: capitalize;
}
#pageWrapper #productPopup .inner .productHolder {
  height: calc(100% - 100px);
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup .inner .productHolder {
    margin-top: 30px;
  }
}
/*#pageWrapper #productPopup .inner .productHolder .product {
  position: relative;
  flex-basis: 20%;
  padding: 0 20px 100px;
  text-align: center;
  cursor: pointer;
}*/
#pageWrapper #productPopup .inner .productHolder .product {
    position: relative;
    padding: 0 20px 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-left: 10px;
    flex-basis: 19%;
    margin-bottom: 10px;
}
#pageWrapper
  #productPopup
  .inner
  .productHolder
  .product:nth-child(4n + 4):after {
  display: none;
}
@media only screen and (max-width: 1500px) {
  /*#pageWrapper #productPopup .inner .productHolder .product {
    flex-basis: 33.33%;
    padding: 0 25px 100px;
  }*/
  #pageWrapper #productPopup .inner .productHolder .product:after {
    content: "";
    position: absolute;
    top: 25%;
    height: 50%;
    right: 0;
    width: 1px;
    background-color: #0003;
  }
  #pageWrapper
    #productPopup
    .inner
    .productHolder
    .product:nth-child(3n + 3):after {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #pageWrapper #productPopup .inner .productHolder .product {
    padding: 0 30px 80px;
    flex-basis: 45%;
  }
  #pageWrapper #productPopup .inner .productHolder .product:after {
    content: "";
    position: absolute;
    top: 25%;
    height: 50%;
    right: 0;
    width: 1px;
    background-color: #0003;
  }
  #pageWrapper
    #productPopup
    .inner
    .productHolder
    .product:nth-child(3n + 3):after {
    display: block;
  }
  #pageWrapper
    #productPopup
    .inner
    .productHolder
    .product:nth-child(2n + 2):after {
    display: none !important;
  }
}
@media only screen and (max-width: 680px) {
  #pageWrapper #productPopup .inner .productHolder .product {
    padding: 0 15px 40px;
    overflow: hidden;
  }
}
#pageWrapper #productPopup .inner .productHolder .product.available-false:before {
    content: "Sold Out";
    position: absolute;
    top: 30px;
    right: 30px;
    background: #e31e12;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    height: 45px;
    width: 45px;
    line-height: 11px;
    display: flex;
    padding: 13px 0;
    font-size: 11px;
    font-weight: 800;
}
@media only screen and (max-width: 680px) {
  #pageWrapper
    #productPopup
    .inner
    .productHolder
    .product.available-false:before {
    height: 56px;
    width: 56px;
    line-height: 14px;
    display: flex;
    padding: 16px 4px;
    top: 5px;
    right: 5px;
  }
}
#pageWrapper #productPopup .inner .productHolder .product:after {
  content: "";
  position: absolute;
  top: 25%;
  height: 50%;
  right: 0;
  width: 1px;
  background-color: #0003;
}
 #pageWrapper #productPopup .inner .productHolder .product .productDescription {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    height: 78px;
    overflow: hidden;
}
  #pageWrapper .componentGrid .componentBtn .description {
    font-size: 13px;
    height: 50px;
}
#pageWrapper .summarySection .summary {
    font-size: 16px;
    line-height: 21px;
}
}
@media only screen and (max-width: 680px) {
  #pageWrapper
    #productPopup
    .inner
    .productHolder
    .product
    .productDescription {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    height: 66px;
  }
  #pageWrapper .summarySection .summary {
    font-size: 17px;
    line-height: 20px;
}
}
#pageWrapper #productPopup .inner .productHolder .product .productPrice {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.actionsBox {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media only screen and (max-width: 680px) {
 div#builderImage {
    width: auto;
    height: auto;
}
  .top-head-price ul {
    font-size: 14px !important;
     }
  .actionsBox {
    width: 50px;
    flex-wrap: wrap;
  }
  #pageWrapper .componentGrid .componentBtn .title {
    text-transform: uppercase;
    font-size: 16px;
}
}

@media only screen and (max-width: 680px) {
  .actionsBox .actionBtn {
    margin-bottom: 8px;
  }
}
.actionsBox .actionBtn .actionIcon {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 9px;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: #000;
  border-radius: 50%;
  border: 1px solid #000;
}
.actionsBox .actionBtn .actionLabel {
  opacity: 0;
  width: 0px;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media only screen and (max-width: 680px) {
  .actionsBox .actionBtn .actionLabel {
    display: none;
  }
}

.actionsBox .actionBtn:hover .actionLabel {
  opacity: 1;
  width: fit-content;
  padding-right: 15px;
}
#builderImageContainer {
  position: absolute;
 /* width: 1500px;
  height: 1500px;*/
  opacity: 0;
  pointer-events: none;
}
#builderImageContainer #initial {
  z-index: 12;
}
#builderImageContainer #griptape {
  z-index: 9;
}
#builderImageContainer #clamp {
  z-index: 8;
}
#builderImageContainer #headset {
  z-index: 7;
}
#builderImageContainer #deck {
  z-index: 6;
}
#builderImageContainer #grip {
  z-index: 5;
}
#builderImageContainer #bars {
  z-index: 4;
}
#builderImageContainer #forks {
  z-index: 3;
}
#builderImageContainer #frontWheel {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
#builderImageContainer #rearWheel {
  z-index: 1;
  clip-path: inset(0 0 0 50%);
}
#builderImage {
  position: absolute;
  /*width: 1500px;
  height: 1500px;*/
  pointer-events: none;
}
#builderImage img {
  width: 1500px;
  height: 1500px;
}
.builderCompImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  height: 1500px;
}
/*# sourceMappingURL=/cdn/shop/t/6/assets/scooter-builder-new.scss.css.map */
