/** Shopify CDN: Minification failed

Line 88:1 Unexpected "/"

**/
.compare-product-new.no-banner .compare-section {
  margin-top: 0;
}
.compare-product-new .ebike-compare-select {
  z-index: 3;
  background: #fff;
  position: relative;
}

.compare-product-new .ebike-compare-select-wrapper {
  padding-top: 140px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.ebike-compare-select h2.title {
  margin-bottom: 0px;
  padding-bottom: 80px;
}

.compare-product-new .selector-table {
  max-width: 928px;
  margin: 0 auto;
  padding: 0;
}
.product-compare-continer_inner,
.product-compare-continer-Custom_other,
.product-compare-continer-Icon-Functions {
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
:root {
  --color-foreground: none;
}
/* .compare-product-new .compare-row {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  align-items: center

}
 */
.compare-product-new .compare-row {
  display: grid;
  --column-gap: 12%;
  --columns: 3;
  margin: 0px auto;
  grid-template-columns: repeat(
    var(--columns),
    calc((100% - var(--column-gap) * (var(--columns) - 1)) / var(--columns))
  );
  column-gap: var(--column-gap);
  padding-top: 60px;
  /* align-items: center; */
}

.compare-product-new .compare-row-media {
  padding-top: 0;
}

.compare-product-new .template-dropdown .compare-row {
  padding-top: 0;
}
.image-with-text__media.media.image-overlay {
  position: relative;
  z-index: 1;
}
.image-with-text__media.media.image-overlay:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  height: calc(100% - 88px);
  z-index: 2;
  width: 100%;
  border-radius: 12px;
  margin-top: 23px;
  margin-bottom: 29px;
}
*/ .image-with-text__media.media {
  position: relative;
  z-index: 1;
}

.Check-Status,
.invisible-state {
  position: relative;
}

.Check-Status:after,
.invisible-state:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  height: 60%;
  border-right: 1px solid #e6e6e6;
}
.compare-icon {
  display: flex;
  justify-content: center;
}

.product-compare-cloumn .compare-icon {
  display: block;
}

.compare-product-new .template-dropdown .compare-row {
  padding-top: 0;
}

/* .compare-product-new .ebike-compare-select-wrapper .selector-element-container {
  width: 25%;
} */

.is-fixed .ebike-compare-select-wrapper .selector-element-container:not(:first-child) {
  border-left: 1px solid #d5e6fb;
}

.compare-product-new .ebike-compare-select-wrapper .selector-element-container .icon-caret-container {
  /* width: 3.0rem; */
  cursor: pointer;
  position: relative;
}

.compare-product-new .selector-element {
  position: relative;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--grey-20, #e6e6e6);
  transition: border-color 200ms ease;
  display: flex;
  align-items: center;
}

.compare-product-new .selector-element:hover {
  border: 1px solid #0071e3;
}

.compare-product-new .selector-element.selected {
  background: #f4f8fc;
}

.compare-product-new .selector-dropdown {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  color: #000;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* cursor: pointer; */
  border-radius: 5px;
  /* text-align: center; */
  outline: none;
  user-select: none;
}
.compare-product-new .template-dropdown .selector-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -11px;
  font-size: 20px;
  line-height: 1;
  color: #0071e3;
  pointer-events: none;
}

.compare-product-new .template-dropdown .selector-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -11px;
  font-size: 20px;
  line-height: 1;
  color: #0071e3;
  pointer-events: none;
}

.compare-product-new .selector-element .icon-caret {
  position: absolute;
  height: 0.7rem;
  right: 1.5rem;
  top: 50%;
  color: #2f80ed;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.is-fixed .selector-element-container:has(.selector-element.selected) {
  background-color: #f4f8fc;
}

.compare-product-new .selector-element.selected .icon-caret {
  transform: translateY(-70%) rotateZ(180deg);
  -webkit-transform: translateY(-70%) rotateZ(180deg);
  -moz-transform: translateY(-70%) rotateZ(180deg);
  -ms-transform: translateY(-70%) rotateZ(180deg);
  -o-transform: translateY(-70%) rotateZ(180deg);
}

