/** Shopify CDN: Minification failed

Line 1550:8 Expected identifier but found whitespace
Line 1550:15 Unexpected "!"
Line 2205:34 Expected identifier but found "/"

**/


/* CSS from section stylesheet tags */
.button-tertiary {
    background: transparent;
    font-size: var(--font-size-button-medium);
    padding: .75rem 1.125rem !important;
    letter-spacing: 0em;
    align-self: center;
    margin-top: 1.25rem;
    margin-bottom: .25rem;
  }
  
  .alignCenter {
    text-align: center;
  }
  
  #additionalItems {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
    margin-top: 10px;
  }
  
  #additionalItems.show {
    display: block; 
    opacity: 1;
    transform: translateY(0);
  }
  
  .show-all-btn {
    display: block;
  }
  
  
  .marginTop {
    margin-top: 120px;
  }
  
  .teamCard {
    position:relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;  
    -webkit-box-shadow: 0 3px 10px #00000015;
    -moz-box-shadow: 0 3px 10px #00000015;
    box-shadow: 0 3px 10px #00000015;
  }
  
  .teamCard .overlay {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1679665616246498) 35%, rgba(0,0,0,0) 80%);
  }

  .teamCard img {
      transition: all .25s ease-in-out;
      transform-origin: center;
      transform: scale(1.01);
      aspect-ratio: 511/344;
      width: 100%;
      object-fit: cover;
      object-position: center;
  }
  
  .teamCard:hover img {
      transform: scale(1.1);
      transform-origin: center;
  }
  
  .teamCard h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
  }
  
  .teamMemberName {
    z-index: 3;
    position: absolute;
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  .css-grid-container {
    display: grid;
    gap: 10px;
    grid-template-columns: 33% 33% 33% ;
    margin-left: auto; 
    margin-right: auto;
    max-width: 1600px;
  }
  
  @media (max-width: 576px) {
    .css-grid-container {
      display: grid;
      gap: 10px;
      grid-template-columns: 100%  ;
      margin-left: auto; 
      margin-right: auto;
      max-width: 1600px;
    }
  }
  
  .bgSvg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  
  .bgSvg svg{
    left: 50%;
    position: absolute;
    transform: translate(-40%);
    top: 0px;
  }
  
  .logos {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  
  }

  .logos a {
      transition: all 0.25s ease-in-out;
  }

  .logos a:hover {
    transform: translate(0,-3px);
  }
  
  .uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .noMargin {
    margin: 0;
  }

  .infoBox table {
    width: 100%;
    margin-top: 30px;
  }

  .infoBox tr{
    display: inline-table;
    width: 100%;
  }

  .infoBox th,
  .infoBox td {
    text-align: left;
    vertical-align: top;
  }

  .infoBox th {
    font-weight: normal;
    width: 40%;
  }

  .alignCenter {
    text-align: center;
  }
  
  .card {
      position: relative;
      padding: 30px;
      background: #fff;
      border: 0;
      box-shadow: 0 3px 10px #00000015;
      border-radius: 10px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  
  @media (max-width: 576px) {
    .card {
      width: 100%;
    }
  }

.athleteHeader {
  margin-top: 6rem;
  @media(width < 960px ) {
    margin-top: 3rem;
  }
}

.athleteImg {
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 530 / 460;
}

.athleteImg img {
  width: 100%;
  height: 165%;
  z-index: 0;
  display: block;
  object-fit: cover;
  transform: scale(1.35);
}
  
  .vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .athleteHeadline {
    font-size: 100px;
    margin: 0;
    line-height: 90px;
    letter-spacing: 5px;
  }

  
  .noMarginTop {
    margin-top: 0;
  }
.button-tertiary {
  background: transparent;
  font-size: var(--font-size-button-medium);
  padding: .75rem 1.125rem !important;
  letter-spacing: 0em;
  align-self: center;
  margin-top: 1.25rem;
  margin-bottom: .25rem;
}

.alignCenter {
  text-align: center;
}

#additionalItems {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: none;
  margin-top: 10px;
}

#additionalItems.show {
  display: block; 
  opacity: 1;
  transform: translateY(0);
}

.show-all-btn {
  display: block;
}


.marginTop {
  margin-top: 120px;
}

.teamCard {
  position:relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;  
  -webkit-box-shadow: 0 3px 10px #00000015;
  -moz-box-shadow: 0 3px 10px #00000015;
  box-shadow: 0 3px 10px #00000015;
}

.teamCard .overlay {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1679665616246498) 35%, rgba(0,0,0,0) 80%);
}

