* {
  box-sizing: border-box;
}

html {
  overflow-x: initial;
}

body {
  min-width: 320px;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.p-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

.flex-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-box > * {
  flex: 1;
}
.flex-box.row-reverse {
  flex-direction: row-reverse;
}

.custom_block h1,
.custom_block h2:not(#js__g__email__form-header),
.custom_block h3,
.custom_block h4,
.custom_block h5,
.custom_block h6,
.custom_block p,
.custom_block a,
.custom_block span {
  color: #000;
}
.custom_block h2,
.custom_block .h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
}
.custom_block h4,
.custom_block .h4 {
  font-size: 20px;
  margin: 0;
}
.custom_block p {
  margin: 0;
  line-height: 1.6;
}
.custom_block img {
  width: 100%;
  vertical-align: bottom;
}
.custom_block .container {
  width: 80%;
  max-width: 1170px;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
}
.custom_block .line-through {
  text-decoration: line-through;
  display: block;
  font-size: 0.85rem;
  color: #666;
}
.custom_block small {
  color: #666;
}

#hero .container p {
  font-size: 16px;
}
#hero .container p span {
  display: inline-block;
  line-height: inherit;
}

#where-to-use {
  text-align: center;
}
#where-to-use nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#where-to-use nav > * {
  text-transform: uppercase;
  position: relative;
  padding: 0px 30px;
  margin: 10px 0;
  cursor: pointer;
}
#where-to-use nav > *.active:after {
  transform: scaleX(1);
  background-color: #000;
}
#where-to-use nav > *:before, #where-to-use nav > *:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ddd;
  bottom: -10px;
  left: 0;
  border-radius: 5px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}
#where-to-use nav > *:before {
  transform: scaleX(1);
}
#where-to-use nav > *:after {
  background-color: #000;
}
#where-to-use .products-category-list [id] {
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out 0s;
  position: absolute;
  overflow-x: hidden;
}
#where-to-use .products-category-list [id].active {
  opacity: 1;
  z-index: 1;
}

#products-category .wrapper > div {
  display: none;
  width: 80%;
  height: 80%;
  border-radius: 30px;
}
#products-category .wrapper > div.active {
  display: block;
}

.fancybox-active {
  overflow: hidden;
}

