/** Shopify CDN: Minification failed

Line 27:8 Expected URL token but found "url("
Line 35:9 Expected identifier but found "url("
Line 59:9 Expected identifier but found "url("
Line 264:0 Comments in CSS use "/* ... */" instead of "//"

**/

/* 
        FONTS



@font-face {
  font-family: 'DIN-Medium';
  src: url('fonts/DIN-Medium.eot');
  src: url('fonts/DIN-Medium.woff2') format('woff2'),
       url('fonts/DIN-Medium.woff') format('woff'),
       url('fonts/DIN-Medium.ttf') format('truetype'),
       url('fonts/DIN-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css2?family='Roboto':ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Roboto';
    src: url("/cdn/shop/files/Roboto-Regular.woff2") format("woff2"),
         url("/cdn/shop/files/Roboto-Regular.woff") format("woff");
    src:  url("/cdn/shop/files/Roboto-Regular.otf")  format("otf");
    src:  url("/cdn/shop/files/Roboto-Regular.tt")  format("truetype");
         url("/cdn/shop/files/Roboto-Regular.eot")  format("embedded-opentype");
    font-weight: normal;
   font-style: normal;
} 

@font-face {
    font-family: 'DIN-Light';
    src: url("/cdn/shop/files/DIN-Light.woff2") format("woff2"),
         url("/cdn/shop/files/DIN-Light.woff") format("woff");
}  
  
@font-face {
    font-family: 'DIN-Regular';
    src: url("/cdn/shop/files/DIN-Regular.woff2") format("woff2"),
         url("/cdn/shop/files/DIN-Regular.woff") format("woff");
} 


@font-face {
    font-family: 'DIN-Medium';
    src: url("/cdn/shop/files/DIN-Medium.woff2") format("woff2"),
         url("/cdn/shop/files/DIN-Medium.woff") format("woff");
    src:  url("/cdn/shop/files/DIN_Medium.otf")  format("otf");
    src:  url("/cdn/shop/files/DIN_Medium.ttf")  format("truetype");
         url("/cdn/shop/files/DIN-Medium.eot")  format("embedded-opentype");
    font-weight: normal;
   font-style: normal;
} 


@font-face {
    font-family: 'DIN-Bold';
    src: url("/cdn/shop/files/DIN-Bold.woff2") format("woff2"),
         url("/cdn/shop/files/DIN-Bold.woff") format("woff");
} 

@font-face {
    font-family: 'DIN-RegularAlt';
    src: url("/cdn/shop/files/DIN-RegularAlternate.woff2") format("woff2"),
         url("/cdn/shop/files/DIN-RegularAlternate.woff") format("woff");
} 

@font-face {
    font-family: 'DIN-BlackAlt';
    src: url("/cdn/shop/files/DIN-BlackAlternate.woff2") format("woff2"),
         url("/cdn/shop/files/DIN-BlackAlternate.woff") format("woff");
} 

/* 
        GLOBAL
*/

html, body {font-family:'Roboto', Helvetica, sans-serif;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'DIN-Medium', 'Roboto', sans-serif;

}


body :is(h1, .h1) { 
  letter-spacing: -.05rem;
  line-height: 1;
}

@media only screen and (max-width:500px) {
   body :is(h1, .h1) { 
      font-size: 40px;
   }
   .bis-edge-left {
    left: 0px!important;
   }
}

body :is(h3, .h3) {
    font-size: calc(1.75rem * var(--adjust-heading))!important;
    text-transform: uppercase;
}


/* this was cutting off the top of the DIN font */
.aos-initialized .text-reveal__cropper {
    overflow: visible;
    -webkit-overflow: visible;
}

body.template-index h2.section__heading.h2.aos-init.aos-animate {
    --adjust-heading: calc(var( --FONT-ADJUST-HEADING) * 1.7);
    letter-spacing: -.05rem;
}

body .blog-section h2.section__heading.h3.aos-init.aos-animate {
    font-size: 51px!important;
}

body .grid-section h3,
body .grid-section .p,
body .grid-section a,
body .blog-section .blog__post-content a, 
body .blog-section .blog__post-content p
{
   
}

body .grid-section .p {
    line-height: 1.4;
}

a.mosaic__item__btn.btn.btn--text {

      color: var(--text);
}
a.mosaic__item__btn.btn.btn--text:hover {
    color: var(--accent);
}

.no-touch .btn--text:after {
    background: var(--accent);
   bottom: -0.2rem;
    height: 2px;
}
.no-touch .btn--text:before {
    background: var(--text);
    height: 2px;
    bottom: -0.2rem;
}

.no-touch .btn--text:hover:before,
.no-touch .btn--text:hover:after {
    transition: transform 0.7s cubic-bezier(.19,1,.22,1);
}

button.accordion__item__title.h5 {
    font-size: calc(1rem * var(--adjust-body));
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 500;
    padding-right: 25px;
    line-height: 26px;
}

button.accordion__item__title path {
    stroke: red;
}

body ul li::marker {
    color: #c22033;
}

body ul {
    margin-left: 40px;
}

@media only screen and (max-width: 767px) {
    .img-caption {
        font-size: 14px;
        line-height: 1.4!important;
    }
}

/* 
        HEADER
*/

body .top-bar__text p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

body .top-bar__text a {
    text-decoration: none;
}

body header .logo {
    margin: 18px 0;
}

body header .navlink--toplevel>.navtext:after, body header .grandparent .navlink--child>.navtext:after {
    background: var(--accent);
    height: 3px;
    bottom: 0px;
}

body header .navtext {
    position: relative;
    display: block;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-family: 'DIN-Medium';
    text-transform: uppercase;
}

body header a:not(.navlink--child) .navtext {
    margin-bottom: -15px;
}

body header .parent .header__dropdown {
    top: 100%;
}

/* hide third level link in megamenu */
a.navlink.navlink--grandchild {
    display: none;
}

body .nav--default .grandparent .navlink--child>.navtext {
    display: block;
    text-align: center;
}

/* better vertically align main menu */
header nav#NavStandard .menu__item>a.navlink.navlink--toplevel {
    padding-top: 7px;
}

.dropdown__family .background-size-cover.lazyloaded {
    transition: transform .2s;
}

.dropdown__family:hover .background-size-cover.lazyloaded {
    transform: scale(1.1);
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}

//* makes all megamenu images the same size  */
body .menu__item.grandparent .navlink--image {
    display: block;
    width: 100%;
    /* max-width: 194px; */
}