.teamCard img {
  transition: all .25s ease-in-out;
  transform-origin: center;
  transform: scale(1.01);
  aspect-ratio: 511/344;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.teamCard:hover img {
  transform: scale(1.1);
  transform-origin: center;
}

.teamCard h3 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
}

.teamMemberName {
  z-index: 3;
  position: absolute;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.css-grid-container {
  display: grid;
  gap: 10px;
  grid-template-columns: 33% 33% 33% ;
  margin-left: auto; 
  margin-right: auto;
  max-width: 1600px;
}

@media (max-width: 576px) {
  .css-grid-container {
    display: grid;
    gap: 10px;
    grid-template-columns: 100%  ;
    margin-left: auto; 
    margin-right: auto;
    max-width: 1600px;
  }
}


.bgSvg {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bgSvg svg{
  left: 50%;
  position: absolute;
  transform: translate(-40%);
  top: 0px;
}

.logos {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;

}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.noMargin {
  margin: 0;
}

.infoBox {
  margin: 0 !important;
  padding: 1.2rem 1.5rem !important;
  box-shadow: none !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 0.8rem !important;
  width: 80% !important;

  @media(width < 960px) {
    width: 100%!important;
  }

  .infoBoxheadline  {
    margin-left: 2px;
  }

  table {
    width: 100%;
    margin-top: 1rem;
  }

  th, td {
    padding: 4px 0;
    text-align: left;
    vertical-align: top;
  }

  tr {
    display: inline-table;
    width: 100%;
  }

  th {
    font-weight: normal;
    width: 40%;
  }

  .infoBoxheadline , th {
    font-weight: 600;
  }
}

.alignCenter {
  text-align: center;
}

.card {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 0;
    box-shadow: 0 3px 10px #00000015;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
  .card {
    width: 100%;
  }
}

.athleteText {
  line-height: 1.6;
}

.athleteImg {
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 530 / 460;

  @media(width: 960px) {
    max-width: 600px
    margin: 0 auto;
  }
}

.athleteImg img {
  width: 100%;
  height: 165%;
  z-index: 0;
  display: block;
  object-fit: cover;
  transform: scale(1.35);
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.athleteHeadline {
  font-size: 3.86em!important;
  margin-bottom: 1.2rem;
  line-height: 90px;
  letter-spacing: 5px;
}

.headline {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 20px;

  @media(width < 960px) {
    margin-top: 2rem;
  }
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto; 
  margin-right: auto;
  padding: 0 30px;
  max-width: 1600px;
}

.grid-column {
padding-left: 15px; 
padding-right: 15px; 
}

[class*="col-"] {
flex-grow: 1;
flex-basis: 0;
max-width: 100%;
}


@media (min-width: 576px) {
.col-1 { flex: 0 0 8.33%; max-width: 8.33%; }
.col-2 { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5 { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8 { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 577px) {
[class*="mob-order-"] { order: 0; }
}

@media (max-width: 960px) {
.tabletCenter {
  text-align: center;
  }
}

@media (max-width: 576px) {

  .mobileCenter {
    text-align: center;
  }


  .athleteHeadline {
    font-size: 60px;
    margin: 0;
    line-height: 60px;
    letter-spacing: 5px;
  }


.mob-full { flex: 0 0 100%; max-width: 100%; } 
.mob-half { flex: 0 0 50%; max-width: 50%; }
.mob-stack { flex: 0 0 100%; }

.mob-order-1 { order: 1; }
.mob-order-2 { order: 2; }
.mob-order-3 { order: 3; }
}


.offset-1 { margin-left: 8.33%; }
.offset-2 { margin-left: 16.66%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.33%; }
.offset-5 { margin-left: 41.66%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.33%; }
.offset-8 { margin-left: 66.66%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.33%; }
.offset-11 { margin-left: 91.66%; }

@media (max-width: 576px) {
  .mob-offset-0 { margin-left: 0; }
  .mob-offset-1 { margin-left: 8.33%; }
  .mob-offset-2 { margin-left: 16.66%; }
  .mob-offset-3 { margin-left: 25%; }
  .mob-offset-4 { margin-left: 33.33%; }
  .mob-offset-5 { margin-left: 41.66%; }
  .mob-offset-6 { margin-left: 50%; }
  .mob-offset-7 { margin-left: 58.33%; }
  .mob-offset-8 { margin-left: 66.66%; }
  .mob-offset-9 { margin-left: 75%; }
  .mob-offset-10 { margin-left: 83.33%; }
  .mob-offset-11 { margin-left: 91.66%; }
}
.custom-liquid--container .promotion {
    background: #f8f2e1;
    padding: 3em;
    box-sizing: border-box;
    margin: 100px 0 100px 0;
    width: 100%;
    margin: 0 0 1em 0;
    letter-spacing: .48px;
    border-radius: 10px;
}
.clear {clear: both;}

.custom-liquid--container .promotion p.desc {
    line-height: 1.8;
}

.emotional {
  max-width: 285px;
  
  border-radius: 10px;
  margin-top: 2em;
}

@media screen and (min-width: 720px) {
  .emotional {
    max-width: 445px;
  }  
  .outer__charity {
    width: 80%;
    margin: 0 auto;    
  }

  .charity__container {
    margin: 0 auto;
  }

  .charity__container .promotion {
      margin: 0 20px 1em 0;
      width: calc(50% - 20px);
      float: left;
  }

  .charity__container .promotion.seated {
    margin-top: 4em;
  }
    
}

.custom-liquid--container .promotion .headline {
    margin-top: 0;
}
.dynamicBenefits .dynamicBenefit {
    margin: 6em 0;
}
.page-content ul.featuredVendors {
  display: inline; list-style: none; margin: 0; padding: 0;
}
.featuredVendors li {
  display: inline; padding: 0; margin: 0;
}
.featuredVendors li::after {
  content: ", ";
}
.featuredVendors li:last-of-type::after {
  content: "";
}
.featuredVendors a {
  color: #000;
  text-transform: capitalize;  
}
.featured-bike--inner .backgroundImage {
  min-height: calc(100vh - 90px);
  height: 100%;
  position: relative;    
  display: flex;
  flex-direction: column-reverse;
}



.featured-bike--inner .button-tertiary {
  display: inline-block;
}


.featuredImage .product-gallery--loaded-image,
.featuredCollectionImage {
  width: auto;  
  display: block;
  margin: auto;
  max-width: 100%;
}



.liftedCollectionFeatureBike {
  display: grid;  
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;  
  background: rgb(255,255,255);
  transition: height .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1);
  border: 0;
  box-shadow: 0 3px 10px #00000015;
  border-radius: 10px;
  margin: 1em;
  padding: 30px;
  margin-bottom: 0;
  margin: 20px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 850px;
  align-items: center;
  justify-content: center;
}

.featuredImage {
  order: -1;
}

.liftedCollectionFeatureBike .headline {
  margin: 0;
}

.liftedCollectionFeatureBike p {
  letter-spacing: 0.54px;    
}

.featured-bike__container {
  max-width: 1600px;  
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 720px) {

  .liftedCollectionFeatureBike {
    margin-top: 300px !important;
    position: relative;
  }
  
  .liftedCollectionFeatureBike .h5 {
      margin: 0;
      font-size: 1.50rem;
  }
}

@media screen and (min-width: 1400px) {
    .featured-bike__container {
        max-width: 1600px !important;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1000px) {

  .liftedCollectionFeatureBike {
    left: 0;
    bottom: 0;
    margin: 20px;
  }
  .featured-bike__container {
  }
}

@media screen and (min-width: 1600px) {
  .featured-bike__container {
    margin: auto;
    max-width: 1600px;  
    border-radius: 20px;
  }
}

@media screen and (min-width: 720px) {
  .featuredImage .product-gallery--loaded-image,
  .featuredCollectionImage {
    height: auto;
    object-fit: cover;    
  }

  .innerLifted {
    width: 70%;
    margin: 4em 15%;
  }
  
  .featured-bike--inner  .backgroundImage {
    background-size: cover;
    height: 100%;
    min-height: calc(100vh - 160px);
    position: relative;
    background-position: center;
  }

  .liftedCollectionFeatureBike {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      max-width: calc(100% - 40px);
      width: 850px;
      max-height: 700px;
      /* margin: 0 auto; */
      align-items: center;
      justify-content: center;
      position: absolute;      
      padding: 60px;        
  }

  .liftedCollectionFeatureBike.noImg {
    grid-template-columns: repeat(1, 1fr);
  }

  .liftedCollectionFeatureBike .h5 {
    margin-top: 0;
    font-size: 1.50rem;
    margin-bottom: 15px;
  }

  .featuredImage {
    order: 0;
    padding: 0 0 0 4em;
  }
}
body section.featured-product__container .productoverview-alternate .featured-product--inner,
body section.featured-product__container .productoverview .featured-product--inner {
  border: 0;
  box-shadow: none;
  padding: 0;
}
body section.featured-product__container .featured-product--inner div.shippingTime {
  display: none;
}
.featured-products__container {

}
.faq-section .faq-items {
    text-align: left;
    border: 1px solid #c2c2c2;
    margin-top: 100px;
    border-radius: 15px;
}

.faq-section button.faq-question {
    border: 0;
    background: none; padding: 0;
    margin: 0;
    line-height: normal;
    display: block;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.48px;
}

.faq-section button.faq-question:after {
    display: block;
    position: absolute;
    top: 35px;
    right: 30px;
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transition: transform .5s;
}

.faq-section button.faq-question[aria-expanded="true"]:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);    
}

.faq-section button.faq-question[aria-expanded="false"]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.faq-section .faq-answer.close div {
    display: none;
    transition: transform .5s;
}

.faq-section button.faq-question h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    padding: 1.2em;
    cursor: pointer;
    color: #000;
}

.faq-section .faq-answer {
    line-height: 1.8;
    border-bottom: 1px solid #c2c2c2;
    transition: transform .5s;
    padding: 0 1.2em;
}

.faq-section .faq-item:last-child .faq-answer {
    border-bottom: 0;
}

.faq-section .faq-answer a {
    text-decoration: none;
    color: #000;
}

.faq-section .faq-answer a:hover {
    text-decoration: underline;
}
.site-main div.shopify-section section.logolist--container {
    margin-top: -60px;
    margin-bottom: 145px;
    position: relative;
    display: block;
}

@media screen and (max-width: 720px) {
  .site-main div.shopify-section section.logolist--container {
    margin-top: -30px;
    margin-bottom: 145px;
    position: relative;
    display: block;
}
}
#classySpecs div.gatedImageContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 290px;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#classySpecs div.gatedImageContainer img {
    width: 100%;
    border: 0;
    border-top-radius: 5px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}

.legacySpecs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;    
}

@media screen and (min-width: 720px) {
    .legacySpecs {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(7, 1fr);  
    }
}
.selected-blogposts--container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.dynamic-team-grid {
    background: #f8f2e1;
    padding: 100px 0 100px 0;
}

section.dynamic-team-grid h2 {
    text-align: center;
}

  .members {
    margin: 0 auto;
    margin-top: 3em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px; 
    grid-row-gap: 25px;
  }

  .teamImage img,
  .teamImage {
    width: 100%;
    border-radius: 20px;
    position: relative;
  }

  @media screen and (min-width: 1080px) {
    .members {
        margin: 0 auto;
        margin-top: 3em;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;    
    }
    .teamImage img,
    .teamImage {
       min-width: 430px;
    }    
  }

.darkOverlay {
    background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.teamMember {
    position: relative;
    overflow: hidden;
}

.textContent {
    position: absolute;
    z-index: 200;
    bottom: 2em;
    left: 2em;
    color: #fff;
}

.easterEggHover {
  display: none;
  opacity:0;
  transition: opacity .3s ease 0s, top 0s linear .9s;
}

.teamMember:hover .easterEggHover {
  display: block;
  opacity:1;
  transition: top 0s linear 0s, opacity .3s ease .01s;
}

section.dynamic-team-grid span.subheadline {
    display: block;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.testimonials-section .testimonial__star-ratings svg{
      fill: #FDD012;
  }

  .testimonials-section .testimonial {
    text-align: left;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    transition: all .25s ease-in-out;
    overflow: hidden;
  }

  .testimonials-section .testimonial__content {
    background: #F7F7F7;
    text-align: left;
    align-items: start;
    border-radius: 10px;
    box-shadow: none;
  }
#funkyUsps {
    }

    #funkyUsps .imageCarousel div,
    #funkyUsps .textCarousel div {display: none;}
    div#funkyUsps div.active {display: block;}

    #funkyUsps .headlineCarousel {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;    
    }

    #funkyUsps .headlineCarousel div:before {
        content: "";   
    }    

    @media screen and (min-width: 720px) {
        #funkyUsps .headlineCarousel {
            grid-template-columns: 1fr;
            grid-template-rows: repeat(3, 1fr);
        }
        #funkyUsps .headlineCarousel div:before {
            content: "»";
            display: inline-block;
            font-weight: normal;
            line-height: 0;
            font-size: 1.8em;
            padding: 0 .2em;
            visibility: hidden;
            top: 9px;
            position: absolute;            
            left: -34px;  
        }
    }

    #funkyUsps .headlineCarousel div.active:before {
        visibility: initial;
    }

    #funkyUsps .headlineCarousel div:hover,
    #funkyUsps .headlineCarousel div.active {
        font-weight: bold;
    }

    #funkyUsps .headlineCarousel div {
        font-weight: normal;
        position: relative;
        cursor: pointer;
    }

    #funkyUsps .imageCarousel div {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 250px;
        margin-bottom: 2em;
        border: 0;
        border-radius: 5px;    
    }

    @media screen and (min-width: 720px) {
        #funkyUsps .imageCarousel div {
            height: 480px;    
        }    
    }


    #funkyUsps .imageCarousel {
        position: relative;
    }

    #funkyUsps .imageCarousel div img {
        width: 100%;
        border: 0;
        border-radius: 5px;
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 100%;
    }

    #funkyUsps .roundButton {
        border: 0;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        color: #000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 38px;
        height: 38px;
        cursor: pointer;
        opacity: .8;
    }

    #funkyUsps .roundButton i {
        border: 1px solid #000;
        border-width: 1px 1px 0 0;
        width: 8px;
        height: 8px;
        display: block;
    }

    #funkyUsps .roundButton.back {
        left: 1.5em;
    }

    #funkyUsps .roundButton.back i {
        transform: rotate(-135deg);
        margin-left: 10px;    
    }

    #funkyUsps .roundButton.forward {
        right: 1.5em;
    }

    #funkyUsps .roundButton.forward i {
        transform: rotate(45deg);
        margin-left: 7px;    
    }

    #funkyUsps .roundButton.forward:hover i {
        transition: transform 1s;
        margin-left: 9px;    
    }

    #funkyUsps .roundButton.back:hover i {
        transition: transform 1s;
        margin-left: 8px;    
    }

    #funkyUsps .combinedAlliance {
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-rows: 1fr; 
        margin-bottom: 8em;
    }

    #funkyUsps .headlineCarousel {
        margin-top: 2em;
    }

    #funkyUsps .headlineCarousel div.h3 {
        text-align: center;
    }    

    @media screen and (min-width: 720px) {
        #funkyUsps .combinedAlliance {
            margin: 0 auto;
        }        
        #funkyUsps .combinedAlliance {
            width: 60%;
            grid-template-columns: 40% 60%; 
            grid-template-rows: 1fr; 
        }
        #funkyUsps .headlineCarousel div.h3 {
            text-align: left;
        }        
    }

    #funkyUsps .textCarousel p {
        margin: 0;
        padding: 0;
    }
