/** Shopify CDN: Minification failed

Line 101:5 Expected "]" to go with "["
Line 101:6 Expected identifier but found "."
Line 101:13 Unexpected "]"

**/
/*====TYPOGRAPHY==================*/
:root {
  --header-font: Montserrat, sans-serif;
  --button-font: Montserrat, sans-serif;
  --body-font: Montserrat, sans-serif;
}

body {
  font-family: var(--body-font);
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {

  body,
  html {
    width: 100vw;
  }
}

.shopify-section,
.product_points_section {
  width: 100%;
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 1);
}

.h00 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h00 {
    font-size: calc(var(--font-heading-scale) * 7rem);
  }
}


h1,
h2,
h3,
h4,
h5,
h6,
.everyoneshould,
.text_highlight,
.card-wrapper .card_info_hover_wrapper .card_title h3 span,
.header_type,
.sticky_atc_price,
.fpt-btn,
.iwto__text--container,
.product__grid--learn-button span,
.product__grid--button span,
.act__button--text,
.mega-menu-3 .btn__feature,
.cart-drawer__btn,
.footer__link-title,
.countdown_number,
.button.product_card_button,
main .quick-add .button span {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: var(--header-font) !important;
  letter-spacing: 0.01em !important;
  transform-origin: left center;
}

.product_feature_number {
  font-weight: 700 !important;
  letter-spacing: 0.3rem;
}

@media (max-width: 989px) {
  .product_feature_number {font-size: 2.8rem !important;}
}

@media (max-width: 749px) {
  h1 {
    font-size: 2rem;
  }
}

a {
  color: #121212;
}

a[not:.button]:hover {
  color: #454545;
}

.megamenu_images_wrapper h4,
.rich-text__blocks h2,
.card-wrapper .card_info_hover_wrapper .card_title h3 span,
.title-wrapper-with-link h2,
.product-recommendations .card-information__text,
.button span,
.product-recommendations__heading,
.main-page-title,
.countdown_number,
.button.product_card_button,
.banner__buttons a span,
.title--primary,
.cart__empty-text,
.cart__login-title,
h2.center {
  text-align: center;
  transform-origin: center !important;
}

.link,
.customer a {
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  header nav li .link {
    font-size: 1.6rem;
  }
}


@media screen and (min-width: 1320px) {
  .list-menu--inline {
    column-gap: 3.5rem;
  }
}


@media screen and (max-width: 1400px) {

  .header.header--middle-left.page-width {
    /* padding-left: 2rem !important;  */
    max-width: 100%;
    grid-template-columns: 4fr 1fr 4fr;
    column-gap: 0;
  }

}

.flex {
  display: flex;
}

.text-right {
  text-align: right;
  transform-origin: center right;
}

#shopify-section-header .icon path {
  fill: currentColor;
}

.center {
  transform-origin: center !important;
}

@media screen and (max-width: 750px) {
  .card-wrapper .card_info_hover_wrapper .card_title h3 {
    transform: none !important;
  }
}

.card-wrapper_regular .product_card_button,
.button.product_card_button a {
  transform: none !important;
}

/*====HEADER==================*/

.header__active-menu-item {
  text-decoration: none !important;
}

#shopify-section-header {
  z-index: 888;

}

header {
  text-transform: uppercase;
}

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 2fr 1fr 2fr;
    column-gap: 2rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: center;
  }

}

.logo_link,
.header__heading {
  width: 166px !important;
}


.header__heading a {
  display: block;
}

.header__heading svg path {
  fill: currentColor;
}

body.template-index .header-wrapper .header__icons > svg {
  color: var(--scheme-text-color) !important;
  transition: color 0.5s ease;
}

body.template-index #menu-drawer * {
  color: var(--scheme-text-color);
}

.header-wrapper .search-modal__content * {
  color: var(--scheme-text-color) !important;
}

/*====FOOTER==================*/

footer {
  text-transform: uppercase;
}

.template-product footer {
  padding-bottom: 100px;
}

.footer-block__newsletter,
.footer-block--newsletter {
  display: block !important;
  text-align: left !important;
}

.footer-block__heading {
  color: var(--scheme-text-color) !important;
}

a.list-social__link:hover {
  text-decoration: underline;
}

footer .newsletter-form__field-wrapper {
  max-width: 100%;
}

.newsletter-form__button {
  width: auto !important;
  letter-spacing: 0.03rem;
  font-weight: bold;
  color: var(--scheme-text-color);
}