.grandparent.kids-2 .header__grandparent__links {
    max-width:500px;
  margin: auto;
}
.grandparent.kids-3 .header__grandparent__links {
    max-width: 820px;
  margin: auto;
}
.grandparent.kids-4 .header__grandparent__links {
    max-width: 1050px;
    margin: auto;
}

.grandparent.no-images.kids-3 .header__dropdown__inner {
    width: calc(100vw / 5 * 3 - var(--scrollbar-width) - var(--gutter));
}

.grandparent.no-images.kids-4 .header__dropdown__inner {
    width: calc(100vw / 5 * 4 - var(--scrollbar-width) - var(--gutter));
}

.mobile-nav__trigger--level-2, ul.mobile-nav__sublist .mobile-dropdown {
    display: none;
}

.header__dropdown__wrapper {
    border-bottom: 10px solid #000000;
}
/*  
  INTERNATIONAL DISTRIBUTORS
*/
#international-distributors a {
    overflow-wrap: break-word;
}


/* 
        MOBILE NAV
*/
a.mobile-search-link {
    font-size: calc(1.5rem * var(--adjust-nav));
    padding: 10px 0;
    font-weight: 500;
}

a.mobile-search-link:after {
    content: '';
    background: url(/cdn/shop/files/magnifying-glass-icon-2.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 12px;
}

.mobile-nav--bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid gray;
    margin-inline: 20px;
}

/* 
        HOMEPAGE
*/

body#feedback-sports .main-heading {
    font-size: calc(2.5rem * var(--adjust-heading));
}

body.template-index .video-text-wrapper.wrapper--narrow.backdrop--radial {
    width: unset;
}

/*
body.template-index .shopify-section.slideshow :is(h2, .h2) {
    margin-top: -1.1rem;;
}
*/ 

/* Top Slide  */
div#shopify-section-template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81 .background-size-cover.slide__image.lazyloaded {
    background-position: top center!important;
}



/* Top Slide Text top Margin */
div#Slideshow--template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81 .slide__text__wrapper.slide__text__wrapper--full.backdrop--radial {
    margin-top: 40px;
} 

/* Top Slide button */
div#Slideshow--template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81 .main-buttons__item.aos-init.aos-animate {
    margin-top: 0px;
}

/* Top Slide Mobile */
@media only screen and (max-width: 767px) {
    .item.item--template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81-1678378258e456e683-0 .slide__text__container {
        align-items: flex-end;
    }
  
    div#Slideshow--template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81 .item.four-fifty-height-mobile {
        height: 350px;
    }
    div#Slideshow--template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81 .item.four-fifty-height-mobile {
        min-height: unset;
    }
    div#Slideshow--template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81 .slide__text__wrapper {
        padding-bottom: 0px;
        margin-bottom: 15px!important;
        width: 75%;
    }
    div#Slideshow--template--18043061240106__49dd549e-d98c-4f63-85c1-a6244e874c81 .slide__text__wrapper h1 { 
        font-size: 30px;
    }

    a.slide__btn.btn.btn--primary {
        padding: 10px;
    }
}

/* HOME Page Mobile */
@media only screen and (max-width: 767px) {

    body.template-index h2.section__heading.h2.aos-init.aos-animate {
        --adjust-heading: calc(var(--FONT-ADJUST-HEADING) * 1.5);
    }

    body.template-index .shopify-section.slideshow :is(h2, .h2) {
        margin-top: unset;
    }

    body#feedback-sports .main-heading {
        font-size: calc(1.8rem * var(--adjust-heading));
    }

    div#shopify-section-template--18043061240106__section-slideshow h2.slide__text.main-text {
        font-size: 18px;
    }

    .sustainability-logo {
        max-width: 200px!important;
    }
  
}





/* Featured Categories */
@media only screen and (max-width: 767px) {
    div#SectionColumns--template--18747801895210__064da560-348f-43c4-b3b5-d4c142d5626a .section-columns__slider.carousel.carousel--mobile.carousel--inactive {
        flex-direction: column;
    }
    div#SectionColumns--template--18747801895210__064da560-348f-43c4-b3b5-d4c142d5626a .carousel--mobile {
        align-items: center;
    }
    div#SectionColumns--template--18747801895210__064da560-348f-43c4-b3b5-d4c142d5626a .carousel--mobile .column__item.carousel__item.one-third.mobile--one-whole {
        margin-bottom: 50px;
    }
    div#SectionColumns--template--18747801895210__064da560-348f-43c4-b3b5-d4c142d5626a .column__item__image-wrapper.aos-init.aos-animate {
        width: 85%;
        margin: auto;
        margin-bottom: 10px;
    }
    div#SectionColumns--template--18747801895210__064da560-348f-43c4-b3b5-d4c142d5626a .section-columns__slider .column__item.carousel__item.one-third.mobile--one-whole:last-child {
        margin-right: 20px;
    }
}

/* width of 2nd Slide text container */
div#Slideshow--template--18747801895210__655aadcd-4054-4586-94e2-03f60ac704c4 .slide__text__wrapper.slide__text__wrapper--normal.backdrop--radial {
    width: 580px;
}

/* 2nd Slide h2 */
div#Slideshow--template--18747801895210__655aadcd-4054-4586-94e2-03f60ac704c4 h2.slide__text.main-text {
    color: #c7c7c7;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: calc(1.25rem * var(--adjust-body));
}

@media only screen and (max-width: 767px) {
    .item.item--template--18747801895210__655aadcd-4054-4586-94e2-03f60ac704c4-1678378258e456e683-0.item--right.text-light.original-height.is-selected h1 {
        font-size: 35px;
    }
    div#Slideshow--template--18747801895210__655aadcd-4054-4586-94e2-03f60ac704c4 h2.slide__text.main-text {
        font-size: 18px;
        color: #efefef;
        text-shadow: 1px 1px 5px #000000;
    }
    .item.item--template--18747801895210__655aadcd-4054-4586-94e2-03f60ac704c4-1678378258e456e683-0.item--right.text-light.original-height.is-selected {
      min-height: 540px;
    }
}

body.template-index .custom-scrollbar {
    width: 100%;
    height: 3px;
}

.tab-collections a.product-grid-item__title,
.tab-collections .product-grid-item__price {
    align-items: center;
    margin: auto;
    font-size: 17px!important;
    font-family: 'DIN-Medium', 'Roboto', Helvetica, sans-serif;
    text-transform: uppercase;
}

