.bikesDeals {
  counter-reset: counter;
  /* display: flex; */
  gap: 3rem;
  background: var(--mf7);
  /* padding: 2.75rem; */
  margin: 32px 0;
  float: left;
  width:100%;
  text-align: center;
}

.bikesDeals .title {
padding: 3rem;
margin: auto;
line-height: 200%;
}

.bikesDeals .title h2 {font-size: clamp(1.5rem, 5vw, 3rem);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-box-decoration-break: clone;box-decoration-break: clone;background-image: linear-gradient(130deg, #1c264c, #498cbc);text-wrap: balance;padding-bottom: 21px;line-height: 150%;display: inline-flex;flex-direction: column;gap: clamp(1rem, 5vw, 1.5rem);}
.bikesDeals .title h2 li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
align-content: center;
gap: 8px;
}
.bikesDeals .title h2 li::before {
width: 16px;
display: inline-block;
background-size: contain;
margin-right: 12px;
content: '\e911';
font-family: 'icons', 'feather' !important;
font-size: 24px;
}

.bikesDeals .title h2 li::marker {
content: '';
}


.bikesDeals .title h2 span{}

.bikesDeals .title p {opacity: 0.8;text-wrap: balance;max-width: 700px;margin: 0 auto 16px !important;}


.owl-carousel {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: minmax(360px, auto);
  grid-gap: 1.5em;
  margin: auto;
  padding: 2rem max(2rem, calc( (100vw - var(--maxWidth)) / 2 ) );
}
.owl-carousel > a {
  background: #fff;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
}
.owl-carousel > a h2, .owl-carousel > a p {
z-index: 1;
position: relative;
}
.owl-carousel > a h2{
font-size: 20px;
display: inline-flex;
align-items: baseline;
gap: 16px;
padding: 0;
margin: 0;
}
.owl-carousel > a p {
font-size: 14px;
opacity: 0.8;
margin: 0;
text-wrap: balance;
}
.owl-carousel .built {background: #132045;color: #fff;}
.owl-carousel .bikefitting {background: #c8c8c8;z-index: 2;position: relative;}
.owl-carousel .cover {width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: end;padding: 6%;align-items: flex-start;text-align: left;max-width: 100%;text-wrap: balance;z-index: 1;position: relative;}
.owl-carousel .noGrad {}
.owl-carousel .cover img {position: relative;}
.owl-carousel img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.owl-carousel img.product {
  position: relative;
  width: 75%;
  object-fit: contain;
  z-index: 0;
  padding: 12% 0 0 0;
}
.invertWhite {filter: invert(0) brightness(100);mix-blend-mode: hard-light;filter: invert(1);}

.owl-item {
  background: #fff;
  border-radius: 16px;
  height: 450px;
  overflow: hidden;
}
.owl-item .item {
  height: 100%;
}
.service {
  background: #fff2e7;
  w
}

.service h2 {
  color: #e87109;
  w
}

.worth {
  background: var(--mf3);
  border-radius: 80px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 20px;
  transform: rotate(20deg);
}
.worth > span {
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  font-size: 26px;
}
.worth > span:first-child {
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 100;
}



                                                                                                                                                