.field__label,
.customer .field label {
  left: 0 !important;
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: none !important;
}

.footer-block__details-content .list-menu__item--link {
  font-size: 1.1rem !important;
}

@media screen and (min-width: 750px) {
  .newsletter-form {
    margin: 0 0 0 auto !important;
    width: 100%;
    /* transform: scaleX(1.08); */
    transform-origin: right center;
  }


  .footer-block__details-content .list-menu__item--link {
    font-size: 1.2rem !important;
  }


  .footer-block__newsletter h2 {
    text-align: left;
    letter-spacing: normal;
  }

  .footer-block__newsletter,
  .footer-block--newsletter {
    display: block !important;
    text-align: right !important;
    color: var(--scheme-text-color);
  }

  .footer-block--newsletter {
    margin-left: auto;
    width: 24rem;
    margin-top: 0 !important;
  }

  .footer-block--image {
    margin-left: 0;
  }

  .footer__content-top .grid {
    column-gap: 3.5rem;
    margin-left: 0 !important;
  }

  .list-social {
    margin-top: .5rem;
  }

}

@media screen and (min-width: 990px) {
  .footer-block--image {
    margin-left: 4.5rem;
  }
}

@media screen and (max-width: 749px) {
  .footer-block--image {
    order: -1;
    width: 100%;
  }

  .footer-block__details-content {
    text-align: left;
    margin-bottom: 1rem;
  }

  .footer-block--image img {
    width: 16.6rem !important;
  }

  .footer-block__heading {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .footer-block__details-content .list-menu__item--link {
    font-size: 1.2rem !important;
  }
}

/*====PRODUCT==================*/
.product__title {
  text-align: center;
}

.product_features {
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  gap: 3rem;
  text-align: center;
}

.product_feature_number {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
  white-space: nowrap;
}

.product_feature_number span {
  font-size: 2.4rem;
  margin-left: -1rem;
  font-weight: 900;
  padding-left: .4rem;
  letter-spacing: normal;
}

.product_feature_unit {
  text-align: center;
  margin-top: -.4em;
  font-size: 1.8rem;
  text-transform: capitalize;
}

@media screen and (max-width: 989px) {
  .product_features {gap: 2rem;}
  .product_feature_number span {
    font-size: 1.8rem;
  }
  .product_feature_unit {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 749px) {
  .product_feature_number {
    font-size: 3.5rem;
  }
}

.product__text.caption-with-letter-spacing {
  font-size: 2rem;
}

.product__media-list .deferred-media,
.product__media-list .product__modal-opener {
  border: none !important;
}


.sticky_atc_wrapper {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.sticky_atc .product-form__buttons button {
  margin-left: auto;
  background: transparent !important;
  border: none !important;
  font-size: 2rem;
  color: white !important;
  box-shadow: none !important;
  padding: 0;
}


.sticky_atc {
  display: flex;
  align-items: center;
}


.sticky_atc_price .price-item,
.product-form__buttons {
  font-size: 1.5rem !important;
  color: var(--scheme-text-color);
}


.sticky_atc_price {
  margin-right: auto;
  margin-left: 2em;
}

.sticky_atc .product-form__buttons button {
  font-size: 1.5rem;
  margin-right: 2em;
}

.sticky_atc .product-form__buttons button {
  margin-bottom: 0;
}


@media screen and (max-width: 749px) {
  .product__title {
    margin-top: 0;
  }
}



@media screen and (min-width: 750px) {

  .sticky_atc_price .price-item,
  .product-form__buttons {
    font-size: 3rem !important;
  }

  .sticky_atc .product-form__buttons button {
    font-size: 3rem;
    margin-right: 2em;
  }
}


.product_returnpolicy {
  display: none;
}


/*====PRODUCT CARD regular ==================*/



.card-wrapper.card-wrapper_regular .card_title h3 {
  font-size: 1.8rem;
  margin: 0;
}

.card-wrapper.card-wrapper_regular .card_title small {
  font-size: 1.3rem;


}

.card-wrapper_regular .card-information__text .price {
  text-align: right;
  display: block;
  font-size: 2rem;
  font-weight: bold;

}


.card-wrapper_regular .card-information__text {
  display: flex;
  width: 100%;
  align-items: flex-start;
  font-size: 3rem;
}

.card-information__wrapper {
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.card-information__wrapper .card-information__text {
  text-decoration: none;
  /*flex-wrap: wrap;*/
}

.card-wrapper.card-wrapper_regular,
.card-information,
.card-information__wrapper {
  height: 100% !important;
}

.card-information__wrapper .price__sale {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline;
  line-height: 2rem;
  justify-content: flex-end;
}

.card-information__wrapper .badge {
  margin-top: 2rem;
}

.card-information__wrapper .price__sale .price-item--regular, .card-information__wrapper .price-item--sale {
  font-size: 2.5rem !important;
}

.card-information__wrapper .price__sale .price-item--regular {
  opacity: .6;
}

.card-information__wrapper .price-item--sale {
  padding-left: .4rem;
}

.button.product_card_button {
  margin-top: auto !important;
  min-width: 100%;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 750px) {
  .card-wrapper.card-wrapper_regular {
    padding: 0 2rem;
  }

}



@media screen and (max-width: 750px) {
  .card-wrapper.card-wrapper_regular .stamped-product-reviews-badge {text-align: center;}
  .card-wrapper.card-wrapper_regular .card_title h3 {
    transform-origin: center !important;
    font-size: 3rem;
    margin: 0;
  }


  .card-wrapper_regular .card-information__text,
  .card-wrapper_regular .card-information__text .price {
    display: block;
    text-align: center;

  }

  .card-wrapper_regular .card-information__text .price * {
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
    justify-content: center;
  }

  .card-wrapper_regular small {
    display: block;
    text-align: center;
  }

  .product_card_review p {
    font-size: 1.2rem;
  }

}

.card-wrapper_regular .card-information__text>* {
  flex: 1;
}


.card-wrapper_regular .card-information__text>*:last-child {
  text-align: right;
  display: block;
}

.card-wrapper_regular .product_card_button {
  width: 100%;
  color: #fff;
  background-color: #000;
  transition: all 0.5s ease;
}

.card-wrapper_regular:hover .product_card_button {
  transform: scale(103%);

}

.card-wrapper_regular .product_card_button {
  padding-left: 0;
  padding-right: 0;
}

/*====PRODUCT CARD - RECOMMENDATION ==================*/
.product-recommendations>.grid,
product-recommendations>.grid {
  gap: 1rem;
}

.product-recommendations__heading {
  text-align: center;
  font-size: 3.2rem;
}

.product-recommendations .card-wrapper,
product-recommendations .card-wrapper {
  padding-bottom: 2rem;
}

.product-recommendations .card-information__text,
product-recommendations .card-information__text {
  text-align: center;
  font-size: 1.5rem;
  color: currentColor !important;
}

product-recommendations .card-information__text .price {
  display: inline-block;
}

product-recommendations .price .price-item {
  margin: 0;
}

.product-recommendations .card-information__text a:hover,
product-recommendations .card-information__text a:hover {
  text-decoration: none;
}

.product-recommendations *,
product-recommendations * {
  text-decoration: none !important;
  list-style: none;
}



/*===Accordion styles===*/
.tabs {
  overflow: hidden;
  border-bottom: 2px solid var(--scheme-buttons-label);
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  /* Icon */
}

.tab-label:hover {}

.tab-label::after {
  content: url("/cdn/shop/files/icon-chevron-down.svg?v=1635780078");
  min-width: 1em;
  height: 1em;
  margin-left: 5px;
  text-align: center;
  transition: all 0s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.35s;
  letter-spacing: -0.03em;
}

.tab-content a {
  text-decoration: underline;
  color: inherit;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}

.tab-close:hover {}

.accordion_question {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0.3em 1em;
  border-top: 2px solid black;
  margin-bottom: 0;
  font-family: var(--body-font);
}


.page-width>.tabs>.tab>.accordion_question {
  font-size: 3.2rem;
}

.accordion_answer {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: var(--body-font);
  line-height: 1.5em;
}

.accordion_answer p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion_answer ol,
.accordion_answer ul {
  list-style-type: none;
  padding-top: 1em;
}

.accordion_answer .tab-content ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.accordion_answer .tab-content ul h4:first-child {
  padding-top: 0.5em;
}

@media (max-width: 749px) {
  .page-width>.tabs>.tab>.accordion_question {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 400px) {
  .accordion_answer ul {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
  }
}

input:checked+.tab-label::after {
  content: url("/cdn/shop/files/icon-chevron-up.svg");
}


.template-product input:checked+.tab-label::after {
  content: url("/cdn/shop/files/icon-chevron-up-white_ceedebf9-e94c-431a-bce0-c802c5fb0ad7.svg?v=1649686220");
}



.accordion_answer {
  height: 0;
}

.accordion_answer .shopify-app-block {
  height: 0;
  display: none;
}


input:checked~.accordion_answer {
  height: auto;
  max-height: 1000vh;
  padding-bottom: 1em;
}



input:checked~.tab-content {
  max-height: 1000vh;
  padding-bottom: 1em;
}

.tab>input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.container-small,
.container-medium {}


.accordion_section h3 {
  margin: 10px 0;
  font-size: 18px;
  padding-top: 50px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

.tabs h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 1em;
}

.accordion {
  margin: 50px 0;
}

/*===Product Page Accordion===*/
body.template-product .accordion_section>.container-medium>.tabs>.tab>.accordion_question {
  font-family: var(--mega-title-font);
  font-size: 3rem;
  line-height: 1em;
  font-weight: bold;
  border-top: 1px solid #333;
  border-bottom: none;
  padding-left: 20px;
  padding-right: 30px;
  align-items: center;
}

body.template-product .accordion_section>.container-medium>.tabs>.tab>.tab-label::after {
  content: url("/cdn/shop/files/icon-plus-circle.svg?v=1635778557");
  font-size: 50px;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  font-family: Arial, Helvetica, sans-serif;
  transform: none;

  border-radius: 50%;
  padding: 0;
  line-height: 1em;
  transform: none !important;
  transition: all 0.35s;
}

body.template-product .accordion_section>.container-medium>.tabs>.tab>input:checked+.tab-label::after {
  content: url("/cdn/shop/files/icon-minus-circle.svg?v=1635778557");
  line-height: 0.9em;
}

.tab.tab_tech_spec input:checked~.tab-content table {
  margin: 0;
}

.tab.tab_tech_spec table {
  border: 1px solid #ccc;
  padding: 0;
  border-right: 0;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 0;
}

.tab.tab_tech_spec table tr {}

.tab.tab_tech_spec table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.tab_assembly .accordion_answer {
  max-width: 1200px;
  margin: 0 auto;
}


body.template-product .accordion_section .accordion_section {}

/*==table - general data==*/
table.data_table {
  border: 1px solid #ccc;
  padding: 20px 0;
  border-right: 0;
  table-layout: fixed;
}

table.data_table tr {}

table.data_table tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}



/*===tabs inside tabs (FAQ)===*/
body.template-product .accordion_section>.container-medium>.tabs>.tab>input:checked+.tab-label+.accordion_answer {
  padding-bottom: 30px;
}

body.template-product .accordion_section .tabs .tabs .tab:last-child {
  border-bottom: 1px solid var(--scheme-text-color) !important;
}

body.template-product .accordion_section .tabs .tabs .accordion_question {
  border-top: 1px solid black;
  padding-right: 30px;
  padding-left: 0;
}

@media screen and (max-width: 600px) {
  body.template-product .accordion_section>.container-medium>.tabs>.tab>.accordion_question {
    font-size: 40px;
  }

  body.template-product .accordion_section>.container-medium .tabs .tab .accordion_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.template-product .accordion_section>.container-medium .tabs .tabs .tab .accordion_question {
    padding-right: 20px;
  }

  body.template-product .accordion_section .accordion_answer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab.tab_tech_spec tr {
    display: flex;
    flex-wrap: wrap;
  }

  .tab.tab_tech_spec tr+tr {}

  .tab.tab_tech_spec tr:nth-child(even) {}

  .tab.tab_tech_spec td {
    min-width: 40%;
    flex: 1;
  }

  .tab.tab_tech_spec td:nth-child(2n) {}

  .tab.tab_tech_spec td:empty {
    visibility: hidden;
    display: none;
  }
}


@media screen and (min-width: 750px) {
  .price--large {
    font-size: 2.5rem !important;
  }

}


/*====Swatches=====*/


.product-form__input input[type="radio"]+.color-swatch {
  border: 3px solid transparent;
  /* Change this hex code to change the color of the non-active/non-selected variant */
  width: 40px;
  height: 40px;
  padding: 0;
  background-size: 120% !important;
  background-position: center;
}

.product-form__input input[type="radio"]:checked+.color-swatch,
.product-form__input input[type="radio"]:hover+.color-swatch {
  border: 3px solid white;
  /* Change this hex code to change the color of the active/selected variant */
}

.product-form__input input[type="radio"]+.swatch {
  border: 3px solid #f4f5ff;
  /* Change this hex code to change the color of the non-active/non-selected variant */
  width: 40px;
  height: 40px;
  padding: 0;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}


.product-form__input input[type="radio"]:checked+.swatch,
.product-form__input input[type="radio"]:hover+.swatch {
  border: 3px solid #ccd1d1;
  /* Change this hex code to change the color of the active/selected variant */
  background: none;
}


.card,
.card .media {
  overflow: visible !important;
}

.template-index .spaced-section:last-child {
  margin-bottom: 0 !important;
}

.title-wrapper-with-link {
  display: block;
  text-align: center;
  font-size: 3rem;
}


@media screen and (max-width: 750px) {
  .menu-drawer__inner-submenu {
    height: auto !important;
  }
}


@media screen and (min-width: 750px) {

  .title-wrapper-with-link h2 {
    font-size: 4rem;
  }
}



/*====Mega Menu=====*/

@media screen and (min-width: 750px) {


  .header__inline-menu .header__submenu.list-menu {
    border: none !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    top: 0;
    backdrop-filter: blur(3px);
    padding: 1rem 6rem;
  }

  .template-index .header__submenu.list-menu {
    top: 18%;
    color: var(--scheme-text-color);
  }

  .template-index .has-horizontal-menu .header__submenu.list-menu {
    top: calc(15% + 35px);
  }

  .template-index .header__submenu.list-menu .megamenu_cta a {
    border-color: var(--scheme-text-color);
  }

  .template-index .shopify-section-header-sticky .header__submenu.list-menu {
    color: black;

  }

  body.template-index #shopify-section-header .header-wrapper.dropdown_activated {
    background: rgba(255, 255, 255, 0.9);
  }

  body.template-index #shopify-section-header .header-wrapper.header_at_top.dropdown_activated {
    background: rgba(0, 0, 0, 0.8);
  }

  body.template-index .header_at_top .megamenu_cta a {
    border: 2px solid #fff;
    box-shadow: none !important;
  }

  .header__inline-menu .header__submenu.list-menu li a {
    min-width: 100px;
    width: 100px;
    white-space: nowrap;
    padding: 0;
  }

  .header__inline-menu .header__submenu.list-menu li:first-child {
    margin-top: 5em;
  }

  .header__inline-menu .header__submenu.list-menu {
    z-index: -1 !important;
    min-height: 3.71rem;
  }

  .header__heading,
  .header__icons {
    z-index: 9999;
  }


  .megamenu_images_wrapper {
    max-width: 1150px;
    margin: auto auto 0;
    /* margin: -140px auto 0 auto; */
    padding: 0 4rem;
    text-align: center;
  }

  .megamenu_image_products {

    display: flex;
    column-gap: 4rem;
  }


  .megamenu_images_wrapper a {
    text-decoration: none;
    max-width: var(--page-width);
  }


  .megamenu_image_products>a {
    transform: none;
  }

  .megamenu_images_wrapper h4 {
    margin: -1.5rem 0 0;
    font-size: 1.8rem;
    margin-top: .5rem;
  }

  .megamenu_image_products>* {
    flex: 1;
  }

  .megamenu_image_products span {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }

  .megamenu_images {
    display: none;
  }


  .megamenu_images.megamenu_image_all {
    display: block;
  }



  .megamenu_images_wrapper img {
    max-width: 100%;
    transition: all 0.5s ease !important;
    height: auto;
  }


  .megamenu_images_wrapper img:hover {
    transform: scale(105%);
  }



  .megamenu_images_wrapper .megamenu_image_exclusives_products a {
    ;
    /* padding-right: 7%;*/
  }


  details-disclosure>details {
    position: static;
  }

  .list-menu--disclosure {
    left: 0;

  }


}

.card-information__text a:hover {
  color: inherit;
}

.cart-count-bubble {
  display: none;
}

@media screen and (min-width: 750px) {

  .banner__content.banner__content--middle-center {}

  .megamenu_link_e-bike:hover+.megamenu_images_wrapper>.megamenu_images.megamenu_image_all,
  .megamenu_link_e-moped:hover+.megamenu_images_wrapper>.megamenu_images.megamenu_image_all {
    display: none !important;
  }


  .header__submenu .megamenu_link_e-bike:hover+li+.megamenu_images_wrapper .megamenu_images.megamenu_image_all {
    display: none !important;
  }


  .header__submenu .megamenu_link_e-bike:hover+li+.megamenu_images_wrapper .megamenu_images.megamenu_image_ebikes {
    display: block !important;
  }


  .megamenu_link_e-moped:hover+.megamenu_images_wrapper>.megamenu_images.megamenu_image_emopeds {
    display: block !important;
  }


  .megamenu_image_emopeds .megamenu_image_products {
    display: block;
  }
}

.megamenu_cta {
  text-align: center;
  padding: 4rem;
  margin-left: -1.5rem;
}

.megamenu_cta .button {
  margin: 0 auto;
  background: transparent;
}


klarna-placement::part(box) {
  background-color: pink;
}


/*====form elements======*/

.field__input,
.select__select,
.customer .field input,
.customer select {
  border: none;
  border-bottom: 1px solid var(--scheme-text-color);
  color: var(--scheme-text-color);
  box-shadow: none;
  transition: all var(--duration-short) ease;
}

.product__description {
  margin-top: 0;
  padding-top: 0;
}

.product__description>b {
  display: none;
}

.product__description>br {
  display: none;
}

.product__accordion .rte a {
  color: inherit;
}

.product__accordion .rte a:hover {
  color: inherit;
}

/*===commercial page=====*/
body.page-commercial-partnerships .page-content h3 {
  text-transform: none;
  font-weight: normal;
  transform: none;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

body.page-commercial-partnerships .page-content h4 {
  font-size: 1.8rem;
  margin-top: 3em;
  letter-spacing: 0.1em;
}



h4.text-right {
  transform-origin: right center;
}

body.page-commercial-partnerships .page-content p {
  font-size: 1.1rem;
  line-height: 1.5em;
  letter-spacing: 0;
}

body.page-commercial-partnerships .page-content p a {
  text-decoration: underline;
}



@media screen and (min-width: 750px) {
  body.page-commercial-partnerships .page-title {
    font-size: 2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5em;
    padding: 1.5em 0;
  }

  body.page-commercial-partnerships #MainContent h4,
  body.page-commercial-partnerships #MainContent p {
    padding-right: 2rem;
  }


  body.page-commercial-partnerships #MainContent h4 {
    font-size: 2.5rem;
  }

  body.page-commercial-partnerships .accordion_section {
    margin: 0 auto;
  }

}


body.page-commercial-partnerships .accordion_section {
  margin-bottom: 5rem;
}

body.page-commercial-partnerships .accordion_section h3 {
  padding-left: 1rem;
  font-size: 1.8rem;
}

body.page-commercial-partnerships .page-content {
  max-width: 900px;
}


body.page-commercial-partnerships .page-content img {
  display: block;
}

/*====storeify=====*/

.hbspt-form {
  height: 520px;
  overflow: hidden;
}

.storeify-title-frm,
.storeify-formbuilder img {
  visibility: hidden;
}

#storeify_content_formbuilder_5736 .storeify-title-frm {
  display: none;
}