.tab-collections a.product-grid-item__title {
      line-height: 1.3;
}

@media only screen and (max-width: 767px) {
   .tab-collections .tab__link {
       font-size: 14px;
       margin-right: 15px;
   }

}

/* 3rd Slide h2 */
div#shopify-section-template--18043061240106__section-slideshow h2.slide__text.main-text {
    font-family: 'Roboto', Helvetica, sans-serif;
    color: #e2e2e2;
} 

.sustainability-logo {
  display:inline-block;
  max-width: 300px;
  margin-block: 15px;
}

body.template-index  .blog-section h2.h3 {
    margin-bottom: -30px!important;
}

/* blog red underline on hover */
.blog__post-item.grid__item.aos-init.aos-animate {
    overflow: visible;
}

.blog__post-item.grid__item.aos-init.aos-animate:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    background: var(--accent);
    height: 3px;
    will-change: transform;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform .3s ease;
    z-index:99999999;
}
.blog__post-item.grid__item.aos-init.aos-animate:hover:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    background: var(--accent);
    height: 3px;
    will-change: transform;
    transform: scaleX(1);
    transform-origin: top left;
    transition: transform .3s ease;
}

.blog-section a.blog__post-excerpt-link {
    font-family: 'Roboto', Helvetica, sans-serif;
    color: var(--text-alpha-85);
}

.blog-section a.blog__post-excerpt-link {
    color: var(--text-lighten);
}

.blog-section time {
    color: #ffffff;
    background-color: #737373;
    padding: 3px 8px;
    font-size: 12px;
}

.featured-blog p.blog__post-meta small time {
    color: #ffffff;
}

/*  BLOG DARK  */


.blog-section .section__header h2,
h3.blog__post-title {
    color: #ffffff;
}

.blog-section time {
    color: #252525;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #c7c7c7;
    border-left: 2px solid #d2232a;
    text-transform: uppercase;
    background-color: transparent;
}

.blog-section a.blog__post-excerpt-link {
    color: #c7c7c7;
}

/*  hack for Safari */
.blog-section a.blog__post-excerpt-link {
    top: 3px;
    position: relative;
}

body.template-index div.blog-section.featured-blog {
    background: #252525!important;
}

.featured-blog .rte {
  margin-bottom: unset;
}

.blog__post-excerpt-link {
display: block;
margin-bottom: 5px;
}


/* 
        Catetory Page
*/

.wrapper--narrow.backdrop--radial .rte.rte--header.collection__description.aos-init.aos-animate {
    display: none;
}

h1.section-header__title.collection__title.aos-init.aos-animate {
    --adjust-heading: calc(var( --FONT-ADJUST-HEADING) * 1.7);
    text-transform: uppercase;
}

body.template-collection .collection__products h2 {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  /* Maintenance Collection */
  div#Subcollection--template--18043061174570__subcollections .grid {
      grid-template-columns: repeat(5, 1fr);
  }
}

a.subcollection__item__image.lazyloaded {
    background-size: 100%;
 transition: background-size 0.5s ease-in-out;
}

a.subcollection__item__image.lazyloaded:hover {
    background-size: 110%!important;
  transition: background-size 0.5s ease-in-out;
}

a.subcollection__item__image.lazyloaded:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
}

a.subcollection__item__image.lazyloaded:hover:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    transition-duration: .5s;
}

body.template-collection .collection__products.collection__products--4.collection__products--mobile--one-whole {
    margin-top: 4px;
}

body.template-collection  .rte.rte--header.collection__description.aos-init.aos-animate {
    margin-bottom: 40px;
}

body.template-collection  .rte.rte--header.collection__description.aos-init.aos-animate h2 {
    font-size: 30px;
}

.collection__description p {
    font-size: calc(1rem * var(--adjust-body));
}

.collection__description p a {
    color: var(--COLOR-BUTTON-PRIMARY-BG);
}

.collection__description p a:hover {
    color: var(--COLOR-BUTTON-PRIMARY-BG-HOVER);
;
}

body .subcollection__item__title span:after {
    height: 2px;
    background: #d2232a;
}

/* 
        Collection Filters
*/

body .collection__filters-wrapper {
    margin-top: 0px;
}

button.collection__filter__title {
    border-top: 1px solid #d8d8d8;
}

body .collection__filters__top {
    margin-bottom: 0;
}

body button.collection__filter__title {
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
}

body button.collection__filter__title:hover,
body button.collection__filter__title.is-expanded {
    color: #d2232a;
}

body .collection__filters__title,
body .collection__filters-header hr.hr--full {
    display: none;
}

a.collection__filters__reset.is-visible:hover {
    color: #d2232a;
    text-decoration: none;
}

a.collection__filters__reset.is-visible:after {
    content: "X";
    margin-left: 5px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
}

a.collection__filters__reset.is-visible {
    font-size: 12px;
    text-decoration: none;
    text-transform: capitalize;
}

.collection__filters__clear {
    margin-bottom: 5px;
}

@media only screen and (min-width:1024px) {
    body.template-collection .collection__filters {
        margin-top: -30px;
    }
    body .collection__filters__top {
        margin-bottom: 0;
        padding-top: 12px;
    }
}


.filter__active__remove {
    position: relative;
    min-width: 0;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 6px 32px 6px 10px!important;
    font-size: calc(.875rem * var(--adjust-body))!important;
    text-align: left;
    background: var(--COLOR-BG-ACCENT)!important;
    border-radius: var(--RADIUS);
    border: 0px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Roboto', Helvetica, sans-serif;
    letter-spacing: unset;
}



/* sort */
@media only screen and (min-width:1024px){
  body.template-collection .collection__sort__option-wrapper.collection__sort__option-wrapper--visible,
  body.template-collection .collection__sort__options ul {
      background: transparent;
    border: none;
      border-radius: 10px;
    color: #ffffff;
  }
}

@media only screen and (max-width:1023px){
    .collection__sort__label {
        font-size: calc(1.2rem * var(--adjust-heading));
        text-transform: uppercase;
    }
    ul.collection__filter-tags.collection__filter-tags--default {
        padding-top: 0px;
    }
}

body.template-collection .collection__sort__option-wrapper.collection__sort__option-wrapper--visible {
    box-shadow: 6px 6px 10px #00000066;
   background: #151515;
}

body.template-collection .collection__sort__button:before {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
}

