/** 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;
}

/* Rally Band 30: normalize Shopify rich-text list markup so specifications
   remain compact even when each bullet contains its own paragraph element. */
.am-rally-30-description ul,
.am-rally-30-description ol,
.am-rally-20-description ul,
.am-rally-20-description ol {
  margin: 1.2rem 0;
  padding-left: 2.2rem;
  list-style-position: outside;
}

.am-rally-30-description li,
.am-rally-20-description li {
  margin: 0 0 0.65rem !important;
  padding: 0 !important;
  line-height: 1.5;
}

.am-rally-30-description li:last-child,
.am-rally-20-description li:last-child {
  margin-bottom: 0;
}

.am-rally-30-description li > p,
.am-rally-20-description li > p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

.am-rally-30-description li > p + p,
.am-rally-20-description li > p + p {
  display: block;
  margin-top: 0.4rem;
}

.am-rally-20-price-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin:1.6rem 0 2rem; }
.am-rally-20-price-grid > a { display:block; border:1px solid rgba(0,112,190,.25); border-radius:12px; padding:1.2rem 1.4rem; background:#f4faff; color:inherit; text-decoration:none; transition:transform .15s ease,box-shadow .15s ease; }
.am-rally-20-price-grid > a:hover { transform:translateY(-2px); box-shadow:0 8px 22px rgba(0,78,130,.12); }
.am-rally-20-price-grid strong,.am-rally-20-price-grid span,.am-rally-20-price-grid small { display:block; }
.am-rally-20-price-grid span { color:#006fb9; font-size:1.45em; font-weight:700; margin:.25rem 0; }
.am-rally-20-price-grid em { display:block; color:#006fb9; font-style:normal; font-weight:700; margin-top:.7rem; }
.am-rally-20-special { border-left:4px solid #087bc1; background:#f4faff; padding:1rem 1.4rem; margin:1.8rem 0; }
.am-rally-20-special h3 { margin-top:0; }
@media (max-width: 749px) { .am-rally-20-price-grid { grid-template-columns:1fr; } }