.fancybox-container .fancybox-button {
  width: 60px;
  height: 60px;
}
.fancybox-container .fancybox-content {
  padding: 0;
  width: 90%;
  max-width: 1170px;
  height: 85%;
  border-radius: 30px;
}
.fancybox-container .fancybox-content .container {
  padding: 50px 0;
}
.fancybox-container .fancybox-content .flex-box {
  justify-content: center;
  align-items: flex-start;
}
.fancybox-container .fancybox-content .flex-box > * {
  flex: none;
  width: auto;
}
.fancybox-container .fancybox-content figure {
  margin: 0;
}
.fancybox-container .fancybox-content small {
  display: inline-block;
}
.fancybox-container .fancybox-content small a {
  color: inherit;
  text-decoration: underline;
}
.fancybox-container .fancybox-content .compare {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #000;
}
.fancybox-container .fancybox-content [class*=icon] {
  color: inherit;
}
.fancybox-container .fancybox-content .products {
  margin-top: 50px;
}
.fancybox-container .fancybox-content .products .flex-box > * {
  flex: 1;
}
.fancybox-container .fancybox-content .products h2 {
  padding-top: 30px;
}
.fancybox-container .fancybox-content .products p {
  font-size: 15px;
}
.fancybox-container .fancybox-content .products .btn-size-default {
  font-size: inherit;
}
.fancybox-container .fancybox-content .products .products-item > *,
.fancybox-container .fancybox-content .products .compare-item-content > * {
  padding: 10px 15px;
}
.fancybox-container .fancybox-content .products .p-sticky {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.fancybox-container .fancybox-content .products .products-item img {
  width: 80%;
  max-width: 110px;
}
.fancybox-container .fancybox-content .products .products-item h3,
.fancybox-container .fancybox-content .products .products-item h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.fancybox-container .fancybox-content .products .products-item .titlesub {
  margin-bottom: 0;
}
.fancybox-container .fancybox-content .products .compare-content {
  margin-top: 20px;
}
.fancybox-container .fancybox-content .products .compare-content .compare-item {
  margin-bottom: 10px;
}
.fancybox-container .fancybox-content .products .compare-content .compare-item .compare-label {
  display: none;
}
.fancybox-container .fancybox-content .products .compare-content .compare-item p {
  line-height: initial;
}
.fancybox-container .fancybox-content .products .compare-content .compare-item a {
  text-decoration: underline;
}
.fancybox-container.fancybox-is-open .fancybox-toolbar {
  opacity: 1;
}
.fancybox-container.fancybox-is-open .fancybox-toolbar [data-fancybox-close] {
  visibility: visible;
}

@media (max-width: 768px) {
  .custom_block .container {
    width: 90%;
  }
  .fancybox-container .fancybox-content .products .products-item,
  .fancybox-container .fancybox-content .products .compare-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .fancybox-container .fancybox-content .products .flex-box {
    flex-flow: nowrap;
    justify-content: flex-start;
  }
  .fancybox-container .fancybox-content .products .flex-box > * {
    min-width: 40%;
  }
  .fancybox-container .fancybox-content .products .products-item img {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .fancybox-container .fancybox-content .products {
    margin-top: 30px;
  }
  .fancybox-container .fancybox-content .products .products-item > *,
  .fancybox-container .fancybox-content .products .compare-item-content > * {
    padding: 10px;
  }
  .fancybox-container .fancybox-content .products .products-item h4 {
    font-size: 18px;
  }
  .fancybox-container .fancybox-content .products p,
  .fancybox-container .fancybox-content .products span,
  .fancybox-container .fancybox-content .products a.btn-size-default {
    font-size: 14px;
  }
  .fancybox-container .fancybox-content .products a.btn-size-default {
    padding: 10px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  #where-to-use nav > * {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  #where-to-use nav h4 {
    font-size: 16px;
  }
}

h3.title {
  font-size: 30px;
  margin: 0 0 8px 0;
}
@media (max-width: 1920px) {
  h3.title {
    font-size: 1.6vw;
  }
}
@media (max-width: 1200px) {
  h3.title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3.title {
    font-size: 24px;
  }
}

#where-to-use .products-category-list {
  width: calc(100% - 40px);
  max-width: 1920px;
  height: 580px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1920px) {
  #where-to-use .products-category-list {
    height: 33vw;
    max-height: 590px;
  }
}
@media (max-width: 1200px) {
  #where-to-use .products-category-list {
    height: 35vw;
    min-height: 380px;
  }
}
@media (max-width: 992px) {
  #where-to-use .products-category-list {
    height: 500px;
  }
}
@media (max-width: 768px) {
  #where-to-use .products-category-list {
    width: 100%;
    height: 510px;
  }
}

.ecosystem__list {
  display: flex;
  overflow-x: auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ecosystem__list {
    padding: 0 1em;
  }
}
.ecosystem__item {
  width: calc(20% - 8px);
}
@media (max-width: 1200px) {
  .ecosystem__item {
    width: calc(20% - 4px);
  }
}
@media (max-width: 992px) {
  .ecosystem__item {
    min-width: 280px;
    margin-right: 10px;
  }
}
.ecosystem__item .subtitle {
  font-size: 16px;
  min-height: 48px;
}
@media (max-width: 1920px) {
  .ecosystem__item .subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 1440px) {
  .ecosystem__item .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .ecosystem__item .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .ecosystem__item .btn-primary {
    margin-bottom: 16px;
  }
}
.ecosystem__image {
  display: inline-block;
  cursor: pointer;
}