body.template-collection  .collection__sort__button:after {
    top: -3px;
    left: -3px;
    width: 13px;
    height: 13px;
}

/* 
        Product Grid

  */
  
a.product-grid-item__price.price {
    color: var(--text-lighten);
      font-family: 'Roboto', Helvetica, sans-serif;
   font-size: 17px!important;
}

span.product-grid-item__price__new {
    color: var(--accent);
}

span.product-grid-item__price__new + s {
    color: var(--text-alpha-60);
    font-size: 0.9em;
}


.product__badge__item.product__badge__item--saving {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 500;
    padding-left: 12px;
    clip-path: polygon(0 45%, 15% 0, 100% 0, 100% 100%, 15% 100%, 0 55%);
}

body .btn--quick .btn__inner {
    background: var(--button-secondary-text);
    color: #ffffff;
}
body .product-grid-item__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
}

.product-grid-item__info.product-grid-item__info--left.aos-init.aos-animate {
    text-align: center;
}

@media only screen and (max-width:767px) {
    .banner-inner.four-fifty-height.align--middle-center {
        min-height: unset!important;
    }
}




/* 
        PRODUCT REVIEWS ON PRODUCT PAGE
*/

#shopify-product-reviews .spr-container {
    border: none;
}

#shopify-product-reviews  h2.spr-header-title {
    display: none;
}

#shopify-product-reviews .spr-icon {
    color: #e3aa00!important;
}

.jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  text-decoration: underline!important;
  background-color: unset!important;
  border: none!important;
}

body.template-product #MainContent .jdgm-form__rating a:not(.btn) {
  color: #e3aa00;
}


/* submit review buttons */

.jdgm-form__fieldset .jdgm-cancel-rev {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: var(--button-primary-bg);
    border: var(--button-primary-border);
    padding: 15px 22px;
    line-height: 22px;
    border-radius: var(--RADIUS);
    text-transform: var(--BUTTON-TEXT-CAPS);
    text-decoration: none;
    box-shadow: none;
    font-family: var(--FONT-STACK-BUTTON);
    font-weight: var(--FONT-WEIGHT-BUTTON);
    font-style: var(--FONT-STYLE-BUTTON);
    font-size: calc(1rem* var(--adjust-button));
    text-align: center;
    letter-spacing: var(--LETTER-SPACING-BUTTON);
    will-change: color, border, background;
    transition: color .3s ease, border .3s ease, var(--PRIMARY-BG-TRANSITION);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}
.jdgm-form__fieldset .jdgm-submit-rev {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: var(--button-primary-text)!important;
    background: var(--button-primary-bg);
    background-color: var(--button-primary-bg)!important;
    border: var(--button-primary-border)!important;
    padding: 15px 22px!important;
    line-height: 22px!important;
    border-radius: var(--RADIUS)!important;
    text-transform: var(--BUTTON-TEXT-CAPS);
    text-decoration: none!important;
    box-shadow: none;
    font-family: var(--FONT-STACK-BUTTON);
    font-weight: var(--FONT-WEIGHT-BUTTON)!important;
    font-style: var(--FONT-STYLE-BUTTON)!important;
    font-size: calc(1rem* var(--adjust-button));
    text-align: center;
    letter-spacing: var(--LETTER-SPACING-BUTTON);
    will-change: color, border, background;
    transition: color .3s ease, border .3s ease, var(--PRIMARY-BG-TRANSITION);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

@media only screen and (min-width: 506px) {
  .jdgm-form__fieldset .jdgm-cancel-rev {
    top: 21px;
  }
}
/* 
        FOOTER
*/

footer .footer-logo {
    margin: auto;
    max-width: 100px;
}

footer .footer-bottom {
    display: block;
}

footer .footer-bottom div {
    margin-bottom: 10px;
}

footer .footer-bottom .footer-copyright {
    margin-bottom: 0px;
    font-size: 12px;
    font-family: 'Roboto', Helvetica, sans-serif;
}

footer button.footer-title__button.h5 {
    font-size: 20px!important;
}

footer  .footer-links li {
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-bottom.wrapper.aos-init.aos-animate {
        text-align: center;
    }
    .social-sharing-wrapper {
        justify-content: center;
    }
    .footer-blocks {
        gap: 20px;
    }
    .footer-block {
        gap: 5px;
    }

    footer  .footer-links li {
       margin-left: 15px;
    }
}

.footer-copyright {
    opacity: .7;
}

/*

        Custom Sign Up Form

*/

.feedback-sign-up-body {
    display: flex;
    height: 147px;
    background-color: black;
}

.feedback-sign-up-text {
  margin: calc(var(--inner) / 2.6) 0;
  margin-right: 15px;
  display: flex;
  color: #d2232a;
}

.feedback-sign-up-text p {
  margin: 0px;
  margin-left: 15px;
}

#mc_embed_signup {
    --inner: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100vw - var(--scrollbar-width));
    z-index: 9000;
    color: var(--text);
    height: 103px;
}

@media only screen and (min-width: 1024px) {
  .popup__form #mc_embed_signup {
      padding: 0 var(--gutter);
  }
  .popup__form #mc_embed_signup form {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 592px) {
  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group-fname label, #mc_embed_signup #mc_embed_signup_scroll .mc-field-group-lname label  {
      margin-bottom: 20px;
  }

  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group-email label {
      margin-bottom: 0px;
  }

  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group-email input {
      max-height: 42px;
  }
  
  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group-fname input, #mc_embed_signup #mc_embed_signup_scroll .mc-field-group-lname input {
      margin-bottom: 9px;
  }

  #mc_embed_signup_scroll .mc-embed-subscribe-wrapper {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 426px) {
  #mc_embed_signup {
      height: 189px;
  }

  .popup__wrapper .feedback-sign-up-body {
    height: 229px;
  }
  
  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
    width: 28%!important;
  }
}

.popup__form #mc_embed_signup form {
  margin-top: 5px;
}

#mc_embed_signup .helper_text {
    background-color: black!important;
}

.mc-field-group-email {
  margin-top: -7px;
}

.feedback-sign-up {
  max-height: 417px;
  top: auto!important;
}

#mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
}

#mc-embedded-subscribe {
  margin: 0px!important;
}

#mc_embed_signup_scroll .indicates-required {
  display: none;
}

.mc-field-group label {
  margin-right: 20px;
  color: #d2232a;
}

#mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  width: 21%;
  margin-right: 10px;  
}