.custom-videoask--container iframe {
  box-shadow: 0px 0px 15px 0px rgba(207,207,207,0.53);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(207,207,207,0.53);
  -moz-box-shadow: 0px 0px 15px 0px rgba(207,207,207,0.53);
}
#videoNudge {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.welcomeContainer span,
  .welcomeContainer p {
      color: #fff;
  }
  
  p.description {
      font-size: 16px;
  }
  
  .welcomeContainer .h5 {
      margin: 2em 0;
  }
  
  .welcomeContainer span.h2 {
      display: block;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2.7px;
      font-size: 2.81em;
      line-height: normal;
  }



@media screen and (min-width: 1400px) {
    .videocontainer {
        height: calc(100vh - 270px)
    }
}


  
  .videocontainer {
      border-radius: 20px; 
      overflow: hidden; 
      margin-left: auto;
      margin-right: auto;
      max-width: 1600px;
      position: relative;
      /* min-height: calc(100vh - 260px); */
      height: calc(100vh - 250px)
      /* min-height: 660px;
      max-height: 770px; */
  }

  
  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));    
  }
  
      .welcomeContainer {
          position: absolute;
          bottom: 2em;
          top: auto;
          left: 2em;
          width: 80%;
      } 
  
  @media screen and (min-width: 1080px) {
      #mighty-performance-stage {
          position: relative;
          margin: 3em auto;
      }
  
      .welcomeContainer {
          top: 50%;
          bottom: auto;
          margin-top: -6em;
          left: 9em;
      }
  
      .welcomeContainer  .description {
          max-width: 50%;
      }    
  
      .overlay {
          background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,0));    
      }    
  }
  
  #performant-video {
      width: 100%;
      object-fit: cover;
      z-index: 0;
      min-height: calc(100vh - 250px);
  }
  
  #videoSound {
      display: block;
      background: none;
      position: absolute; 
      top: 2em; 
      right: 2em; 
      z-index: 2;
      border: 0;
      cursor: pointer;
      padding: 0;
      transform: scale(1);
  }
  
  #videoSound.hidden {
      display: none;
  }