/*====About====*/


@media screen and (min-width: 750px) {
  body .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    transform: translate(50%);
  }


}

/*====Accordions====*/


.tab-label:after {
  content: url('/cdn/shop/files/icon-chevron-down.svg?v=1635780078');
  min-width: 1em;
  height: 1em;
  margin-left: 5px;
  text-align: center;
  transition: all 0s;
}


body.template-product .accordion_section>.container-medium>.tabs>.tab>.tab-label:after {
  content: url('/cdn/shop/files/icon-plus-circle.svg?v=1635778557');
  font-size: 50px;
  width: 1em;
  height: 1em;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  transform: none;
  background: black;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1em;
  transform: none !important;
  transition: all 0.35s;
}

.header__menu-item .icon-caret {
  display: none;
}

.article-card__image--medium {}

@media screen and (min-width: 750px) {
  .blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
  }

  .accordion_assembly_table {
    display: flex;
    column-gap: 5rem;
  }

  .tab_assembly h4 {
    text-decoration: underline;
    margin-bottom: 0;
    padding-bottom: 0;
  }


  .accordion_assembly_table>* {
    flex: 1;
  }

}


.tab_assembly h4 {
  padding-bottom: 0.5rem;
  text-underline-offset: 0.2em;
}

.tab_assembly ul {
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
  padding-left: 1.5em;

}