.mc-embed-subscribe-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -14px;
}


#mc_embed_signup .mc-embed-subscribe-wrapper .button {
    background-color: white;
    color: #d2232a;
}

.feedback-sign-up-body .popup__close svg path {
  stroke: red;
}

#mce-success-response, #mce-error-response {
  background-color: black;
  color: #d2232a!important;
}

/* 
        Product Detail Page

 */

@media only screen and (min-width: 1024px) {
  body.template-product .product-single__details  .form__wrapper.is-sticky {
      position: unset;
  
  }
}
.product__badge__item.product__badge__item_pdp {
    font-size: calc(1.0875rem * var(--adjust-body));
}
.product__block.product__title-and-price {
    margin-bottom: 5px;
}
.product__title {
    font-size: calc(3rem * var(--adjust-heading));
}

.product-name-part.aos-init.aos-animate {
    font-size: calc(.875rem * var(--adjust-body));
    color: var(--text-lighten);
    margin-left: 2px;
}

.product-name-part .pipe-separator {
    font-size: 1.3em;
    color: var(--button-primary-bg);
    padding-inline: 5px;
}

body.template-product .sustainability-badge {
    max-width: 270px;
    margin-bottom: 20px;
    float: right;
    background-color: #e3e3e3;
    padding: 25px;
    position: relative;
}

.short-product-description.aos-init.aos-animate {  
    margin-bottom: 20px;
    font-size: calc(1rem * var(--adjust-body));
    margin-top: 20px;
}

.product__price {
    font-size: calc(1.8rem * var(--adjust-body));
    color: var(--heading);
    font-family: DIN-Medium,'Roboto', Helvetica, sans-serif;
}

body.template-product .product-single__details span.product__price--regular {
    margin-bottom: 0px;
    line-height: normal;
    margin-top: 10px;
}

body.template-product .product-single__details .selector-wrapper.selector-wrapper--qty.aos-init.aos-animate {
    margin-top: 8px;
}

body.template-product  .product__price-and-badge {
    margin-bottom: unset;
    padding-bottom: 0px;
}

body.template-product  button.select-popout__toggle,
body.template-product  div#template--18043061469482__main-select-quantity {
    padding: 8px 8px 8px 15px;
    width: 80px;
    min-width: unset;
}

span#template--18043061469482__main-select-quantity-label {
    margin-bottom: 0px;
}

.product__form .btn {
    width: unset;
    padding-inline: 35px;
}

body.template-product .no-discount,
body.template-product .disclaimer-text
{
  font-size: 12px;
  padding-top: 20px;
  color: rgb(117 117 117);
}


/* body.template-product .no-discount:before {
    content: '';
    background: url(/cdn/shop/files/no-discounts.png?v=1679709450);
    position: absolute;
    width: 23px;
    height: 23px;
    background-size: contain;
    margin-left: -27px;
}
*/
 body.template-product a.find-locally-button {
        margin-top: 5px;
        cursor: pointer;
    }

.product__submit__add {
    margin-right: 10px;
}

/* Back-In-Stock Notification Button */
body.template-product .variant--soldout .btn.btn--submit.product__submit__add {
    display: block;
    background: none;
    margin-bottom: 25px;
    padding: 15px 0;
    color: var(--button-primary-bg);
    text-transform: capitalize;
    letter-spacing: 0;
}
body.template-product .variant--soldout .btn.btn--submit.product__submit__add:hover {
    background: none!important;
    color: black;
}
body.template-product .variant--soldout .btn.btn--submit.product__submit__add::before {
    background: none!important;
}

@media only screen and (min-width:490px) {
    body.template-product a.find-locally-button {
        display: inline;
        padding-block: 17px;
    }
}

@media only screen and (max-width:489px) {
    body.template-product a.find-locally-button {
        padding: 10px 32px;
    }

    body.template-product .btn.btn--submit.product__submit__add {
        display: block;
    }
}

.template-product .product__price {
    align-items: center;
}

.template-product s.product__price--compare {
    font-size: .6em;
    color: #808080;
    margin-bottom: 0px;
    margin-top: 10px;
}

span.product__price--off span {
    text-transform: uppercase;
    line-height: 1.8;
    font-family: 'Roboto', Helvetica, sans-serif;
}


.template-product span.product__price--off {
    margin-bottom:0px;
}

.sustainability-horiz {
   display: flex;
}

@media only screen and (max-width:490px) {
    .sustainability-horiz {
        flex-direction: column;
    }

    .sustainability-horiz img {
      height: 40px;
      padding-right: 0px;
      width: 180px;
    }
}


.sustainability-horiz img {
    height: 40px;
    padding-right: 10px;
}

.sustainability-horiz span {
    font-size: 14px;
    line-height: 1.3;
    color: #767676;
}

body.template-product p.product__rating {
    margin-block: 0px;
}

body.template-product .product__rating {
    display: inline-block;
}

.product__rating .rating__star .rating__star__full {
    margin-right: 5px;
}

body.template-product .product-badges {
    max-width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    text-align: center; 
}

body.template-product .product-badges img {
    margin-bottom: 15px;
}

body.template-product [data-section-type="related-products"] .section__header.featured-collection__top {
    margin-bottom: 0px;
}

body.template-product [data-section-type="related-products"] h2,
body.template-product [data-section-type="tab-collections"] h2
{
    font-size: 51px!important;
    letter-spacing: -.05rem;
    text-transform: capitalize;
    margin-bottom: 0px;
}

body.template-product .product__block.product__form__wrapper {
    padding-bottom: 0px;
}

body.template-product .product__form {
  gap: 10px;
}

button.product__accordion__title svg path {
    stroke: var(--button-primary-bg);
    stroke-width: 30;
}

.product__accordion__title .icon {
    right: 18px;
}

a.shipping-returns-link {
  color:  var(--button-primary-bg);
  
}

a.shipping-returns-link:hover {
  color: var(--headline_font_color);
}

body.template-product #MainContent a:not(.btn) {
    color: #b10324;
    text-decoration: none;
}

/* Conditional Promo Slide */
body.template-product .slideshow h1 {
    --adjust-heading: calc(var( --FONT-ADJUST-HEADING) * 1.7)!important;
}

body.template-product .slideshow h2 span {
    color: #c7c7c7;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: calc(1.25rem * var(--adjust-body));
}


/*   Product Info Accordions  */



.product-info-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
}