.myveloVideoHeader {
    margin: 15px 0 !important;
    margin-bottom: 30px !important;
}
@media (min-width: 1600px) {
    .myveloVideoHeader {
        margin: 60px !important;        
    }
}

  
  #videoSound span img {
      width: 40px;
      height: 40px;
  }
  
  #videoSound span.loud,
  #videoSound.volumenOn span.quite {
      display: none;
      transition: visibility 0s, opacity 0.5s linear;    
  }
  
  #videoSound span.quite,
  #videoSound.volumenOn span.loud {
      display: block;
      transition: visibility 0s, opacity 0.5s linear;    
  }
.mvProductBadges {
    text-align: center;
}
body.yellow-landing .product-details-border {
  border: 10px solid #fadd4b;
  padding: 2em;
  width: 100%;
}

body.yellow-landing .product-details-border h1 {
  font-size: 3em;
}

body.yellow-landing .product-details-border .product__badge {
  margin-left: 0;
}


@media (min-width: 768px) {
  .innerCircle {
    width: 60%;
    margin: 0 auto;
  }
}


body.yellow-landing .product-details-border .cta {
  background: #03A311;
  color: fff;
  border-radius: 5px;
  padding: 1em 2em;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
}

.calculationTable .currentPrice {
  color: #CD0000;
  font-weight: bold;
  font-size: 1.2em;
}