.tab_assembly ul li {
  list-style-type: disc;

}






#accessibility-widget {
  z-index: 999999;
}

.product-form__submit {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2rem;
  box-shadow: none;

}

/*
.megamenu_link_e-scooter,
  .megamenu_link_accessories{
   display: none !important; 
  }
  
  */



div[role=dialog] .klaviyo-form>div>div:nth-child(2) p:first-child strong {
  font-family: var(--body-font) !important;
  padding-bottom: 2rem;
}



div[role=dialog] .klaviyo-form>div>div:nth-child(2) p:nth-child(2) strong {
  letter-spacing: 0.02em;
  font-family: var(--body-font) !important;
  font-size: 4.3rem !important;
  margin-top: 0 !important;


}


div[role=dialog] .klaviyo-form>div>div:nth-child(3) p:nth-child(1) strong {
  letter-spacing: 0.02em;
  font-family: var(--body-font) !important;
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  padding-bottom: 1rem !important;


}

div[role=dialog] .klaviyo-form>div>div:nth-child(3) p:nth-child(2) strong {
  letter-spacing: 0.02em;
  font-family: var(--body-font) !important;
  font-size: 1rem !important;

}

div[role=dialog] .klaviyo-form button {
  letter-spacing: 0.02em;
  font-family: var(--header-font) !important;

}