.compare-product-new .template-wrapper {
  height: 0px;
  position: relative;
  width: 100%;
}

.compare-product-new .content-wrapper {
  width: 272px;
  height: 0;
  background: #ffffff;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 0px 20px 20px;
  transition:
    height 300ms cubic-bezier(0.4, 0, 0.6, 1),
    visibility 300ms step-start,
    background 300ms cubic-bezier(0.4, 0, 0.6, 1),
    opacity 300ms;
}

.open_template_wrapper .content-wrapper {
  height: 400px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(21, 24, 42, 0.08);
  border-radius: 12px;
  margin-top: 16px;
  padding: 20px 20px 4px 36px;
  opacity: 1;
  visibility: visible;
}

.compare-product-new .open_template_wrapper.is-mobile .content-wrapper {
  height: 350px;
}
.compare-product-new .template-wrapper .content-wrapper {
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 12px;
  width: 272px;
  position: absolute;
}

.open_template_wrapper_1 .template-wrapper .content-wrapper {
  left: 0;
}
.open_template_wrapper_2 .template-wrapper .content-wrapper {
  left: 350px;
}

.open_template_wrapper_3 .template-wrapper .content-wrapper {
  transition:
    height 300ms cubic-bezier(0.4, 0, 0.6, 1),
    visibility 300ms step-start,
    background 300ms cubic-bezier(0.4, 0, 0.6, 1),
    opacity 300ms;
  right: 0;
}

.template-wrapper .content-wrapper .content-wrapper__container {
  max-width: 272px;
  padding-left: 16px;
  /* display: grid;
  --column-gap: 11%;
  --columns: 3; */
  margin: 0 auto;
  /* grid-template-columns: repeat(var(--columns), calc((100% - var(--column-gap) * (var(--columns) - 1))/var(--columns)));
  column-gap: var(--column-gap); */
}
.is-mobile .template-wrapper .content-wrapper .content-wrapper__container {
  --columns: 2;
}