.calculationTable {
  border: 0;
  border-collapse: collapse;
  width:100%;
  font-size: 1.2em;
}

.calculationTable tr td {padding: 0;}

.calculationTable .alignRight {
  text-align: right;
}

.calculationTable .joyOfSaving td {
    padding-bottom: 1em;
}
.calculationTable tr.total td {
  border-top: 1px solid #000000;
  padding-bottom: 1em;
}

.calculationTable span.sweetSavings,
.calculationTable span.currentPrice {
  padding: 10px;
}

.calculationTable span.strikePrice {
  padding: 10px;
  display: inline-block;
  background: url(/cdn/shop/files/streichpreis.jpg?v=1739285111) center center no-repeat;
  background-size: contain;
}

.voucher {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {

  .newsletter {
    width: 100% !important;
  }

  .pxs-newsletter-form-fields {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .newsletter-input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .newsletter-submit {
    max-width: 100% !important;
    margin-left: 0px !important;

  }

  .newsletter-submit button {
    width: 100% !important;

  }

  .pxs-newsletter-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .newsletter_wrapper_div .productitem--title{
    min-height: 140px !important;
  }

  .productgrid--item{
    width: 300px !important;
  }
}
.pxs-newsletter-header{
    padding-left: 0px !important;
    max-width: 100% !important;

  }

 .pxs-newsletter-section .form-fields-inline{
  justify-content: left;

 }


@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .pxs-newsletter-header{
    padding-left: 30px !important;
    max-width: 100% !important;

  }


  .pxs-newsletter-section .newsletter  {
    padding-left: 30px !important;
  }

  .pxs-newsletter-content {
    padding-left: 0px !important;
    padding-right: 0px !important;

  }

  .newsletter_wrapper_div  .productitem--title{
    min-height: 140px !important;
  }

  .productgrid--item{
    width: 300px !important;
  }
}

  .newsletter-color-dark_blue {
    background-color: #1C3055;    
  }

  .newsletter-color-dark_blue h2, .newsletter-color-dark_blue p {
    color: white;    
  }

  color: white !important;
.raceDate2 {
       
}

.mobileUnder {
  display: flex;
  width: 100%;
}


@media (max-width: 576px) {


  .mobileUnder {
    display: flex;
    flex-direction: column;
  }

  .raceDate {
    position: relative;        
    display: inline-block;            
    font-size: 1.14rem;
    width: 200px;
    color: #989898;
    margin-top: 5px;    
    font-size: .9rem;
  }

  .raceCountry {
    margin-right: 15px;
    float: left;
  } 

  .raceName {
    text-transform: uppercase;
    font-size: 1.14rem;

  }

  .raceInfos {
    border-bottom: 1px solid #DADADA;  
    padding: 20px 0;    
    display: flex;
    align-items: center;
  }
}

@media (min-width: 576px) {

  .raceDate {
    float: right;
    position: relative;        
    display: inline-block;            
    font-size: 1.14rem;
    width: 200px;
    text-align: right;
  }

  .raceCountry {
    margin-right: 15px;
    float: left;
  } 

  .raceName {
    text-transform: uppercase;
    font-size: 1.38rem;
    display: inline-block;
    flex-grow: 1;
  }

  .raceInfos {
    border-bottom: 1px solid #DADADA;  
    min-height: 65px;
    display: flex;
    align-items: center;
    padding: 20px 0;    
  }
}
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
  
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

#calculator {
  background: #f7f7f7;
  padding: 2em;
  width: 100%;
}