a.product-info-button {
    font-size: 24px;
    padding: 12px 0px 10px;
    line-height: normal;
    border-top: 2px solid #cbcbcc;
    color: var(--headline_font_color) !important;
    text-transform: capitalize;
    font-weight: 400;
    font-family:  'DIN-Medium', 'Roboto', Helvetica, sans-serif;
}

a.product-info-button:hover {
    color: var(--headline_font_color) !important;
    text-decoration: none !important;
}


a.product-info-button:first-child {
    border-top: none;
}

a.product-info-button:hover {
    text-decoration: none;
}


a.product-info-button:after {
    content: " ";
    transform: rotate(180deg) !important;
    position: absolute;
    right: 72px;
    margin-left: 3px;
    font-size: 1.1em;
    font-weight: 400;
    color: black;
    background-image: url(/cdn/shop/files/toggle_plus.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    transform: rotate(-90deg);
    transition-duration: 250ms;
}

@media only screen and (max-width:1023px) {
    a.product-info-button:after {
         right: 25px;
    }
}
  
a.product-info-button.active:after {
    content: " ";
    transform: rotate(0deg) !important;
    position: absolute;
    margin-left: 3px;
    font-size: 1.1em;
    font-weight: 400;
    color: black;
        background-image: url(/cdn/shop/files/toggle_minus.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    transform: rotate(90deg);
}

.product-info-panel {
    display:flex;
    padding-block: 10px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.pagePanel-omni.product-info-panel.sustainability-tab img {
    max-width: 220px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: left;
}

.pagePanel-omni.product-info-panel.features .left img {
    display: block;
    /* min-width: 64px; */
    max-width: 64px;
    margin-bottom: 10px;
}

.pagePanel-omni.product-info-panel ul  {
    margin-top: 10px;
}

.pagePanel-omni.product-info-panel ul li {
    margin-left: 20px;
}

.product-info-panel>div {
    padding: 0px;
}

.product-info-panel .left.six,
.product-info-panel .left.eight {
    padding-right: 15px;
}

.product-info-panel .right.six,
.product-info-panel .right.four {
    padding-left: 15px;
}

.grid-by-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
}

.grid-by-one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.grid-specs-two {
    display: grid;
    grid-template-columns: auto 1fr;
    ;
    grid-template-rows: 1fr;
    grid-column-gap: 6px;
}

.grid-specs-two span {
    padding: 10px;
    line-height: normal;
    font-size: var(--x_small);
}

.grid-specs-two span:nth-child(4n+1),
.grid-specs-two span:nth-child(4n+2) {
    background: #f2f2f2;
}

.grid-specs-two span:nth-child(2n-1) {
    font-weight: 500;
    text-align: right;
}

.setupPanel a.btn {
    margin-left: auto;
    max-width: unset;
}

.pagePanel-omni.product-info-panel.features .right {
    max-width: 140px;
}


@media only screen and (min-width: 1024px) {
    .pagePanel-omni.product-info-panel.features {
        display: flex;
    }
    .pagePanel-omni.product-info-panel.features .left {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .pagePanel-omni.product-info-panel.features {
        display: flex;
        flex-direction: column;
    }
    .pagePanel-omni.product-info-panel.features .left img {
        display:inline;
    }

    .pagePanel-omni.product-info-panel.features .right {
        max-width: unset;
        margin: auto;
    }  
  
}



body.template-product .sustainability-badge {
    max-width: 270px;
    margin-bottom: 20px;
    float: right;
    background-color: #ececec;
    padding: 25px;
    position: relative;
}

@media only screen and (min-width: 480px) {
    body.template-product .sustainability-badge {
        margin: 0 0 10px 20px;
    }
}

@media only screen and (max-width: 479px) {
    body.template-product .sustainability-badge {
        max-width: 100%;
        float: unset;
    }
}

.sustainability-badge:before {
    content: '';
    height: 10px;
    width: 100%;
    top: -10px;
    left: 0;
    position: absolute;
    background-color: #8cc341;
}

.sustainability-badge:after {
    content: '';
    height: 10px;
    width: 100%;
    bottom: 0px;
    left: 0;
    position: absolute;
    background-color: #8cc341;
}


.product-info-panel.instructions-support a, .product-info-panel.media-reviews a {
    color: var(--button-primary-bg);
    text-decoration: none;
}

@media only screen and (min-width:800px) {
    .pagePanel-omni.product-info-panel.instructions-support {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
    }
}

.product-info-panel.instructions-support p.download-pdf a {
    
}

/* .product-info-panel.instructions-support p.download-pdf a:before {
    content: " ";
    background-image: url(/cdn/shop/files/document-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 17px;
    position: absolute;
    left: -18px;
    top: 4px;
    opacity: .8;
    border-radius: 4px;
} */

.pagePanel-omni.product-info-panel.instructions-support h3 {
    text-transform: capitalize;
      font-size: 20px;
  margin-top: 10px;
}

.product-info-panel.instructions-support a:hover, .product-info-panel.media-reviews a:hover {
    color: #000000;
}

.pagePanel-omni.product-info-panel.instructions-support p, .pagePanel-omni.product-info-panel.media-reviews p {
    margin-block: 5px;
    position: relative;
}

#App--template--18043061469482__1679948544b9aac88d {
    display: none;
}

/* 
        CART DRAWER

 */

.cart__message--custom {
    text-align: center;
    background: #acacac;
    height: 44px;
}

.cart-drawer__head.aos-animate.aos-init {
    background-color: #ffffff;
    padding-top: 18px;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 5px solid #000000;
}

.cart-drawer__head.aos-animate.aos-init h3 {
    font-size: calc(2.0rem * var(--adjust-heading))!important;
}

.cart-drawer__close {
    top: 3px;
}

.cart-drawer__item-qty {
    display: none;
}

.cart-drawer__close path {
    stroke: #000000;
}

#cart_order_notes {
    background: #eee;
    padding-left: 23px;
    font-size: calc(.915rem * var(--adjust-body));
    font-weight: 500;
}

.cart__widget__title .icon {
  right: calc(var(--inner));
}

#cart_gift_notes {
  padding-left: 24px;
}

/* 
        CART PAGE

 */

body.template-cart .cart__content a.btn.btn--secondary {
    padding: 10px 16px;
    display: none;
}

body.template-cart .cart__message.cart__message--custom.text-light {
    display: none;
}

body.template-cart span.cart-drawer__item-qty {
    display: none;
}