.feature__list {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  max-width: 1375px;
}
@media (max-width: 1440px) {
  .feature__list {
    width: 83%;
  }
}
@media (max-width: 1200px) {
  .feature__list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .feature__list {
    padding: 0 1em;
    overflow-x: auto;
  }
}
.feature__item {
  width: calc(50% - 8px);
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .feature__item {
    width: calc(50% - 4px);
  }
}
@media (max-width: 992px) {
  .feature__item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .feature__item {
    min-width: 330px;
    margin-right: 10px;
  }
}
.feature__item:nth-child(1) .feature__cover {
  background-image: url("../images/feature-training.jpg");
}
.feature__item:nth-child(2) .feature__cover {
  background-image: url("../images/feature-safety.jpg");
}
@media (max-width: 768px) {
  .feature__item:nth-child(2) {
    margin-right: 0;
  }
}
.feature__cover {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 29.5vw;
  max-height: 520px;
}
@media (max-width: 1440px) {
  .feature__cover {
    height: 30vw;
  }
}
@media (max-width: 1200px) {
  .feature__cover {
    height: 32vw;
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .feature__cover {
    background-size: 110%;
    min-height: 270px;
  }
}
@media (max-width: 768px) {
  .feature__cover {
    min-height: 250px;
    background-size: 125%;
  }
}
.feature__pin {
  position: absolute;
}
.feature__pin a {
  cursor: pointer;
}
.feature__pin a:hover img {
  transform: scale3d(1.04, 1.04, 1.04);
}
.feature__pin a:hover h4 {
  opacity: 1;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
.feature__pin .pin-item {
  display: flex;
  align-items: center;
}
.feature__pin .pin-item h4 {
  border-bottom: 1px solid white;
  width: 95px;
  font-size: 15px;
  color: white;
  padding-bottom: 2px;
  font-weight: normal;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3));
  opacity: 0.9;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (max-width: 1440px) {
  .feature__pin .pin-item h4 {
    width: 80px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .feature__pin .pin-item h4 {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .feature__pin .pin-item h4 {
    font-size: 12px;
    width: 60px;
  }
}
.feature__pin .pin-item img {
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  width: 60px;
}
@media (max-width: 1440px) {
  .feature__pin .pin-item img {
    width: 55px;
  }
}
@media (max-width: 1200px) {
  .feature__pin .pin-item img {
    width: 50px;
  }
}
@media (max-width: 992px) {
  .feature__pin .pin-item img {
    width: 40px;
  }
}
.feature__pin--right {
  right: 10%;
  top: 14%;
}
@media (max-width: 992px) {
  .feature__pin--right {
    right: 8%;
  }
}
@media (max-width: 768px) {
  .feature__pin--right {
    right: 8px;
    top: 36px;
  }
}
.feature__pin--right .pin-item h4 {
  text-align: right;
}
.feature__pin--right .pin-item:nth-child(1) {
  margin-bottom: 8px;
}
.feature__pin--left {
  top: 42%;
  left: 10%;
}
@media (max-width: 992px) {
  .feature__pin--left {
    left: 8%;
    top: 37%;
  }
}
@media (max-width: 768px) {
  .feature__pin--left {
    left: 8px;
  }
}
.feature__pin--left.pin-variaradar {
  top: 30%;
}
@media (max-width: 768px) {
  .feature__pin--left.pin-variaradar {
    top: 24%;
  }
}
.feature__pin--left .pin-item h4 {
  text-align: left;
}
.feature__context {
  position: absolute;
  bottom: 36px;
  width: 100%;
  padding: 0 8px;
}
@media (max-width: 1440px) {
  .feature__context {
    bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .feature__context {
    bottom: 30px;
  }
}
@media (max-width: 992px) {
  .feature__context {
    padding: 0px 24px;
    position: relative;
    bottom: 36px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 15%);
  }
}
@media (max-width: 768px) {
  .feature__context {
    position: relative;
    bottom: 10px;
    padding: 0px 12px 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #040101 5%);
  }
}
.feature__context h3.title {
  color: white;
}
@media (max-width: 1440px) {
  .feature__context h3.title {
    margin-bottom: 4px;
  }
}
.feature__context .subtitle {
  color: white;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .feature__context .subtitle {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .feature__context .subtitle {
    margin-bottom: 16px;
  }
}
.feature__context .btn-white-border {
  background-color: transparent !important;
}
.feature__context .btn-white-border:hover {
  background-color: white !important;
}

.btn-primary {
  font-size: 15px;
  letter-spacing: 0;
  padding: 8px 32px;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .btn-primary {
    font-size: 14px;
    padding: 6px 20px;
  }
}
@media (max-width: 768px) {
  .btn-primary {
    padding: 8px 32px;
  }
}

@media (max-width: 768px) {
  .fancybox-container .fancybox-content .products .flex-box > * {
    min-width: 130px;
  }
}
.fancybox-container .fancybox-content .products .compare-content .compare-item {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .fancybox-container .fancybox-content .products .col-2 {
    min-width: 260px;
  }
}
@media (max-width: 1200px) {
  .fancybox-container .fancybox-content .products .titlesub {
    font-size: 14px;
  }
}
.fancybox-container .fancybox-content .products .btn-size-default {
  font-size: 14px;
  padding: 10px 15px;
}
@media (max-width: 1200px) {
  .fancybox-container .fancybox-content .products .btn-size-default {
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: 0;
  }
}
.fancybox-container .fancybox-content .products .price {
  color: #555;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .fancybox-container .fancybox-content .products .price {
    font-size: 13px;
    white-space: normal;
  }
}
.fancybox-container .fancybox-content .flex-box {
  flex-wrap: nowrap;
  align-items: stretch;
}

.pop .category-banner {
  overflow: hidden;
  height: 350px;
}
@media (max-width: 992px) {
  .pop .category-banner {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .pop .category-banner {
    height: 50vw;
  }
}
.pop .category-banner img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.pop .category-intro a {
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  .pop h2 {
    font-size: 24px;
  }
}
.pop .recommend-intro {
  margin-bottom: 16px;
}
.pop .highlight {
  font-weight: bold;
}

.compare-item .compare-item-head {
  background-color: #f0f0f0;
  padding: 4px 6px;
  text-align: center;
}
.compare-item .compare-item-head .note {
  color: #888;
}
@media (max-width: 768px) {
  .compare-item .compare-item-head {
    position: sticky;
    top: 0;
    left: 0;
    width: calc((100vw - 24px) * 0.81);
  }
}
.compare-item .compare-item-content {
  margin: 4px 0;
}
.compare-item .compare-item-content p {
  color: #888;
}
.compare-item .compare-item-content p:nth-last-child(1) {
  border-right: none;
}
.compare-item .compare-item-content .col-2 {
  border-right: 1px solid #dcdcdc;
}
.compare-item .compare-item-content .col-2:nth-last-child(1) {
  border-right: none;
}
@media (max-width: 768px) {
  .compare-item .compare-item-content {
    position: relative;
  }
}
.compare-item .checkmark:before {
  content: "";
  width: 100%;
  height: 8px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA0OC43NSI+PHBhdGggZD0iTTQ5LjI4IDBMMjEgMjcuNzlsLTEwLjQ4LTEwLjNMMCAyOC4wMWwyMSAyMC43NCAzOS0zOC41MXoiLz48L3N2Zz4=) 0 4px no-repeat;
  background-position: 50%;
  opacity: 0.7;
}

.edgePop.fancybox-content .products .products-item h4 {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .edgePop.fancybox-content .products .products-item h4 {
    min-height: 48px;
  }
}
.edgePop.fancybox-content .products .products-item .titlesub {
  min-height: 48px;
}
@media (max-width: 768px) {
  .edgePop.fancybox-content .products .products-item .titlesub {
    min-height: auto;
  }
}

.pop-feature.fancybox-content {
  max-width: 700px;
  height: auto;
}
.pop-feature .category-banner {
  background-color: #f2f2f2;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .pop-feature .category-banner {
    height: 53vw;
  }
}
@media (max-width: 1200px) {
  .pop-feature .category-banner img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .pop-feature .category-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pop-feature .feature-intro {
  margin-bottom: 16px;
}

.pop h3,
.pop-feature h3 {
  font-size: 24px;
  margin: 0 0 8px;
}
.pop a,
.pop-feature a {
  font-size: 15px;
  color: #007cc3;
}
.pop a:link,
.pop-feature a:link {
  color: #007cc3;
}
.pop a:hover,
.pop-feature a:hover {
  color: #3396cf;
}
.pop p,
.pop span,
.pop-feature p,
.pop-feature span {
  font-size: 15px;
}

@media (max-width: 768px) {
  .edgePop .compare-item,
  .rallyPop .compare-item,
  .variaradarPop .compare-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .edgePop .compare-item-content,
  .rallyPop .compare-item-content,
  .variaradarPop .compare-item-content {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 992px) {
  .edgePop.fancybox-content .container,
  .rallyPop.fancybox-content .container {
    min-width: 620px;
  }
}
@media (max-width: 768px) {
  .edgePop.fancybox-content .container,
  .rallyPop.fancybox-content .container {
    min-width: auto;
  }
}/*# sourceMappingURL=cycling-category.css.map */