#calculator label {
  display: block;
  cursor: pointer;
  margin-bottom: .5em;
  font: inherit;
}

#calculator input {
  padding: 5px;
  width: 100%;
  font: inherit;
}

#calculator .input-group {
  margin: 0 0 1em 0;
}

#calculator #result {
  margin-top: 1em;
}


  .converter {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    max-width: 400px;
    margin: 1rem auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .converter label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }

  .converter input,
  .converter select,
  .converter button {
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
  }

  .converter button {
    background-color: #1C3055;
    color: white;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
  }

  .converter button:hover {
    background-color: #1C3055;
  }

  #result {
    font-weight: bold;
    font-size: 1.1rem;
    color: #222;
    text-align: center;
    margin-top: 1rem;
  }
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
  
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

#calculator {
  background: #f7f7f7;
  padding: 2em;
  width: 100%;
}

#calculator label {
  display: block;
  cursor: pointer;
  margin-bottom: .5em;
  font: inherit;
}

#calculator input {
  padding: 5px;
  width: 100%;
  font: inherit;
}

#calculator .input-group {
  margin: 0 0 1em 0;
}

#calculator #result {
  margin-top: 1em;
}
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
  
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

#e-bike-quiz {
  background: #f7f7f7;
  padding: 2em;
  width: 100%;
}