div[role=dialog] .klaviyo-form>div>div:nth-child(6) * {
  letter-spacing: 0.02em;
  font-family: var(--body-font) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;

}


/*======Press page=====*/


body.page-press h3 {
  margin-top: 2em !important;
}


/*======Product card =====*/

.card-information__text .loox-rating {
  display: none !important;
}


.card__badge {
  display: none !important;
}


.badge {
  white-space: nowrap;
}

main form .button {
  color: var(--scheme-text-color) !important;
  background: var(--scheme-background-color);
}


.collection-hero__description h2,
.collection-hero__description h3 {
  margin-top: -0.5em;
  font-family: var(--body-font) !important;
  transform: none;
}

.collection-hero__text-wrapper {
  padding-left: 1rem;
}

.collection-hero__text-wrapper p {
  font-size: 1.5rem;
}

@media screen and (min-width: 750px) {
  #product-grid.grid {
    margin-left: -2rem;
  }

}

.collection-hero__title {
  margin-left: -0.3rem !important;
}

/*====product price====*/


.product .price {
  align-items: center !important;
}

.sticky_atc .badge {
  display: none !important;
}

.sticky_payment_installments {
  display: none;
}

.sticky_atc .sticky_payment_installments {
  display: block !important;
}

@media screen and (max-width: 750px) {

  .card-information__text .price .badge {
    font-size: 1rem !important;
  }

}

