/** Shopify CDN: Minification failed

Line 28:14 Expected identifier but found whitespace
Line 28:15 Unexpected "18px"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}
.main-page-title{
  text-align: center;
}
.temp_page p.rich-text__caption.subtitle {
    font-size: 20px;
    color: #bc1c1c;
}
.handle_pedal-commander-shop .image-with-text__media img {
    object-fit: contain;
}
.temp_page.handle_returns .rich-text__wrapper {
    max-width: 100%;
}
.handle_faq .accordion__title 
    font-size: 18px;
}
body.handle_careers .rich-text__blocks h2 {
    text-align: center;
}

@media screen and (min-width: 990px) {
.page-width--narrow {
    max-width: 100%;
    padding: 0 5rem;
}
body.temp_page .rich-text__blocks {
    max-width: 1200px;
} 
body.handle_careers .rich-text__blocks {
    max-width: 1440px;
}  
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 2rem;
  }
.main-page-title{
   font-size: 36px;
}
.temp_page .rich-text__wrapper h1 {
    font-size: 24px;
    margin-top: 5px
}
.careers_form_.section h2 {
    font-size: 28px;
}  
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
@media screen and (max-width: 749px){
  .main-page-title {
    margin-bottom: 15px;
  }
}