#e-bike-quiz label {
  display: block;
  cursor: pointer;
  margin-bottom: .5em;
  font: inherit;
}

.quiz-container {
  margin: 2em auto;
  padding: 1.5em;
}
.question {
  margin-bottom: 1.5em;
}
label {
  display: block;
  margin: 0.5em 0;
}
button {
  border-radius: 8px;
  cursor: pointer;
}
.result-box {
  margin-top: 2em;
  padding: 1em;
  background: #e0f7fa;
  display: none;
}
.pctHeader {
    color: #F8F2E1;
    text-align: left;
  }

@media screen and (min-width: 700px) {
  .PCTheadline {
    margin-bottom: -45px !important;
    margin-top: 15px;
  } 

  .pctHeader {
    position: absolute;
    bottom: 120px;
    left: 120px;
  }
}



@media screen and (max-width: 700px) {
  .pctHeader {
    padding: 20px;
    left: 0;
    top: 0;
    position: relative;
    margin-top: 120px;
  }

  .headerImg {
    height: 100% !important;
  }
}

.PCTheadline {
    margin-bottom: 20px;
    margin-top: 15px;
  }

.PCT-article-image {
  max-width: 1600px !important;
}

.PCT-header-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: linear-gradient(122deg, rgba(0,0,0,0.8491771708683473) 0%, rgba(0,0,0,0) 100%);
}


.pctHeader h1 {
  font-weight: bold !important;
  text-transform: uppercase !important;
}


@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
  
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

.article--content.rte div img {
  border-radius: 15px;
}

.headerImg {
  border-radius: 20px;
}
@media screen and (min-width: 1080px) {
  #site-main .article-image {
    border: 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
  }
}

.author-box .h3 {
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.article--outer h1 {
  letter-spacing: normal;
  font-size: 2.86em;
  text-transform: none;  
  font-weight: 500;
}

.author-big,
#site-main .article--outer h2,
.article--outer h2 {
  letter-spacing: normal;
    font-size: 2.4em!important;
  text-transform: none;
font-weight: 500;    
}
.article--outer h3 {
  
}
.article--outer h4 {
  
}
.article--outer h5 {
  
}

.article--content.rte div img {
  border-radius: 15px;
}

#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #93caff;
    z-index: 1000;
}

#toc.sticky {
    max-width: 235px;
    margin-left: 20px;
    left: 0;
    z-index: 200;
}
.tags a {
  color: #000;
  text-decoration: none;
}
.tags .product__badge {
  margin: 0;
}
.article--title-wrapper{

  display: flex !important;
  align-items: flex-start !important; 
  justify-content: center !important;
  flex-direction:row !important;

}


.article--excerpt-content{
  height: 100% !important;
}

.article-list-item h2{
text-align: left !important;

}

.avatar-icon{
width:125px;

}

.blog--container .tags .product__badge.active-tag a {
  color: white !important;
}

.blog--container .tags .product__badge.active-tag {
  background-color: #000;
}

.blog--container {
  background-color: white !important;
}


.blog--container .tags a {
  color: #000;
  text-decoration: none;
}

.article--excerpt-wrapper{
  margin: 0 0 0 0 !important;

}

.blog--container .tags .product__badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  margin: 0 10px 10px 0;
  padding: 0px 10px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
}
.blog--container .tags {
  margin-bottom: 100px;
  margin-top: 10px;
}

.blog--section {
  background-color: white !important;
}

.blog--inner {
  gap: 40px !important;
  justify-content: space-between !important;

}

.blog--inner li {
  list-style-type: none;
  padding: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border: none;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  flex-basis: calc(33.3333% - 30px); 
  overflow: hidden;

}


