/*can remove likely universal styles*/

#brandTabs .tabContainer.borderBottom{
    border-bottom:1px solid var(--color-black);
    margin:0 0 16px;
}

.perf-cat .specialOffer {
  display: flex;
  align-items: center;
}
.perf-cat .specialOffer::before {
  width: 15px;
  height: 15px;
  background: url("/images/icons/promo_blue.svg") no-repeat;
  display: inline-block;
  content: "";
  margin-right: .25em;
}

.visuallyHidden {
    display: none;
}

#brand-details {
  margin-top: 40px;
  position: relative;
}

/*end of*/
.brand-info .pageHeader {
  margin: .6em 0 0;
}
.readMoreWrap.readMore {
  overflow: hidden;
}
.brand-hero {
  margin:0 0 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.brand-hero img {
  width: 100%;
  height: auto;
}
.brand-info .logoWrapper {
  margin-bottom: 20px;
}
.FreeShipping img {
  height: 36px;
  margin: 0px 0 -3px -10px;
}
.FreeShipping {
  display: flex;
  align-items: center;
  margin: 1em 0;
}
.FreeShipping p {
  background-color: var(--color-gold);
  font-family: gibson;
  padding: 4px 2em 4px 1em;
  text-transform: uppercase;
  font-size: 1em;
  width: auto;
  margin: 3px 0;
  letter-spacing: .5px;
  line-height: 1.2em;
}
.FreeShipping span {
  font-weight: 500;
  font-style: italic;
}

.FreeShipping a:link, .FreeShipping a:visited, .FreeShipping a:active {
  color: var(--color-white);
    text-decoration: none;
}

#productList h4 {
  text-align: left;
}

/*product list styles*/
.productTire {
  min-height: 32px;
}

.productList {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.productList .productColumn {
  width: calc(50% - 1em);
  min-width: 350px;
}
.ruledGrid .gridImg {
  margin: 0 auto;
}
.ruledGrid .gridItem .p_caption {
  font-weight: 500;
  text-align: center;
}
.ruledGrid .gridItem .p_subcaption, .ruledGrid .gridItem .p_subcaption_susp {
  text-align: center;
}

.p_statuscaption {
    color: #5d5959;
    font-family: gibson; font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    content: "New";
    justify-content: center;
}

.p_statuscaption:before {
  background: url(/images/icons/checkCircle_yellow.svg) no-repeat;
  background-size: auto;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: .25em;
}

.videoColumnWrapper {
  display: flex;
  gap: 3em;
  flex-wrap: wrap;
}

.videoColumnWrapper .video {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(33.33% - 2em);
}
#vidList .video a{
    width:100%;
    text-align: left;
}
.videoImage {
  width: 100%;
}

.ruledGrid {
  display: flex;
  flex-wrap: wrap;
}

.ruledGrid .gridItem {
  display: flex;
  justify-content: center;
  padding: 2em;
  position: relative;
  width:100%;
}

.ruledGrid .gridItem img {
  max-width: 190px;
  max-height: 190px;
  margin: 0 auto;
}

.ruledGrid .gridItem::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: var(--color-lightgrey);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ruledGrid .gridItem::after {
  display: inline-block;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: var(--color-lightgrey);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.ruledGrid a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.brand-info p.relatedBrands {
  font-family: gibson;
  font-weight: 500;
  margin: 15px 0;
  font-size: 16px;
}
.relatedbrand_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Brand Ratings and Reviews Pages */

.brandReviews ul.perf-cat {
  margin-bottom: 25px;
}

@media (max-width:813px) {
  ul.perf-cat:last-child {
    margin-bottom: 0px;
  }
}

/*promo tab*/
.brandPromo .promo-img {
  max-width: 490px;
  width: 100%;
}
.brandPromo {
  display: flex;
  gap: 2em;
  align-items: center;
  margin-top: 1em;
  flex-wrap: wrap;
}
.brandPromo h4 {
  margin-top: 0;
}
.brandPromo .promo-contentContainer {
  width: calc(100% - 490px - 2em);
}

/*Track Connect Styles*/

.tcSideBarHeader {

    padding:12px 1em;

    color:#fff;

    background-color:#005aab;

}


.tcSideBarHeader img {

    max-width: 280px;

}

.tcSideBar {
  border: 2px solid #005aab;
}
.tcSideBarContent {
  padding: 20px;
}
.tcSideBarContent p {
  margin-top: 0;
}

@media (max-width:560px) {
    .ruledGrid .gridItem::before {
        content: none;
    }
    ul.ruledGrid li.gridItem:last-child::after {
        display:none;
    }
.videoColumnWrapper .video {
  width: 100%;
}
.logoBrand img {
  max-width: 50%;
}
}

@media (max-width:840px) {
    .brandPromo .promo-contentContainer {
      width: 100%;
    }
}

@media (min-width:560px) and (max-width:840px) {
    .ruledGrid .gridItem {
        width: 50%;
    }
    ul.ruledGrid li.gridItem:nth-child(2n)::before, ul.ruledGrid li.gridItem:nth-child(2n + 1):nth-last-child(-n+2)::after, ul.ruledGrid li.gridItem:nth-child(2n + 1):nth-last-child(-n+2) ~ li.gridItem::after {
        display: none;
    }
    .videoColumnWrapper .video {
        width: calc(50% - 1.5em);
}
}

@media (min-width:840px) and (max-width:1200px) {
    .ruledGrid .gridItem {
        width:33.33%
    }
    ul.ruledGrid li.gridItem:nth-child(3n)::before, ul.ruledGrid li.gridItem:nth-child(3n + 1):nth-last-child(-n+3)::after, ul.ruledGrid li.gridItem:nth-child(3n + 1):nth-last-child(-n+3) ~ li.gridItem::after {
        display: none;
    }
}

@media (min-width:1200px) {
    .ruledGrid .gridItem {
        width:25%
    }
    ul.ruledGrid li.gridItem:nth-child(4n)::before, ul.ruledGrid li.gridItem:nth-child(4n + 1):nth-last-child(-n+4)::after, ul.ruledGrid li.gridItem:nth-child(4n + 1):nth-last-child(-n+4) ~ li.gridItem::after {
        display: none;
    }
}