body.template-cart .cart__inner {
    flex-direction: column;
}
body.template-cart .cart__content {
        width: 100%;
}
body.template-cart .cart__aside {
        margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body.template-cart .cart__content {
        width: 100%;
    }
    body.template-cart .cart__aside {
        margin-left: auto;
    }
}

body.template-cart .cart__items .cart__item__price {
    font-weight: 600;
}

body.template-cart .cart__item__price del {
    font-weight: 400;
}

body.template-cart  .cart__total {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 1.575rem;
    justify-content: flex-end;
}

.cart__total span:first-child {
    font-size: calc(1rem * var(--adjust-body));
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 500;
}

 .cart__widget #gift-notes label {
    font-weight: 400;
    color: rgb(178 178 178);
}

.cart__foot-inner p.cart__text {
    font-size: 12px;
    padding-top: 10px;
    color: rgb(117 117 117);
}

/* 
        CHECKOUT PAGE

 */

header[role="banner"] img {
    width: 170px;
}



/* 
        SEARCH PAGE

 */

section#SearchPage {
    padding-top: 0px;
}

.search__top {
    height: 450px;
    background: url(/cdn/shop/files/Search-Page-Background-Img.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.search__top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
    opacity: .7;
}

.search__top .wrapper {
    z-index: 99;
}

h1.search-page__title.h6 {
    font-size: 30px;
}

.search-page .collection__filters__clear {
    margin: 0 0 15px;
}

body.template-search .btn--secondary:hover {
    color: unset;
    border: unset;
    background: transparent!important;
    transition: none;
}

body.template-search .btn:before {
    transition: none;
}

body.template-search .btn--secondary:hover:before {
    background: var(--COLOR-BG-ACCENT)!important;
}

body.template-search .btn--secondary:hover:after {
    background: var(--COLOR-BG-ACCENT)!important;
}

@media only screen and (min-width: 768px) {
    .nav-search__input-group {
        max-width: 600px;
    }
}

input.search-input {
    border-bottom: none;
    font-size: calc(1.4rem * var(--adjust-body));
}

form.input-group.search-bar, 
.nav-search__input-group {
    background: #efefef;
    padding-inline: 20px;
    border-radius: 4px;
}

button.nav-search__submit,
button.search-submit {
  right:15px;
}

.search-input:focus {
    border: 0;
    border-bottom: none;
}

@media only screen and (max-width:500px) {
    body.template-search .search__top {
        height: 350px;
    }

     body.template-search h1.search-page__title.h6 {
        padding-inline: 0px;
    }

    h1.search-page__title.h6 {
        font-size: 24px;
    }

}



/* 
        STATIC PAGES


 */

body.template-page #MainContent a:not(.btn) {
    color: #b10324;
    text-decoration: none;
}

body.template-page :is(h3,.h3) {
    text-transform: unset;
}

body.template-page h1.slide__heading.main-heading {
    --adjust-heading: calc(var( --FONT-ADJUST-HEADING) * 1.7);
    text-transform: uppercase;
}

.overlapping-images__text.main-text p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', Helvetica, sans-serif;
}




/* about page */

body#about-us h2.overlapping-images__heading.main-heading {
    font-size: 27px;
}

body#about-us section#ImageWithText--template--18781680730410__34803857-0a8f-4e97-aaea-c1abfb20ccdf h2 {
    font-size: calc(var(--FONT-ADJUST-HEADING) * 3em);
}

@media only screen and (max-width:767px) {
    body#about-us div#Slideshow--template--18781680730410__c94c3a05-26c5-4237-a057-569104ddbb71,
    body#about-us div#shopify-section-template--18781680730410__cd897032-054e-4b9b-b2e6-e60baef02efc {
        display: none;
    }
    
    body#about-us div#Text--template--18632878883114__760dcc6f-fbb1-4b40-8e5d-24522b2e4770-168073312397974f1c-1 span.text-highlight__break {
        font-size: 35px;
    }

    body#about-us section#Text--template--18632878883114__760dcc6f-fbb1-4b40-8e5d-24522b2e4770 {
      padding-top: 20px;
    }
    body#about-us section#ImageWithText--template--18781680730410__34803857-0a8f-4e97-aaea-c1abfb20ccdf .image-with-text__content.text-left.aos-init.aos-animate {
        padding-top: 0px;
    }
  
    body#about-us .image-with-text__content.text-left.aos-init.aos-animate {
        padding-top: 40px;
    }

    body#about-us section#ImageWithText--template--18632878883114__6b1ffcc7-4c68-408c-aba4-618756cc3c70 {
        padding-top: 0px;
    }

   body#about-us section#Text--template--18781680730410__7209abf5-d7f2-4bac-99ef-46ba8e93299e {
        padding-top: 20px;
    }

     body#about-us  #Text--template--18781680730410__7209abf5-d7f2-4bac-99ef-46ba8e93299e-1681758821db688e23-1.text__heading {
          font-size: 35px;
      }

}

body#about-us .column__item__image-wrapper.aos-init.aos-animate {
    display: none;
}


/* 
        CONTACT PAGE

 */

body#contact h1.slide__heading.main-heading {
    --adjust-heading: calc(var( --FONT-ADJUST-HEADING) * 1.7);
    text-transform: uppercase;
}

body#contact .form__heading {
    text-align: left;
    font-size: 30px;
}

body#contact input.input--full::placeholder,
body#contact textarea::placeholder{
    color:  #545454;
}

/* PATENTS AND TRADEMARKS */
@media only screen and (max-width: 767px){
  #patents-and-trademarks .carousel--mobile {
    display: unset;
  }
  #patents-and-trademarks .text-image-columns {
    margin-left: 30px;
  }
}
body#patents-and-trademarks .column__item__image-wrapper.aos-init.aos-animate {
    display: none;
}
body#patents-and-trademarks .column__item__content.aos-init.aos-animate {
    text-align: left;
}
body#patents-and-trademarks .column__item.carousel__item.one-half.mobile--one-whole {
    margin: 0;
}
body#patents-and-trademarks h3.column__item__heading.h6 {
    --adjust-heading: calc(var(--FONT-ADJUST-HEADING) * 1.7);
}


/* ADVOCACY PAGE  */

body#feedback-sports-advocacy .advocacy-logos {
    display: flex;
    justify-content: space-evenly;
}

body#feedback-sports-advocacy .advocacy-logos a {
    text-align: center;
    }