.open_template_wrapper.is-mobile .mark {
  position: fixed;
  /* background: rgba(0, 0, 0, 0.2); */
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  transition:
    height 300ms cubic-bezier(0.4, 0, 0.6, 1),
    visibility 300ms step-start,
    background 300ms cubic-bezier(0.4, 0, 0.6, 1);
}
.compare-product-new .content-item {
  cursor: pointer;
  border-radius: 8px;
}
.compare-product-new .content-item:hover {
  background: var(----Blue-5, #e4ecfb);
  margin-left: -16px;
}
.compare-product-new .content-item:hover .content-item_title p {
  position: relative;
  left: 16px;
}

.product-category-header {
  color: var(----BG, #919397);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 142.857% */
  padding-bottom: 12px;
  text-align: left;
}
.compare-product-new .content-item_title {
  text-align: left;
  color: var(--grey-100, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin: 0;
}

.compare-product-new .product-compare-wrapper {
  max-width: 928px;
  margin: 0 auto;
}

.compare-product-new .compare-select-content {
  position: absolute;
  width: 100%;
}

.compare-product-new .product-compare-wrapper__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
  text-transform: uppercase;
}

.template-badge-list .compare-value,
.template-badge-list .compare-btton,
.template-badge-list .compare-icon {
  text-align: center;
  color: #000;
  line-height: 24px;
}

.compare-value-riders strong {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
}
.compare-value-riders-level2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.template-badge-list .compare-btton a:link,
.template-badge-list .compare-btton a:visited,
.template-badge-list .compare-btton a:hover,
.template-badge-list .compare-btton a:active {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #599bf4 0%, #0d74ff 100%);
  padding: 12px 22px;
  border-radius: 70px;
  font-weight: 700;
  display: inline-block;
  height: 48px;
  line-height: 24px;
}
/*   .template-badge-list .compare-order-now a:link, .template-badge-list .compare-order-now a:visited, .template-badge-list .compare-order-now a:hover, .template-badge-list .compare-order-now a:active {
  width: 138px;
} */

.template-badge-list .compare-explore a:link,
.template-badge-list .compare-explore a:visited,
.template-badge-list .compare-explore a:hover,
.template-badge-list .compare-explore a:active {
  background: #000000;
}
.compare-product-new .compare-order-now {
  padding-top: 0px;
  position: relative;
  bottom: 3.5rem;
}
.compare-product-new .compare-price {
  color: var(--Dark, #15182a);
  text-align: center;
  min-height: 44px;
  /* 24px Bold 32px */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-mobile .ebike-compare-select-wrapper {
  padding-top: 40px;
}

.is-mobile .compare-column-extra {
  display: none;
}

.is-mobile .compare-row {
  --columns: 2;
  --column-gap: 0%;
}
.is-mobile .cpmpare-value-shape-bg {
  font-size: 1.4rem;
  margin: 0 auto;
  width: 14rem;
}
.is-mobile .cpmpare-value-shape-bg svg,
.is-mobile .compare-value-shape svg {
  width: 48%;
  display: block;
  height: 100%;
  margin: 0 auto;
}
.is-mobile .cpmpare-shape-point {
  color: var(--grey-100, #333);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  scale: 0.66;
}
.is-mobile .cpmpare-shape-point_1 {
  transform: translate(-75%, 0);
}
.is-mobile .cpmpare-shape-point_2 {
  left: 10px;
  top: 30px;
}
.is-mobile .cpmpare-shape-point_3 {
  left: 37px;
  bottom: -29px;
}
.is-mobile .cpmpare-shape-point_4 {
  right: 29px;
  bottom: -29px;
}
.is-mobile .cpmpare-shape-point_5 {
  right: 7px;
  top: 22px;
}
.is-mobile .compare-value {
  font-size: 1.4rem;
  margin: 0 auto;
  width: 14rem;
  line-height: 120%;
}
.is-mobile .compare-product-new .template-wrapper .content-wrapper {
  width: 222px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(21, 24, 42, 0.08);
  position: absolute;
  top: 16px;
  left: 20px;
}

.open_template_wrapper_2.is-mobile .template-wrapper .content-wrapper {
  left: 0;
}
.compare-product-new .product-compare-list {
  padding-top: 50px;
}

.is-mobile .compare-select-container .compare-row {
  padding: 0;
}
.is-mobile .compare-select-container .compare-row .selector-element-container:first-child {
  padding-left: 2.9rem;
}

.is-mobile .compare-select-container .compare-row .selector-element-container:nth-child(2) {
  padding-right: 2.9rem;
}

.is-mobile .ebike-compare-select h2.title {
  font-size: 3.2rem;
}

.open_template_wrapper.is-mobile .content-wrapper {
  margin-top: 0;
  box-shadow: none;
}

.is-mobile .product-compare-list {
  padding: 5.8rem 2rem;
}

.is-mobile .ebike-compare-select .title-item {
  display: inline-block;
  padding: 5px 0;
}

.is-fixed .compare-select-container {
  padding: 0;
}
.is-fixed .compare-select-container .compare-row {
  --column-gap: 0%;
}
.is-fixed .compare-select-container .compare-row .selector-element {
  border-radius: 0;
  border: none;
}
.is-fixed .compare-select-container .compare-row .selector-element:not(:first-child) {
  border-left: 1px solid #d5e6fb;
}

.is-fixed .compare-select-content .compare-select-content-wrapper {
  border-top: 1px solid #d5e6fb;
  border-bottom: 1px solid #d5e6fb;
}

.v-clock {
  visibility: hidden;
}
.compare-value .compare_at_price {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration-line: line-through;
  color: #8d8d8d;
}
/* new class */
span.speed_per {
  color: var(--grey-60, #8d8d8d);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.compare-value.compare-value-Climbing-Ability {
  margin-top: 0 !important;
  color: var(--grey-60, #8d8d8d);
}
.pop-up-window-text {
  display: none;
  position: absolute;
  top: 100%;
  left: -12px;
}
.custom-text {
  text-align: center;
}
.folding_icon svg {
  display: flex;
  margin-top: 0px;
  margin-left: 4px;
}
.list-compare-product-value-image .compare-icon {
  display: block;
}
.clickable-content {
  border-radius: 8px;
  background: #313131;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: inline-flex;
  padding: 20px 15px;
  align-items: flex-end;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  width: 255px;
  z-index: 1;
  position: relative;
}
.compare-column.template-badge-list .compare-value.power_value {
  color: var(--grey-60, #8d8d8d);
  display: contents;
}
.compare-column.template-badge-list .compare-value {
  margin-top: 8px;
}
.compare-collapse {
  text-align: center;
}
.compare-value.compare-price {
  position: relative;
  bottom: 5rem;
}
.compare-row.product_info_compare {
  padding-top: 0;
}
.compare-product-new .template-badge-list .frame_title {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
}

.compare-product-new .template-badge-list .frame_title p {
  margin: 0;
}
.compare-column.template-badge-list .height-text,
.compare-column.template-badge-list .color_value,
.compare-column.template-badge-list .battery_value,
.compare-column.template-badge-list .equipped_text,
.compare-column.template-badge-list .seat_value,
.compare-column.template-badge-list .bulletin-icon,
.compare-column.template-badge-list .kilometre_value {
  color: var(--grey-60, #8d8d8d);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.compare-column.template-badge-list .compare-icon-tires {
  color: #000;
  text-align: center;

  /* 24px Bold 32px */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.compare-column.template-badge-list .equipped_title {
  height: 24px;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;

  /* 24px Bold 32px */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.compare-bulletin-board {
  display: inline-block;
  position: relative;
}

span.f_icon {
  display: flex;
  position: relative;
  top: 7px;
  right: -9px;
}

.compare-icon_heighticon {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* padding-bottom: 8px; */
}

.compare-icon_battery_text {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.pop-up-window-text.motor {
  position: absolute;
  top: 100%;
  left: -31px;
}
/* .Hub-Motor {
  display: flex;
  justify-content: center;
  align-items: end;
} */
.compare-column.template-badge-list .compare-value.power_value_moren {
  margin-top: 0;
  color: var(--grey-60, #8d8d8d);
}
.folding_icon.motor-compare {
  top: 2px;
}
.compare-column.template-badge-list .compare-value.Hub-Motor {
  margin: 0;
  display: inline-block;
}

.pop-up-window-text.motor .Positioning-contents {
  position: relative;
  bottom: 10px;
}
.folding_icon.motor svg {
  /* margin-top: 0 !important; */
  position: absolute;
  bottom: 6px;
  right: 0px;
}
.implicit_icon {
  display: none;
}

.product-compare-continer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 8rem;
}
.Icon-Functions svg {
  display: flex;
}

.compare-product-info {
  color: var(--grey-60, #8d8d8d);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.folding_icon,
.Icon-Functions {
  cursor: pointer;
  position: relative;
}
.google-select-item-comparison-button.explore_link {
  margin-top: 6rem;
}

.icon-none-container svg {
  display: flex;
}

.icon-none-container {
  display: none;
}

.icon-caret-container {
  display: flex;
  padding-right: 10px;
}

#eyes_value_3 {
  display: block;
  cursor: pointer;
}
.invisible-state {
  display: none;
}

.hidden {
  display: none;
}
.visible {
  display: block;
}
@media screen and (max-width: 1300px) {
  span.f_icon.custom_3 {
    justify-content: right;
    left: -14px;
  }
  .Positioning-contents.index_3 {
    position: absolute;
    right: -5rem;
  }
}
@media screen and (max-width: 1280px) {
  .compare-product-new .template-badge-list {
    padding: 0 25px;
  }
  .compare-product-new .compare-row {
    --column-gap: 6%;
  }
  .compare-product-new .ebike-compare-select-wrapper .selector-element-container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .open_template_wrapper_3 .template-wrapper .content-wrapper {
    right: 20px;
    left: unset;
  }
}

@media screen and (max-width: 900px) {
  .open_template_wrapper .content-wrapper {
    padding: 20px 20px 4px 16px;
  }
  .compare-product-new .compare-row {
    --column-gap: 0%;
  }
  .compare-product-new .ebike-compare-select-wrapper .selector-element-container {
    padding: 0 30px;
  }
  .open_template_wrapper_2.is-mobile .template-wrapper .content-wrapper {
    left: unset;
    right: 20px;
  }
  .open_template_wrapper_2 .template-wrapper .content-wrapper {
    left: 300px;
  }
}
@media screen and (max-width: 768px) {
  .open_template_wrapper_2 .template-wrapper .content-wrapper {
    left: 285px;
  }
  .product-category-header {
    color: var(----BG, #919397);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px; /* 133.333% */
    padding-bottom: 12px;
    text-align: left;
  }
  .compare-product-new .content-item_title {
    text-align: left;
    color: var(----, #111);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    margin: 0;
  }

  .google-select-item-comparison-button.explore_link {
    margin-top: 4rem;
  }
  .compare-row.first-compare-row {
    padding-top: 20px !important;
  }
  .compare-row.product_info_compare {
    position: relative;
    bottom: 3rem;
    margin-bottom: -3rem;
  }
  .compare-value.compare-price {
    position: relative;
    bottom: 4rem;
  }

  .compare-product-new .compare-row {
    align-items: unset;
  }
  .compare-bulletin-board.compare-mobile-hidden {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .compare-column.template-badge-list .compare-value.power_value {
    display: block;
  }
  .compare-product-new .compare-row {
    padding-top: 40px;
  }
  .compare-row.product_info_compare {
    padding-top: 2rem;
  }
  .compare-product-new .compare-icon strong.compare-icon_kg2 {
    color: var(--Dark, #15182a);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
  }

  .compare-product-new .compare-order-now {
    padding-top: 0px;
    position: relative;
    bottom: 3rem;
  }

  .compare-icon_battery_text {
    color: var(--Dark, #15182a);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
  }
  .compare-icon_heighticon {
    color: var(--Dark, #15182a);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
  }
  .compare-column.template-badge-list .height-text,
  .compare-column.template-badge-list .color_value,
  .compare-column.template-badge-list .battery_value,
  .compare-column.template-badge-list .equipped_text,
  .compare-column.template-badge-list .seat_value,
  .compare-column.template-badge-list .kilometre_value {
    color: var(--grey-60, #8d8d8d);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 150% */
  }

  .compare-value .compare_at_price {
    font-size: 12px;
    line-height: 22px;
  }
  span.speed_per {
    color: var(--grey-60, #8d8d8d);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .compare-product-new.no-banner .compare-section {
    margin-bottom: 0px;
  }

  .compare-product-new .template-wrapper .content-wrapper {
    border-radius: 0 0 12px 12px;
  }

  .compare-product-new .template-badge-list {
    padding: 0 25px;
  }

  .compare-product-new .compare-icon svg,
  .compare-product-new .compare-icon img {
    height: 4rem;
    width: 4rem;
  }

  .compare-product-new .compare-icon-with-image {
    max-width: 40px;
  }

  .compare-product-new .product-compare-wrapper__title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 200% */
    text-transform: uppercase;
  }
  .clickable-content {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
  }
  .compare-product-info {
    color: var(--grey-60, #8d8d8d);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
  }
  .compare-product-new .template-badge-list .frame_title {
    color: var(--Dark, #15182a);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    word-break: break-all;
  }
  .ebike-compare-select h2.title {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
  .ebike-compare-select-wrapper .selector-dropdown {
    padding: 4px 4px 4px 8px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    width: unset;
  }
  .compare-collapse .custom-text {
    font-size: 14px;
  }
  .compare-row.compare-row-media .compare-column.template-badge-list.product-compare-cloumn {
    padding: 0 15px;
  }
  .is-mobile .compare-select-container .compare-row .selector-element-container:first-child {
    padding-left: 2rem;
  }
  .is-mobile .compare-select-container .compare-row .selector-element-container:nth-child(2) {
    padding-right: 2rem;
  }
  .is-mobile .compare-value {
    width: unset;
  }
  .icon-caret-container {
    display: flex;
    padding-right: 4px;
  }
  .compare-product-new .ebike-compare-select-wrapper .selector-element-container {
    width: 100%;
    padding: 0 0.9rem;
  }

  .is-fixed .template-wrapper .content-wrapper {
    position: absolute;
    top: 1px;
  }
  .compare-column.template-badge-list .height-text,
  .compare-column.template-badge-list .color_value,
  .compare-column.template-badge-list .battery_value,
  .compare-column.template-badge-list .equipped_text,
  .compare-column.template-badge-list .seat_value,
  .compare-column.template-badge-list .bulletin-icon,
  .compare-column.template-badge-list .kilometre_value {
    color: var(--grey-60, #8d8d8d);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
  }

  .template-badge-list {
    padding: 0 1rem;
  }
  .compare-row.compare-row-media {
    padding-top: 1rem !important;
  }
  .open_template_wrapper .content-wrapper {
    padding-bottom: 16px;
  }

  .compare-value-riders strong {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .compare-value-riders .compare-value-riders-level2 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  li#frame_text_value_1,
  li#frame_text_value_2,
  li#frame_text_value_3 {
    margin: unset !important;
    width: unset !important;
    margin-top: 6px !important;
  }
  .compare-product-new .compare-row-shape {
    margin: 2.7rem 0;
  }
  .compare-column.template-badge-list .equipped_title,
  .compare-column.template-badge-list .compare-icon-tires {
    color: var(--Dark, #15182a);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
  }
  .equipped_title svg {
    width: 15px !important;
  }

  span.f_icon.custom_2 {
    display: flex;
    position: relative;
    top: 7px;
    right: 13px;
    justify-content: right;
  }
  .template-badge-list .compare-btton a:link,
  .template-badge-list .compare-btton a:visited,
  .template-badge-list .compare-btton a:hover,
  .template-badge-list .compare-btton a:active {
    text-decoration: none;
    color: #fff;
    border-radius: 200px;
    font-weight: 700;
    display: inline-block;
    height: 38px;
    line-height: 14px;
    /* width: 14.5rem;*/
    font-size: 1.4rem;
  }
  #folding_text_value_1 .clickable-content {
    left: 54.7%;
    top: 79%;
  }
  #folding_text_value_1 svg {
    position: absolute;
    right: 28%;
    bottom: 2px;
  }
  .pop-up-window-text svg {
    width: 18px !important;
    height: auto !important;
  }

  #folding_text_value_2 .clickable-content {
    left: -86px;
  }
  #folding_text_value_3 .clickable-content {
  }
  #folding_text_value_2 .clickable-content {
    top: 77.7%;
  }
  #folding_text_value_2 svg {
    position: absolute;
    right: 21%;
    bottom: 3px;
  }
  .clickable-content {
    width: 253px;
  }
}

@media screen and (max-width: 560px) {
}
@media screen and (max-width: 450px) {
  .compare-column.template-badge-list .compare-value {
    max-width: 118px;
  }
  .Positioning-contents.index_2 {
    position: absolute;
    right: -6rem;
    top: 13px;
  }
  .clickable-content {
    width: 200px;
  }
  .folding_icon svg {
    top: 0px;
    position: relative;
  }
  #folding_text_value_2 svg {
    position: absolute;
    right: 11%;
    bottom: -11px;
  }
  #folding_text_value_2 .clickable-content {
    top: 89.7%;
  }
  #folding_text_value_1 svg {
    position: absolute;
    right: 0;
    bottom: -12px;
    right: 17.9rem;
  }
  #folding_text_value_1 .clickable-content {
    left: 54.7%;
    top: 88%;
  }
  .Positioning-contents.index_1 {
    position: absolute;
    right: -20rem;
    top: 0px;
  }
  span.f_icon.custom_1 {
    position: relative;
    top: 4px;
    right: -13px;
  }
  .Positioning-contents.index_2 {
    position: absolute;
    right: -6rem;
    top: 0px;
  }
  span.f_icon.custom_2 {
    display: flex;
    justify-content: right;
    left: -27px;
    right: 0;
    top: 4px;
  }
}
@media screen and (max-width: 375px) {
  #folding_text_value_2 svg {
    position: absolute;
    right: 9%;
    bottom: -11px;
  }
  .Positioning-contents.index_2 {
    position: absolute;
    right: -6rem;
    top: 0px;
  }
  span.f_icon.custom_2 {
    display: flex;
    justify-content: right;
    left: -27px;
    right: 0;
    top: 4px;
  }
}
