/** Shopify CDN: Minification failed

Line 25:11 Expected ":"

**/
/* HC - custom styles - 27 May '24 */
.grid__item .media--square > img,
.grid__item .media--portrait > img,
.image-with-text__media--contain > img,
.grid__item .card .card__media .media img,
.card__inner .card__media .media img, .thumbnail img {
  object-fit: contain !important;
}

.media--icon {
  padding-bottom: 50px;
}

.media--icon img {
  object-fit: contain;
}

h2.banner__heading.inline-richtext.h1 {
  font-size: 2.26667em;
  Helvetica,Helvetica Neue,Arial,Lucida Grande,sans-serif
}

.banner__text.rte p {
    font-size: 1.33em;
    font-weight: 700;
    color:#fff;
}


@media screen and (min-width: 750px) {
  .product.grid {
    flex-direction: row-reverse;
  }
  .grid__item.product__media-wrapper {
    padding-left: 4rem;
  }
  .product:not(.product--no-media):not(.featured-product)
    .product__info-wrapper {
    padding-left: 0 !important;
  }

  h2.banner__heading.inline-richtext.h1 {
    font-size: 4.3em;
}

.banner__text.rte p {
    font-size: 1.53333em;
}

}

/* reviews */
table#ratings {
  width: 100%;
  border: .1rem solid rgba(var(--color-foreground), .2);
  border-top: none;
  box-shadow: none;
}
.r5 {
  background: #ccffcc;
}
.r4 {
  background: #ffffcc;
}

.r3 {
  background: #ffcc99;
}
.r2 {
  background: #cc9966;
}

.r1 {
  background: #ffcccc;
}

.rating {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
}

.ratings-container {
  border: .1rem solid rgba(var(--color-foreground), .2);
  border-bottom: none;
}

#ratings ul {
  list-style: none;
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 8px;
}
.rlabel,
.rcomments {
  font-size: 16px;
}
.rlabel {
  width: 150px;
  display: inline-block;
}

div.rcomments {
  width: 100%;
  padding: 4px;
}
div.ratings {
  width: 100%;
  margin: 8px auto;
}
.product-popup-modal.size-chart .product-popup-modal__toggle {
  position: absolute;
  right: 15px;
}

.product-popup-modal.size-chart .product-popup-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-popup-modal.size-chart .product-popup-modal__content-info {
  padding-right: 0;
}

.form__label-with-size__chart {
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* footer image with text */
.footer-image-with-link {
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-image-with-link.display-start {
  justify-content: flex-start;
}

.footer-image-with-link.display-center {
  justify-content: center;
}

.footer-image-with-link.display-end {
  justify-content: flex-end;
}

.footer-image-with-link.align-start {
  align-items: flex-start;
}

.footer-image-with-link.align-center {
  align-items: center;
}

.footer-image-with-link.align-end {
  align-items: flex-end;
}

/* image link product block */
.product__info-container .image-link_wrapper {
  margin-top: 2.5rem;
}
.image-link_wrapper figure {
  margin: 0 auto;
}

.image-link_wrapper img {
  width: 100%;
  max-width: 100%;
}

/* cart icon */
.header__icon .icon {
  fill: currentColor;
}

.header__icon, .header__icon--cart .icon {
  height: 2rem;
}

/* HC - testimonials - 23 Jul '24 */
.section--testimonials .testimonials__wrapper > div{
  width: 100%;
  text-align: center;
}

.section--testimonials .slideshow__text.banner__box{
  width: 100%;
  max-width: 100%;
}

.section--testimonials .stars{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.section--testimonials .banner__box{
  width: auto;
  height: 100%;
  min-width: auto;
  max-width: 100%;
}

.section--testimonials .swiper-pagination {
  position: inherit;
}

.section--testimonials .swiper-pagination-bullet-active {
  background: #000;
}

/* HC - logo additional image - 25 Jul '24 */
.logo-additional-image {
  max-width: 250px;
  width: 100%;
}

h1.header__heading {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

/* HC - card product rating */
.rating-wrapper {
  display: flex;
  align-items: center;
}

.rating-wrapper .rating {
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
}

.rating-wrapper .rating-count {
  line-height: 0;
  display: block;
}

/* HC - announcement bar */
.announcement-bar__message {
  padding: 2rem;
  font-size: 16px;
}

/* HC - rallybands collection - 01 Aug '24 */
.rallybands.grid {
  flex-direction: column;
}

.rallybands .grid__item {
  max-width: 100%;
  width: 100%;
}

.rallybands .card.card--media {
  gap: 2rem;
  align-items: center;
  flex-direction: row;
}

.rallybands .card__inner {
  max-width: 200px;
}

.rally-product-badge {
    display: inline-block;
    margin-bottom: 4px;
    padding: 4px 8px;
    background: #000;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 15px;
    position: relative;
    top: -5px;
}

.new_pdp_rallyband .product__media-item{
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.new_pdp_rallyband .product-media-container .product__modal-opener {
    display: block;
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}