@media only screen and (max-width: 1140px) {
    body#feedback-sports-advocacy .advocacy-logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    body#feedback-sports-advocacy .advocacy-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 700px) {
    body#feedback-sports-advocacy .advocacy-logos {
        display:flex;
        flex-direction: column;
        align-items: center;
    }
}

body#feedback-sports-advocacy .advocacy-logos a img {
    max-width: 180px;
}


/* PARTNERSHIPS PAGE  */

body#partnerships .accordion__item__title {
    text-align: right!important;
}



/* SUSTAINABILITY PAGE  */

body#sustainability h2 {
    --adjust-heading: calc(var( --FONT-ADJUST-HEADING) * 1.2);
}


/* SHIPPING AND RETURNS PAGE  */

body#shipping-amp-returns .accordion__header .section__header,
body#shipping-amp-returns .accordion__header .section__header h2 {
    margin-bottom: 0px;
}

body#shipping-amp-returns h2.section__heading.h2.aos-init.aos-animate {
    text-align: left;
}



body#shipping-amp-returns .accordion__item {
    border-bottom: 1px solid #dddddd;
} 



/* BLOG LIST VIEW  */
body#news h3.blog__post-title {
    color: #000000;
}

body#news section#BlogPosts--template--18747800781098__main h1 {
    display: none;
}

body#news .blog__post--three-col {
    grid-row-gap: 40px;
}


/* BLOG SINGLE ARTICLE  */

body.template-article .article__wrapper a {
    color: #d2232a;
    text-decoration: none!important;
}

body.template-article .article-page .section-article {
    padding-top: 0px;
}

body.template-article .article-page .section-article .responsive-image img,
body.template-article .article-page .section-article .article__image__wrapper {
    max-height: 450px;
    margin-bottom: 60px
}

body.template-article .article-page .section-header--article {
    padding-bottom: 30px;
}

body.template-article .article-page .section-article h1.aos-init.aos-animate {
    font-size: 2.62rem;
      margin-bottom: 10px;
}

body.template-article .article-page h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

p.article__meta.aos-init.aos-animate {
    margin-top: 0px;
}

p.article__meta small.light-gray:not(.light-gray:last-child),
p.blog__post-meta small:not(:last-child) {
    display: none;
}

article.article__wrapper p.article__meta small.light-gray time,
p.blog__post-meta small time {
    color: #252525;
    padding: 2px 8px 1px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    border-left: 2px solid #d2232a;
    text-transform: uppercase;
    line-height: 1.;
}

body.template-article  .recommended-posts h2 {
    font-size: 2.615em;
}

body.template-article .recommended-posts a.blog__post-title-link {
    color: #000000;
}


@media only screen and (max-width:767px) {

    body.template-article .article-page .section-article h1.aos-init.aos-animate {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    body.template-article .article-page .section-header--article {
        padding-bottom: 10px;
        text-align: left;
    }

    body.template-article .article-page h2 {
        font-size: 25px;
    }

    body.template-article  .recommended-posts h2 {
        font-size: 2em;
    }

}


shopify-payment-terms {
    font-size: 13px!important;
    color: #7e7e7e;
}

/* For getting Beeline to stack on top of main nav */
#shopify-section-header {
  z-index: 1000;
}

/* add Subtotal to Wholesale cart */
body.template-cart div.cart__total:before {
    content: 'Subtotal';
    left: 0;
    position: absolute;
    font-size: 12px;
    font-size: calc(1rem * var(--adjust-body));
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 500;
}
body.template-cart .cart__total span:first-child {
    display: none;
}


/* Donation App */
.donation-intro {
    padding-inline: 10px;
    padding-block: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

/* fix links on image with text sections */
.image-with-text__content {
    pointer-events: auto;
}


/* fix buttons on PDP not aligning */
.product-single__details .wpd_vd_main_container {
    display: inline-block;
}

@media only screen and (max-width: 489px) {
    .product-single__details .product__submit__item.aos-init.aos-animate button,
    .product-single__details .product__submit__item.aos-init.aos-animate  a.find-locally-button.btn.btn--secondary.aos-init.aos-animate {
        width: 200px;
    }
}

/* Bundler App Styles*/
.bndlr-products-container .bndlr-add-to-cart {
    padding: 15px 35px;
    background: var(--button-primary-bg);
    text-transform: uppercase;
}
.bndlr-products-container .bndlr-add-to-cart:hover {
    color: var(--button-primary-text-hover);
    background: var(--button-primary-bg-hover);
    transition: color .3s ease,border .3s ease,var(--PRIMARY-BG-TRANSITION-HOVER);
}
.bndlr-products-container .bndlr-inner-products-container .bndlr-product::after {
    background: var(--button-primary-bg);
}
.bndlr-inner-products-container .bndlr-product {
    border: none;
}
#bndlr-discount-message.bndlr-go-to-checkout {
    background: white;
    border-color: var(--button-primary-bg);
    border-width: 2px;
}
#bndlr-discount-message.bndlr-go-to-checkout .bndlr-message-yes {
    background: var(--button-primary-bg);
    border: none;
}
#bndlr-discount-message.bndlr-go-to-checkout .bndlr-message-yes:hover {
    color: var(--button-primary-text-hover);
    background: var(--button-primary-bg-hover);
    transition: color .3s ease,border .3s ease,var(--PRIMARY-BG-TRANSITION-HOVER);
}
#bndlr-discount-message.bndlr-go-to-checkout .bndlr-message-no {
    color: var(--button-secondary-text);
    background: var(--button-secondary-bg);
    border: var(--button-secondary-border);
    transition: color .3s ease,border .3s ease,var(--SECONDARY-BG-TRANSITION);
}
#bndlr-discount-message.bndlr-go-to-checkout .bndlr-message-no:hover {
    color: var(--button-secondary-text-hover);
    border: var(--button-secondary-border-hover);
    background: var(--button-secondary-bg-hover);
    transition: color .3s ease,border .3s ease,var(--SECONDARY-BG-TRANSITION-HOVER);
}

/* For centering Bundler App /Styles to be replaced if bundler code manually added to a product page template */
    .bundler-target-element.bndlr-automatic {
    margin-left: -46vw;
}
@media only screen and (max-width: 1023px){
  .bundler-target-element.bndlr-automatic{
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1500px){
  .bundler-target-element.bndlr-automatic {
    margin-left: calc(-1320px/2);
  }
}