.title-tag {
  display: inline-block;
  background-color: #f8f2e1;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 0.9em;
}

.more-link {
  text-align: left;
  margin-top: 15px;
}

.more-link-text {
  color: #000;
  text-decoration: underline;
}

.blog-dictionary-header {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

.blog-dictionary-header h2 {
  margin-bottom: 20px !important;
}

.blog-intro {
  margin: 0 auto;
  max-width: 600px;
  line-height: 1.6em;
}

.divider {
  border-bottom: 2px solid #e8e8e8;
  margin: 0 auto;
  margin-bottom: 60px;
}

.category-text {
  text-align: center;
  color: #8c8c8c;
  margin-top: 40px;
}

.article--excerpt-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}


@media (max-width: 1024px) {
  .blog--inner li {
    flex-basis: calc(50% - 30px); /
  }
}

@media (max-width: 768px) {
  .blog--inner li {
    flex-basis: 100%;
  }

}
.static-search-page .collection-filters__filter-range-input {
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    height: 40px !important;
    padding-top: 20px !important;
  }


  .static-search-page .filter-form-divider {
    border: none;
    border-top: 2px solid #f1f1f1;
    margin: 10px 0;
  }

  .static-search-page .question-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    width: 100%;
  }

  .static-search-page .question-text p {
    margin: 0;
  }

  .static-search-page .question-text .phone-number {
    font-weight: 700;
  }

  .static-search-page .search-result-text-desktop {
    margin-bottom: 0px;
  }



  .static-search-page .search-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 45.76px;
    line-height: 54.91px;
    letter-spacing: 2.7px;
    color: black;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .static-search-page .search-results-count {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.4px;
    color: #989898;
    text-align: center;
  }

  .static-search-page .productgrid--search {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }

  .static-search-page .productgrid--search-form {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
  }

  .static-search-page .form-field.no-label {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
  }

  .static-search-page .productgrid--search-form .form-field-input.productgrid--search-form-field {
    width: 427px;
    height: 66px;
    border-radius: 10px;
    background-color: #f1f1f1;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
    flex: auto !important;
  }

  .static-search-page .productgrid--search-button {
    z-index: 1 !important;
  }

  .static-search-page .collection-filters__filter-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18.4px !important;
    line-height: 21.16px !important;
    letter-spacing: 0.54px !important;
    color: #000 !important;
  }



  .static-search-page .collection-filters__filter-group {
    margin-bottom: 14px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 10px !important;
    background-color: #f1f1f1 !important;
    padding: 10px 22px !important;
  }

  .static-search-page .breadcrumbs-container {
    margin-top: 135px !important;
  }

  @media screen and (min-width: 860px) {
    .static-search-page .productgrid--sidebar {
      width: 280px !important;
    }
    .static-search-page .productgrid--wrapper {
      width: calc(100% - 200px);
      column-gap: 185px !important;
    }
  }

  @media (max-width: 860px) {
    .static-search-page .breadcrumbs-container {
      margin-top: 40px !important;
    }
    .static-search-page .search-result-text-desktop {
      margin-bottom: 0px !important;
    }

    .static-search-page .productgrid--search-form {
      width: 100% !important;
      padding: 0 5px;
      box-sizing: border-box;
    }

    .static-search-page .form-field.no-label {
      width: 100% !important;
      padding: 0 5px;
      box-sizing: border-box;
    }

    .static-search-page .search-title {
      font-size: 35px;
    }

    .productgrid--utils .utils-filter {
    border: 1px solid #000000 !important;
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0 !important;
    color: black !important;
    }


  }

  @media (min-width: 768px) {
    .static-search-page .productgrid--search-form .form-field-input.productgrid--search-form-field {
      width: 427px;
      margin: 0 auto;
    }
  }

/* CSS from snippet stylesheet tags */
.selected-blogposts--container ul.selectedArticles {
  margin: 3em 0 1em 0;
  }

  .selectedArticles .article--excerpt-wrapper {
  border: 0;
  background: #fff;
  box-shadow: none;
  }

  .selectedArticles .article--excerpt-image {
    width: 100%;
    margin: 0;
  }

  @media (min-width: 960px) {
    .selectedArticles .article--excerpt-image {
    width: 50%;
    margin: 0;
    }
    .flex-container {
      display: flex;
      justify-content: flex-start; 
      align-items: stretch; 
      /* flex-flow: row nowrap; */ 
      flex-direction: row; 
      flex-wrap: nowrap; 
      align-content: stretch;
      height: 100%;
      margin-bottom: 1em;
    }    
  }

  .item2 { 
    flex-grow:1;
  }