body.product-template .card--media .media>*:not(.zoom):not(.deferred-media__poster-button),
body .card--media img {
  position: static !important;
}

.yotpo.yotpo-reviews-carousel .carousel-review-author,
.yotpo.yotpo-reviews-carousel * {
  font-family: var(--body-font);
}

.yotpo.yotpo-reviews-carousel .yotpo-label.yotpo-small-box {
  display: none !important;
}

.yotpo.yotpo-reviews-carousel .carousel-read-more,
.yotpo.yotpo-reviews-carousel .carousel-review-title,
.carousel-top-panel .headline,
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  font-family: var(--header-font) !important;
  font-size: 1.5rem !important;
  color: black !important;
}

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  text-transform: uppercase !important;
}

.yotpo.yotpo-reviews-carousel .carousel-read-more {
  font-size: 1rem !important;
  font-family: var(--body-font);

}

.yotpo.yotpo-reviews-carousel .all-reviews a {
  font-size: 1.3rem !important;
  font-family: var(--body-font);

}

.product-name.carousel-review-product-text {
  color: black !important;
  font-size: 1.3rem !important;
  text-transform: uppercase;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
  margin-left: 0 !important;
  font-style: normal !important;

}

.card-wrapper:hover .price--on-sale .price-item--regular {
  text-decoration: line-through !important;
}

@media screen and (min-width: 750px) {

  .price.price--on-sale {
    text-align: right !important;
  }
}

.price--on-sale .price__sale {
  display: block ;
}

.megamenu_link_up-to-40-off {
  display: none !important;
}

.locale-selectors__container {
  display: none !important;
}