<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 211:17 Unexpected "{"

**/
/* Loyalty Lion */
.lion-action-button {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'futura-pt-condensed';
}
.okeReviews[data-oke-container] .oke-title, div.okeReviews .oke-title {
  font-family: 'futura-pt-bold';
}

.rewards-works {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 33%;
  text-align: center;
}
.rewards-works-item {
  padding: 20px 80px;
}
.rewards-works-item p {
  font-size: 1.1em;
}
.lion-tier-box__purchase-rule {
  display: none;
}
#loyaltylion .lion-tier-box__header, #loyaltylion .lion-tier-box {
  background-color: unset !important;
}
#loyaltylion .lion-tier-box__header {
  padding-bottom: 0px;
}
#loyaltylion .lion-tier-overview {
  grid-gap: 20px;
}
#loyaltylion .lion-tier-box.lion-tier-box--0 {
    background: url(https://www.sourcebmx.com/cdn/shop/files/rewards-bk-bronze.jpg?v=1708682225);
}
#loyaltylion .lion-tier-box.lion-tier-box--1 {
    background-image: url(https://www.sourcebmx.com/cdn/shop/files/rewards-bk-silver.jpg?v=1708682225);
}
#loyaltylion .lion-tier-box.lion-tier-box--2 {
    background-image: url(https://www.sourcebmx.com/cdn/shop/files/rewards-bk-golden.jpg?v=1708689648);
}
.lion-tier-box__position {
  display: none;
}
.lion-tier-box__title {
  color: #000 !important;
  font-size: 1.5em !important;
  text-transform: uppercase;
}
.lion-tier-box__accent {
  display: block !important;
}
#loyaltylion .lion-tier-box__purchase-rule {
  display: none;
}
.lion-tier-box.lion-tier-box--0 .lion-tier-box__accent:before {
    content: 'â˜…';
}
.lion-tier-box.lion-tier-box--1 .lion-tier-box__accent:before {
    content: 'â˜…â˜…';
}
.lion-tier-box.lion-tier-box--2 .lion-tier-box__accent:before {
    content: 'â˜…â˜…â˜…';
}
#loyaltylion .lion-tier-box__you-are-here {
  background: rgb(0 0 0 / 60%);
}
#loyaltylion .lion-tier-box__value-to-next {
  color: #000 !important;
}
@media (max-width: 1023px) {
  .rewards-works-item {
    padding: 0px;
  }
  .rewards-works-item img {
    max-width: 60px;
  }
  .rewards-works-item p {
    font-size: 0.9em;
  }
}

/* Featured tiles */
.featured-tiles {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 27%;
  text-align: center;
}
.featured-tile-item {
  position: relative;
  margin: 0 0.5em 0 0;
  aspect-ratio: 44 / 60;
}
.tile-content {
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 520px;
}
.tile-content h6, .block-banner-content h6 {
  font-family: 'futura-pt';
  color: #fff;
  margin: 0 0 0.25rem;
}
.tile-content h4, .block-banner-content h4 {
  margin: 0 0 0.25rem;
}
.tile-content .slide-cta, .block-banner-content .slide-cta {
  margin-top: 0.6rem;
}
.with-backdrop {
  background: rgba(25,25,25,0.7);
  padding: 20px 10px;
  margin: 0 10% !important;
  width: 80% !important;
}
@media (min-width: 1024px) {
  .tile-content h4, .tile-content h6, .block-banner-content h6 {
    font-size: 1.4em;
  }
  .block-banner-content h4 {
    font-size: 1.8em;
  }
  .block-banner-content {
    margin: 50px;
  }
}
@media (max-width: 1023px) {
  .featured-tiles::-webkit-scrollbar-track {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .block-banner-content {
    margin: 20px 12px;
  }
  .block-banner-content h6 {
    font-size: 1.2em;
  }
  .block-banner-content h4 {
    font-size: 1.4em;
  }
}
@media  (max-width: 1023px) and (min-width: 799px) {
  .featured-tiles {
    grid-auto-columns: 33%;
  }
  .block-banner-content {
    margin: 50px;
  }
}
@media  (max-width: 799px) {
  .featured-tiles {
    grid-auto-columns: 66%;
  }
}

@media (max-width: 63em) {
  .site-header__logo-tagline {
    font-size: 13.8px !important;
    letter-spacing: .015rem !important;
  }
}
::selection {
  background: #a58a33;
  color: #fff;
}
.template-cart .cart-table__payment-options .payment-icons li:not(:last-child) {
  margin-right: 0.55rem;
}
.drawer {
  padding-top: 0px !important;
}

@media (min-width: 64em) {
  .site-header__logo-tagline { 
    font-size: 18.2px;
    letter-spacing: .015rem !important;
  }
}
.code-outer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms;
}
.discount-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 20px 0 30px;
  padding: 0 0.5rem;
}
.discount-item .discount-image {
  margin-right: 20px;
}
.discount-info h3, .discount-info button  {
  margin-bottom: 10px;
}
.discount-info p,{
  margin: 10px 0 30px;
}
@media (max-width:799px){
  .discount-item {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .discount-info p {
    font-size: 15px;
  }
}
.account--login .account__section {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Cart recs */
#cart_recs {
  padding: 10px;
  background: #fff;
}
#cart_recs h4 {
  color: #000;
}
#cart_recs img {
  width: 80px;
  height: auto;
  aspect-ratio: 1 / 1;
  mix-blend-mode: multiply;
}
.cart-recs-text {
  margin-left: 10px;
}
.cart-recommendation {
  display: inline-flex;
}

#cart-recs-slider h4 {
  color: Â&nbsp;#000;
}
.cart-recs-slider {
  margin-right: 10px;
}
.cart-recs-slider .pdp-recs-grid {
  grid-gap: 15px;
}
.cart-recs-slider .card-grid__item {
  background: #fafafa;
  padding: 2% 2% 55px;
  margin-bottom: 20px;
  position: relative;
}
.cart-recs-slider .card-grid__item img {
  mix-blend-mode: multiply;
}
.cart-recs-text .spr-badge .spr-icon {
  font-size: 11px !important;
}
.cart-recs-text .spr-badge .spr-icon-star {
  margin-right: 0 !important;
}
.cart-recs-text .spr-badge .spr-badge-caption {
  margin-left: 0.25rem !important;
  font-size: 13px;
}
.cart-recommendation .spr-badge {
  margin: -5px 0 0 !important;
}

@media (max-width:799px){
  #cart_recs .button--primary {
    width: unset;
    margin: unset;
  }
}
@media (min-width:800px){
  #cart_recs .button--primary {
    width: 50%;
    margin: 0 25%;
  }
  .cart-recs-slider .cart-recs-image {
    min-height: 200px;
  }
}

/* Klaviyo footer signup */

.klaviyo-form.klaviyo-form.klaviyo-form {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
}
.site-footer__register input.needsclick {
  border-width: 2px !important;
  font-weight: 500 !important;
}
.site-footer__register button.needsclick {
  letter-spacing: .03rem !important;
  font-weight: 500 !important;
  min-width: 95px;
}

.hero__description a {
  color: #967d29;
  text-decoration: underline;
}
a.mobile-link-container {
  font: inherit;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.0045em;
  text-transform: uppercase;
  display: flex;
  font-family: futura-pt-condensed,sans-serif;
  font-weight: 500;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  padding: 0.615rem 0;
}
.brands {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 13.5%;
  text-align: center;
}
.brands__item {
  display: inline-block !important;
  margin: 0 5px;
}
.brands__item h4 {
  color: #333;
  text-align: center;
  width: 100%;
  white-space: normal;
}
.eapps-instagram-feed-title-container {
  background: #000;
}
.eapps-instagram-feed-posts-view.eui-slider-slide {
  padding: 0 2%;
}
.loading-widget-white {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  background: url(https://cdn.shopify.com/s/files/1/0222/8414/0608/files/SPROCKET-WHITE.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -ms-animation-name: spin;
  animation-name: spin;
  -o-transition: rotate(3600deg);
  -webkit-animation-duration: 1.75s;
  -moz-animation-duration: 1.75s;
  -ms-animation-duration: 1.75s;  
  animation-duration: 1.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  border: none !important;
}
.ppf__frame {
  min-height: 960px !important;
}
span.heading-3 {
  font-family: 'futura-pt-bold';
  font-size: 26px;
}
/* Graphene */
.graphene-breadcrumb {
  max-width: 1430px;
  width: 90%;
  margin: 0 auto;
}
#graphene-product-container {
  position: relative;
}
.template-collection__total-count {
  position: absolute;
  left: 0;
  right: 0;
  top: -43px;
}
.collection-sort__input {
  width: 200px;
  margin-top: 4px;
  float: right;
  position: absolute;
  top: -53px;
  right: 0;
}
.sort-by-box:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: " ";
  display: inline-block;
  padding: 4px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: -35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: -1;
}
.graphene-current-filters {
  width: 100%;
  background: #efefef;
  padding: 10px 20px;
}
.current-filters ul {
  margin: -10px 0 5px;
  padding: 0px 20px;
  list-style: none;
}
.filter-items ul {
  display: contents;
}
li.filter-item {
  white-space: nowrap;
}
#filter-discipline input.filter-box {
  display: none;
}
#filter-discipline .filter-item-link {
  width: 100%;
}
.filter-option {
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  position: relative;
  transition: all 500ms;
}
.filter-option:not(:nth-last-child(2)) {
  border-bottom: 1px solid #e3e3e3;
}
.filter-option.filter-open {
  grid-template-rows: 1fr;
}
.filter-option.filter-open h4.filter-option-title:after {
  rotate: 0deg;
  top: 18px;
  right: 3px;
}
h4.filter-option-title {
  color: #000;
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.template-collection__sidebar h4.filter-option-title {
  padding-top: 10px;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.template-collection__sidebar h4.filter-option-title:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000;
  display: inline-block;
  margin: 0 10px -2px 0;
  rotate: -90deg;
  position: absolute;
  top: 15px;
  right: 0;
  transition: all 0.25s
}
.filter-items {
  margin-top: 20px;
  overflow-x: hidden;
}
.filter-link-desktop {
  position: relative;
  width: 100%;
  display: block;
}
.filter-item-link {
  margin-bottom: 10px;
  display: inline-flex;
  width: 80%;
  margin-bottom: 10px;
  margin-left: 5px;
  text-align: left;
  display: inline-flex;
  text-wrap: nowrap;
}
.filter-item-count {
  color: #666;
  width: calc(10% - 5px);
  text-align: right;
  display: inline-grid;
  margin-right: 10px;
  position: absolute;
  right: 10px;
}
.filter-contents input[type=checkbox] {
  height: 15px;
  width: 15px;
  appearance: revert;
}
#filter-discipline.filter-open, .filter-open .colour-swatches {
  padding-bottom: 15px;
}
#filter-discipline .filter-items {
  width: 100%;
  padding: 0;
  border: none;
}
#filter-discipline .filter-items div, #filter-discipline .filter-items li {
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ccc;
  width: 48%;  
}
#filter-discipline .filter-items div:hover, #filter-discipline .filter-items li:hover, .discipline-selected {
  cursor: pointer;
  background: #000;
  color: #fff;
}
#filter-discipline .filter-item-link {
  transition: all 0s!important;
  margin: 0;
  text-wrap: nowrap;
  text-align: center;
  display: block;
}
#filter-discipline .filter-items div:hover .filter-item-link, #filter-discipline .filter-items li:hover .filter-item-link, .discipline-selected .filter-item-link {
  color: #fff !important;
}
#filter-discipline .filter-item-count {
  display: none;
}
.colour-swatches {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.25s;
}
.filter-swatch {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
}
.swatch-zero {
  display: none;
}
.filter-swatch div, .filter-swatch li {
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
}
.filter-swatch div .filter-item-link, .filter-swatch li .filter-item-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 25px;
  height: 25px;
}
.filter-items .filter-swatch .filter-item-link {
  margin-bottom: 2px !important;
}
.filter-swatch span {
  border-radius: 99px;
  border: 1px solid #eee;
  margin-right: 5px;
  position: relative;
  top: 0px;
  left: -25px;
  display: inline-block;
  padding: 15px;
}
.filter-swatch input[type="radio"]::before {
  content: "";
  opacity: 0;
  width: 13px;
  height: 13px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  left: 6px;
  top: 2px;
  z-index: -1;
  transition: all 120ms ease-in-out;
  pointer-events: none;
}
.filter-swatch input[type="radio"]:checked::before {
  opacity: 1;
  background: #000;
  border: 1px solid #444;
  z-index: 2;
}
.filter-items input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid #888;
}
#filter-discipline .filter-item input[type=checkbox], .filter-swatch .filter-item input[type=checkbox] {
  border: none;
}
.filter-items input[type=checkbox]:checked {
  background: #967d29;
  background-image: url('https://cdn.shopify.com/s/files/1/0222/8414/0608/files/filter-check-branded.png?v=1687257310');
  background-size: contain;
}
.filter-swatch .filter-item input[type=checkbox]:checked {
  background: #fff;
  background-image: unset;
  background-size: contain;
 }

.range-slider {
  width: 90%;
  margin-left: 5%;
  padding-bottom: 20px;
  position: relative;
  text-align: center;  
}
.range-slider .rangeValues {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #eee;
  position: absolute;
  left: 0;
  padding: 0 0px;
  border-radius: 99px;
}
.range-slider input[type=range]::-webkit-slider-runnable-track, .range-slider input[type=range]::-moz-range-track {
  z-index: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #967d29;
  margin-top: 0px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #967d29;
}
.range-slider input[type=range]:focus {
  outline: none;
}
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  z-index: -4;
}
.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #967d29;
}
.remove-single-filter:before {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0222/8414/0608/files/remove-333.png?v=1687527137);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.filter-clear-top:before {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0222/8414/0608/files/remove-red.png?v=1687527127);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.graphene-pagination {
  text-align: center;
  font-family: 'futura-pt', sans-serif;
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}
a.graphene-page-number {
    font-weight: 500;
    padding: 0 0.75rem;
}
.page-active {
  color: #967d29;
  border-bottom: 1px solid;
}
.filter-toggle{
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  letter-spacing: .03rem;
  text-transform: uppercase;
  padding: 0 0 12px;
  margin: 20px 0;
  border: none;
  cursor: pointer;
  display: block;   
}
.filter-toggle span:after {
  content: " ";
  background-size: cover;
  background-color: #000;
  background-image: url(https://www.sourcebmx.com/cdn/shop/t/313/assets/filter-bars.svg);
  height: 27px;
  width: 27px;
  display: inline-flex;
  position: relative;
  top: 8px;
  -webkit-mask: unset;
  mask: unset; 
}
.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.filter-contents {
  height: auto;
  width: auto;
}
.filter-buttons {
  position: absolute;
  background: #fff;
  width: 95%;
  margin: 10px 0px;
  bottom: 0px;
  padding-bottom: env(safe-area-inset-bottom);
}
.filter-apply {
  color: #fff;
  background: #000;
  height: 2em;
  width: 100%;
  font-family: 'futura-pt-condensed';
  text-transform: uppercase;
  text-align: center;
  font-weight: 700; 
  font-size: 1.3em;
  margin-bottom: 60px;
}
.apply-disabled {
  background: #ccc;
  color: #888;
  margin-bottom: 60px;
}
.filter-clear {
  text-align: center;
  width: 100%;
  height: 1.5em;
}
.filter-clear.button-disabled {
  display: none;
}
.filter-overlay, .search-overlay  {
  position: fixed;
  top: 0;
  background: rgba(0,0,0,0.8);
  right: -10vw;
  opacity: 0;
  height: 100vh;
  width: 10vw;
}
.filter-close, .search-close {
  color: #fff;
  text-align: center;
  background: #000;
  height: 10vw;
  background-size: cover;
  line-height: 2.5em;
  background-image: url(https://www.sourcebmx.com/cdn/shop/t/462/assets/icon-close-white.svg);
  cursor: pointer;
}
#filtered:active, #filtered:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.site-header__search-wrapper .site-header__icon {
  background: #fff;
  padding: 0 3px;
  right: 8px;
}
.search-title {
  text-align: center;
  margin-top: 10px;
}
.acs_auto_info h4 {
  color: #333;
  margin: 10px 0;
}
.acs_auto_info p {
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.acs_auto_info a {
  color: #967d29;
}
.acs_backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.075;
  z-index: -1;
}
table.autocomplete-table {
  border-left: 1px solid #ccc;
  font-family: 'futura-pt';
  letter-spacing: 0px;
  margin-bottom: 25px;
}
.autocomplete-table tbody tr:nth-child(even) {
  background: #ededed;
}
.autocomplete-table thead {
  background: #967d29;
  color: #fff;
  text-align: left;
}
.autocomplete-table th {
  border-right: 1px solid #ffffff4d;
}
.autocomplete-table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width:1023px){
  .collection-sort__input {
    width: 130px;
    top: -43px;
    right: 15px;
    padding-top: 0px;
  }
  .sort-filtered .collection-sort__input {
    top: -32px;
  }
  .sort-by-box:after {
    top: -39px;
  }
  .sort-by-box.sort-filtered:after  {
    top: -28px;
  }
  .filter-apply {
    display: block;
  }
  .template-collection__sidebar {
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 90%;
    height: 100vh;
    padding: 20px 10px;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }
  .filter-contents {
    width: auto;
    height: calc(100% - 6em);
    overflow-y: scroll;
  }
  .template-collection__sidebar.filter-expanded {
    left: 0;
  }
  .filter-overlay, .search-overlay {
    z-index: 10;
    opacity: 0;
    transition: right 0.25s  ease-in-out, opacity 0.25s ease-in-out;
  }
  .filter-overlay.filter-expanded, .search-expanded .search-overlay {
    width: 10vw;
    opacity: 1;
    right: -0vw;
  }
  .filter-toggle, .filter-overlay, .search-overlay {
    display: block;
  }
  .filter-items {
    overflow: hidden;
  }
  .filter-swatch input[type="radio"]::before {
    left: 8px;
    top: 1px;
  }
  .range-slider input[type=range]::-webkit-slider-thumb {
    height: 32px;
    width: 32px;
  }
  .filter-link-desktop {
    pointer-events: none;
  }
  .pdp-recs-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .pdp-recs-grid::-webkit-scrollbar {
    display: none;
  }
  .site-header__search-wrapper {
    left: -90vw;
    top: -35px;
    height: 100vh;
    width: 90vw;
    padding-top: 10px;
    background: #e3e3e3;
    transition: left 0.25s ease-in-out, right 0.25s ease-in-out;;
    z-index: 999;
    opacity: 1 !important;
  }
  .site-header__search-wrapper.search-expanded {
    left: 0vw !important;
  }
  .site-header__search-wrapper form#search-input {
    display: none;
  }
  .site-header__search-wrapper.search-expanded form#search-input {
    display: block;
    width: 98%;
    margin: 0 1%;
    background: #fff;
    border: 1px solid #ccc;
  }
  .site-header__search-wrapper.search-expanded .site-header__icon {
    opacity: 1;
    visibility: visible;
    right: 10px;
    top: 20px;
  }
}
@media (max-width:549px){
  .pdp-recs-grid {
    grid-auto-columns: 61%;
  }
  #cart_recs_slider .pdp-recs-grid {
    grid-auto-columns: 42%;
  }
}
@media (min-width: 550px) and (max-width: 1023px){
  .pdp-recs-grid {
    grid-auto-columns: 30%;
  }
}
@media (min-width:1024px){
  .filter-toggle, .filter-clear, .filter-overlay, .graphene-current-filters-drawer, .filter-apply, .graphene-current-filters.standalone {
    display: none;
  }
  .filter-contents input[type=checkbox] {
    pointer-events: none;
  }
  .pdp-recs-grid {
    grid-auto-columns: 23%;
  }
  #cart_recs_slider .pdp-recs-grid {
    grid-auto-columns: 18%;
  }
  .filter-items {
    margin-bottom: 0px;
    max-height: 440px;
    overflow-y: scroll;
  }
  .filter-open .filter-items {
    margin-bottom: 10px;
  }
  .site-header__search-wrapper {
    left: 0 !important;
  }
}
.template-collection__body .loading-widget {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background: url(https://www.sourcebmx.com/cdn/shop/files/SPROCKET.png?v=1659429059);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -ms-animation-name: spin;
  animation-name: spin;
  -o-transition: rotate(3600deg);
  -webkit-animation-duration: 1.75s;
  -moz-animation-duration: 1.75s;
  -ms-animation-duration: 1.75s;  
  animation-duration: 1.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  border: none !important;
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
.graphene-pdp-recs.blog-recs {
  max-width: 1480px;
  margin: 0 auto 30px;
  margin-top: 15px;
}
.graphene-pdp-recs {
  margin: 15px auto;
  overflow: hidden;
}
.pdp-recs-grid::-webkit-scrollbar, .brands::-webkit-scrollbar, .featured-tiles::-webkit-scrollbar {
  height: 1.25em;
}
.pdp-recs-grid::-webkit-scrollbar-track, .brands::-webkit-scrollbar-track, .featured-tiles::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 100vw;
}
.pdp-recs-grid::-webkit-scrollbar-thumb, .brands::-webkit-scrollbar-thumb, .featured-tiles::-webkit-scrollbar-thumb {
  background: #967d29;
  border-radius: 100vw;
  border: 3px solid #ececec;
}
.graphene-pdp-recs h4 {
  color: #333;
  margin-bottom: 10px;
  padding: 1.5rem 0.5rem;  
}
.graphene-pdp-recs h4:after {
    background: #191919;
    bottom: 10px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 58px;
}
.pdp-recs-grid {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-type: contain;
}
.graphene-pdp-recs .card-grid__item {
  width: 90%;
  max-height: 450px;
  display: inline-block;
}
.card-grid__item:hover .card__show-hover, .product-card-liquid:hover .card__badge-listing--right, .card__show-hover:has(.iwishAdded) {
  display: unset !important;
}
.iwishAddWrap a {
  font-weight: 700;
  text-transform: uppercase;
}
.iWishAddColl svg{
  width:24px;
  height:24px;
}
.graphene-pdp-recs .card-grid__item .card__cta-button {
  width: 100%;
  margin: 2px 0;
}
.recommendations-slider {
  position: relative;
}
.slider-view-all {
  position: absolute;
  top: 15px;
  right: 0;
}
.spr-badge-starrating {
  text-wrap: nowrap;
}
[data-rating="0.0"], [data-rating="1.0"], [data-rating="1.5"], [data-rating="2.0"], [data-rating="2.5"], [data-rating="3.0"], [data-rating="3.5"] {
  display: none;
}
/* Kits tweaks */
.product-upsells__title {
  background-color: #ddd;
  color: black;
  padding: 17px 0 18px;
  text-align: center;
}
.product-upsells__title h3 {
  letter-spacing: 0px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.product-upsells__message {
  font-size: 16px;
  font-family: 'futura-pt-bold';
  text-transform: uppercase;
}

.product-upsells__inner .product-upsell-subtitle {
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #967d29;
}
.upsell-product .product-price {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #505456;
}
.product-upsells__inner .upsell-product-form .upsell-added {
  min-height: 40px;
  font-family: 'futura-pt-bold';
}
.product-upsells__inner .upsell-product-form .upsell-atc {
  margin-top: 0;
  min-height: 40px;
  font-family: 'futura-pt-bold';
}
.upsell-product .product-opts select {
  width: 100%;
  border: 2px solid black;
  font-size: 14px;
  padding: 11px;
  background-image: url(https://www.sourcebmx.com/cdn/shop/t/462/assets/icon-caret-down.svg);
}

/* Freshchat tweaks */
.freschat-facade.loading .chat-icon:after, .freschat-facade.loading .chat-icon:before {
  display: none;
}
.freschat-facade {
  bottom: 15px !important;
}
#fc_frame.fc-mobile-view.h-open-container {
  z-index: 90001 !important;
}
.freschat-facade.loading .chat-icon {
  background-image: url(https://www.sourcebmx.com/cdn/shop/t/420/assets/chat-sprocket.png?v=1685625612);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 99px;
  height: 50%;
  top: 25%;
  left: 25%;
  width: 50%;
}
span.needsclick {
  -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
  box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
}

/* Buyers Guides */

#buyers-guide-section h3 {
  width: fit-content;
  margin-bottom: 10px;
  color: #000;
}
#buyers-guide-section .buyers-guide-block h3 {
  border-bottom: 4px solid #967d29;
}
.buyers-guide-block {
  width: 100%;
  font-size: 16px;
  color: #505456;
  font-weight: 500;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.buyers-guide-block:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.buyers-guide-block p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #505456;
}
.buyers-guide-block a {
  color: #967d29;
  text-decoration: underline;
}
.buyers-guide-block div {
  display: inline-block;
  vertical-align: text-bottom;
}
.buyers-guide-block table {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #eee;
  width: 100%;
}
.buyers-guide-block table thead {
  background: #967d29;
  color: #fff;
}
.buyers-guide-block table thead th {
  padding: 1px 12px;
}
.buyers-guide-block table.sizeGuideTable tr:nth-child(even) {
  background: #ededed;
}
.sizeGuideTable tr {
  height: 3em;
}
.sizeGuideTable td {
  border: 1px solid #cecece;
}
.buyers-guide-block .mixed-block-wide {
  width: 55%;
}
.buyers-guide-block .mixed-block-narrow {
  width: 40%;
  margin: 0 auto;
}
.buyers-guide-block .accordion-controls {
  isolation: isolate;
  width: 100%;
  padding: 0px 20px;
}
.buyers-guide-block .accordion-controls li {
  list-style: none;
}
.buyers-guide-block .accordion-controls button {
  width: 100%;
  background: #967d29;
  position: relative;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  text-align: left;
}
.buyers-guide-block .buyers-guide-wrapper {
  margin: 2px 0;
  padding: 0px;
  background: #efefef;
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.25s ease-in-out;
}
.buyers-guide-block .buyers-guide-wrapper h4 {
  color: #333;
  margin: 0;
  padding: 15px;
}
.buyers-guide-block .buyers-guide-wrapper p {
  padding: 5px 15px;
}
.buyers-guide-block .buyers-guide-inner {
  overflow: hidden;
  font-size: 16px;
  padding: 5px 15px;
  margin: -5px 0;
  display: flex;
}
.buyers-guide-block .accordion-controls button:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 0;
}
.buyers-guide-block .accordion-controls button[aria-expanded="true"]:after {
  content: "-";
  top: -2px;
  right: 12px;
}
.buyers-guide-block .buyers-guide-inner img {
  height: 170px;
  width: 170px;
  aspect-ratio: 1 / 1;
  margin: 5px 20px 5px 0;
}
.buyers-guide-banner-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  text-align: center;
  padding: 35px;
}
.buyers-guide-banner-content div {
  display: block;
}
.buyers-guide-banner-logo {
  width: 100%;
}
.buyers-guide-banner-title, .buyers-guide-banner-subtitle {
  color: #fff;
}
.buyers-guide-banner-content .slide-cta .button {
  background: transparent;
}
.buyers-guide-banner-content.no-logo {
  padding: 12.5% 0%;
}
.buyers-guide-banner-content.no-logo .slide-title {
  background: #000;
  padding: 0 5px;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width:767px){
  .buyers-guide-title {
    text-align: center;
  }
  .buyers-guide-block, .buyers-guide-block .mixed-block-wide {
    width:  90%;
    margin: 0 5%;
    padding: 10px 0;
    text-align: center;
  }
  #buyers-guide-section h3 {
    margin: 0 auto 10px;
  }
  .mixed-block-wide, .mixed-block-narrow {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .buyers-guide-block .buyers-guide-inner {
    display: block;
  }
  .buyers-guide-block .buyers-guide-wrapper[aria-hidden="false"] .buyers-guide-inner {
    padding-bottom: 15px;
  }
  .buyers-guide-block .buyers-guide-inner img {
    width: 100%;
    height: auto;
    margin: 12px 0;
  }
  .buyers-guide-banner-content.no-logo {
    padding: 40% 10%;
  }
}

.collection-list-group {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.collection-list-group-inner {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1em;
  display: grid;
}

@media (max-width:799px){
  .collection-list-group {
    margin: 0 10px 30px;
  }
  .collection-list-group-inner {
  	grid-template-columns: repeat(2,minmax(0,1fr));
    height: 100%;
  }
}

.collection-list__item {
  background: #fafafa;
  border-radius: 5px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-content: center;
  justify-content: center;
  text-align: center;
  mix-blend-mode: multiply;
  transition: 300ms ease-in-out
}

.collection-list__item:hover {
  background: #eee;
  transition: 50ms ease-in;
}

.collection-list__item img {
  mix-blend-mode: multiply;
}
.video-header-box p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

/* Homepage Slideshow */

.slideshow {
  display: flex;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
.slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  will-change: transform;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slide-background, .tile-background {
  position: absolute;
  height: 120%;
  width: 120%;
  object-fit: cover;
  top: 0px;
  z-index: -1;
}
.simple-slideshow .slide-background, .tile-background {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
  object-fit: contain;
}
.slide-content {
  align-items: center;
  width: 92%;
  margin: 0 auto;
  max-width: 520px;
}
.simple-slideshow .slide-content, .tile-content {
  position: absolute;
  bottom: 30px;
}
.slide .title-crop {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px;
}
.slide h2 {
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  transform: translateY(0);
  transition: transform cubic-bezier(.39,.69,.31,.95) 1s;
  animation: titleSlideIn cubic-bezier(.39,.69,.31,.95) 3s;
  opacity: 1;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 10px;
}
.slide h2.sliding {
  transform: translateY(80px);
  opacity: 0;
  transition: transform 500ms, opacity 300ms;
}
.slide .subtitle-crop {
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.slide .subtitle {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  transform: translateY(0);
  transition: transform cubic-bezier(.39,.69,.31,.95) 750ms;
  animation: subtitleSlideIn cubic-bezier(.39,.69,.31,.95) 3s;
  opacity: 1;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 10px;
  font-family: 'futura-pt-condensed';
  font-weight: 500;  
}
.slide .subtitle.sliding {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 500ms, opacity 300ms;
}
.slide .button {
  transition: transform 0.25s ease-in-out;
  opacity: 1;
  display: inline-block;
  transition: opacity 0.5s ease-in-out;
  animation: buttonFadeIn ease-in-out 3s;
  background: none;
  padding: 0;
  margin: 0;
  min-width: 140px
}
.simple-slideshow .slide .button {
  transition: none;
  animation: none;
}
.slide .button.faded {
  opacity: 0;
}
.slide .slide-cta {
  width: 320px;
  margin: 0 auto;
}
.slide .button--primary {
  margin: 0;
  width: 48%;
  text-align: center;
  min-width: 145px;
  padding: 15px 0;
}
.slider-pagination a {
  padding: 10px 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.5s ease-in-out;
}
.slider-pagination {
  position: absolute;
  display: flex;
  height: 50px;
  width: 90px;
  bottom: -28px;
  right: 3.5vw;
  text-align: center;
}
.slider-pagination.hidden {
  display: none;
}
.prevSlide,
.nextSlide {
  position: absolute;
  top: 0%;
  width: 42px;
  height: 42px;
  color: #0d0d0d;
  background-color: #fff;
  border-radius: 99px;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 50%) 1px 0px 10px;
}
.nextSlide {
  right: 0;
}
.prevSlide {
  left: 0;
}
.slider-pagination svg {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  fill: #000;
}
.prevSlide:hover,
.nextSlide:hover {
  background: #f5f5f5;
}
.slider-pagination-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}

.pagination-icon {
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  box-shadow: 0 0 5px #0000005c;
}
.active-pagination {
  background-color: #ffffff;
}
@keyframes titleSlideIn {
  0% {
    transform: translateY(160px);
    opacity: 0;
  }
  25% {
    transform: translateY(160px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes subtitleSlideIn {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  50% {
    transform: translateY(40px);
    opacity: 0;
  }
  75% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes buttonFadeIn {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ls-sw-bottom-right {display: none;}

.ls-sw-bottom-right {display: none;}

/* Spin360 */
.spinstudio-holder::before {
  position: absolute;
}
@media (min-width:800px){
  .-spin-studio-large-thumb {
    max-width: 700px;
    max-height: 700px;
  }
}
@media (max-width:799px){
  .-spin-studio-large-thumb {
    max-width: 94vw;
    max-height: 94vw;
  }
}

li.site-nav__column.site-nav__column--image.navlist__item {
  margin-bottom: 0.25rem;
}
.site-nav__item a {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
svg.icon.icon__account {
  margin-left: 0px !important;
}
.promo-grid-cta.double-cta {
    width: 100%;
}
.promo-grid-cta.double-cta .button--large {
  width: 48%;
  min-width: 120px;
  padding: 0.75rem 0;
}
.pdp-title-top {
  margin-bottom: 0.5rem;
}
.template-product .spr-badge {
  top: 0;
  margin: 15px 0 10px;
}
.video-cta.double-cta .button {
  margin: 5px;
}

/* Purchase Reasons */
.row.full-width-color.full-width-color--grey.padding-top-l.purchase-reasons-container.product-snippet {
  padding-top: 1.5rem;
}
.purchase-reasons-container {
  margin-top: 10px;
}
.purchase-reasons-container.product-snippet .template-product__purchase-reasons {
  text-align: center;
  max-width: 100vw;
  height: 8em;
  position: relative;
}
.purchase-reasons-container.product-snippet .template-product__purchase-reason {
  display: inline-block;
  width: 150px;
  max-width: 30vw;   
  text-align: center;
}
.purchase-reasons-container.product-snippet .template-product__purchase-reason-icon {
  position: absolute;
  top: 0;
  width: 30vw;
  max-width: 150px;
  cursor: pointer;
}
.purchase-reasons-container.product-snippet .template-product__purchase-reason-icon img {
  max-width: 20vw;
  max-height: 20vw;
}
.purchase-reasons-container.product-snippet p.template-product__purchase-reason-text {
  line-height: 1.2em;
  font-family: futura-pt-condensed,sans-serif;
  font-size: 1em;
  text-align: center;
}

.template-product__breadcrumb {
  margin-top: 0.5rem;
}
.pdp-breadcrumb.row.full-width-color {
  padding-bottom: 0.5rem;
}

/* 404 changes */
.template-404-top {
  background-position: center;
  background-repeat: repeat-x;
  background-size: 200px;
  background-color: #2f3032;
}
.template-404-title {
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
}
.template-404-title h1 {
    font-size: 4vh;
}
#nosto-generic {
  width: 90%;
  max-width: 1420px;
  margin: 0 auto;
}
.boost-search-section {
  margin-top: 1rem;
}

/* Xmas Changes */ 

.xmas-clearance {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 164px;
  max-width: 30vw;
  height: auto;
}
img.xmas-logo {
  display: block;
  max-width: 105%;
  margin: 0 0 -3px -7px;
}

.scuff-border {
  border-top: transparent 14px solid;
  border-bottom: transparent 14px solid;
  border-image: url(https://cdn.shopify.com/s/files/1/0222/8414/0608/files/border-grungy.png?v=1671536949);
  border-image-slice: 50% 1;
}
.promo-grid-cta.double-cta {
    width: 100%;
}
.promo-grid-cta.double-cta .button--large {
  width: 48%;
  min-width: 120px;
  padding: 0.75rem 0;
}

.card.card--product:hover .card__thumbnail--primary {
  opacity: 1;
}
.cc-window.cc-banner {
  font-family: 'futura-pt';
}
.cc-compliance {
  font-family: 'futura-pt-condensed';
}
.boost-pfs-filter-tree-mobile-button button {
  background: #000 !important;
}
.boost-pfs-filter-tree-mobile-button button:after {
  content: " ";
  background-size: cover;
  background-color: #000;
  background-image: url(https://www.sourcebmx.com/cdn/shop/t/313/assets/filter-bars.svg);
  margin-top: -4px;
  height: 27px;
  width: 27px;
  -webkit-mask: unset;
  mask: unset;
}
.site-footer {
  background: #000;
}
#NostoOverlay #NostoRibbon {
  z-index: 2;
}
section.free-button {
  text-align: center;
}
.custom-html {
  background-image: url('https://www.sourcebmx.com/cdn/shop/files/about-us-background.jpg?v=1666958224');
  background-size: cover;
}
.custom-html .section__title, .custom-html-contents p, .custom-html-contents a {
  color: #fff;
}
.custom-html-contents a {
  text-decoration: underline;
}

/* Collection FAQs */

button.collection-faq-question {
  color: #333;
  background: #ddd;
  padding: 10px 10px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  padding: 18px 36px 18px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  position: relative;
}
button.collection-faq-question:after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 40%;
}
 p.collection-faq-answer {
  position: relative;
  margin: 0px;
  height: 0;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  color: #333;
}
.collection-faq a {
  color: #967d29;
  text-decoration: underline;
}
#collectionFAQs {
  position: relative;
}
.collection-faq.active p.collection-faq-answer {
  height: fit-content;
  margin: 0.5rem 10px 1rem;
  max-height: 500px;
  transition: max-height 0.5s ease-out;
}
.collection-faq.active button.collection-faq-question:after {
  font-size: 20px;
  content: "-";
  line-height: 13px;
}
@media (max-width:767px){
  #collectionFAQs {
    padding: 0 0.75rem;
  }
}

/* Wishlist */
.card__badge.badge.badge--primary {
  width: 35px;
  padding: 0;
  background: none;
}
.card__badge .iWishAddColl {
  color: #444;
  font-size: 25px;
  position: absolute;
  line-height: 25px;
  top: 0px;
  font-family: system-ui;
  right: 0px;
  text-shadow: 0px 0px 2px #fff;
}
.badge.badge--secondary {
  border-radius: 99px;
  padding-left: 15px;
  padding-right: 15px;
}
.badge:after, .badge:before {
  display: none;
}

/* Homepage changes */

@media (max-width:767px){
  .video-title-block {
    font-size: 1.75rem !important;
  }
  .video-title-block h3 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .video-hero-imaqe img {
    max-height: 300px !important;
  }
}

@media (min-width: 36em) {
  .cover-listing__grid.four-wide {
    grid-template-columns: repeat(4,1fr);
  }
  .cover-listing__grid.three-wide {
    grid-template-columns: repeat(3,1fr);
  }
}

.promo-grid .button--large, .button--large.button--primary  {
  font-weight: bold;
  text-transform: uppercase;
}
.collection-showcase__collection-body.is-center {
  background: rgba(25,25,25,0.6);
  padding: 24px 10px 30px;
}
.collection-showcase__collection-content h4 {
  margin-bottom: 1.5rem;
}
.carousel-view-all a {
  background: #967d29;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
}
section.latest-news {
  margin-bottom: 30px;
}
.featured-blog__grid {
  margin-bottom: 20px;
}
.responsive-card-image {
  height: 0px;
  padding-bottom: 65%;
}
.carousel-view-all.carousel-view-all--single a {
  background: #967d29;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  top: -50px;
}

/* Nosto PDP Recs */
#nosto-pdp-cross .nosto-block {
  padding: 0rem 0.75rem;
}

#nosto-pdp-cross h4.nosto-header {
  color: #191919;
}
#nosto-pdp-cross .nosto-block .nosto-list-ribbon-listing {
  top: 0;
  left: 0;
}
#nosto-pdp-cross .button--thin {
  padding: 0.5rem 0rem;
  text-align: center;
}
.pdp-recs-badge {
  width: 50px;
  height: 50px;
  background: #af1825;
  color: #fff;
  border-radius: 100%;
  line-height: 1em;
  text-align: center;
  padding-top: 8px;
  font-size: 18px;
}
#nosto-pdp-cross .card__stock-level.col {
  width: 100%;
}
#nosto-pdp-cross .featured-collection.nosto-block .flickity-viewport {
  min-height: unset;
}

@media (min-width: 64em) {
  #nosto-pdp-cross .featured-collection__slide {
    width: calc(27% - 1.5rem);
  }
}

/* Bike Builder Customisations */
.custom-builder .loading-widget {
  background: url(https://www.sourcebmx.com/cdn/shop/files/SPROCKET.png?v=1659429059);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  border: none !important;
}
.custom-builder .loading-container:after {
  content: "Loading...";
  font-size: 13px;
  text-align: center;
  position: absolute;
  margin-top: 60px;
}
.custom-builder .custom-builder__toast {
  position: fixed;
}

/* TikTok SVG */
svg.icon.icon__tiktok {
  height: 20px;
}

.modal.is-active, .modal.is-open {
  opacity: 1 !important;
}

.custom-builder .custom-builder__toast {
  position: fixed;
}

/* Update slider for logo */

.image-slider .image-slider__content {
  display: grid;
}
.carousel-logo {
  text-align: center;
}
.carousel-logo img {
  max-height: 150px;
}

/* Summer Sale badge 
.card__badge.badge.badge--secondary.summer-sale {
  background-color: unset;
}
.summer-badge-top, .summer-badge-bottom {
  border: none;
}
.badge.badge--secondary.summer-sale {
  left: -6px;
  top: -16px;
}
.card__badge.summer-sale .summer-badge-top {
  background: url(/cdn/shop/t/340/assets/summer-sale-badge-top.png);
  background-position: bottom left;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  display: block;
  top: 0 !important;
  left: -9%;
}
.card__badge.summer-sale .badge-text {
  position: absolute !important;
  top: 30px !important;
  left: 5%;
  background: #6c6c6c;
  width: 100px;
  padding: 0px 10px;
  text-align: center;
}
.card__badge-listing--right {
  display: none !important;
}
.summer-sale-pdp {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 164px;
  max-width: 30vw;
  height: auto;
}
@media (max-width:767px){
  .card__badge.summer-sale .summer-badge-top {
    height: 20px;
    width: 100px;
    top: 0px;
    left: -8px;
  }
  .card.card--product .card__badge.summer-sale .badge-text {
    top: 20px !important;
    width: 100px;
  }
  .template-product__gallery .card__badge.badge.badge--secondary.summer-sale:before {
    width: 130px;
    height: 30px;
  }
}
*/

.template-product__gallery.col.s12.l6 {
	position: relative;
}
.template-product__gallery .product-sale-icon.card__badge.badge.badge--secondary.summer-sale {
    position: absolute;
    top: 0px;
    right: 10px !important;
    left: unset;
}
button.button.button--primary.button--block.button--large.modal-notify {
  background: #888;
  border: #888;
}
section#size-guide-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1430px;
}
h4.size-guide-title {
    color: #111;
    text-align: center;
}
img#viewSizeGuide {
    display: inline;
    vertical-align: top;
    margin-left: 18px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.product-form__option select {
  display: inline-block;
}
.template-collection__hero .hero__title span {
  background: #000 !important;
  color: #fff !important;
  width: fit-content;
}
.hero__description h5:after {
  display: none;
}
table.sizeGuideTable {
  width: -webkit-fill-available;
  text-align: center;
  border-spacing: 0;
}
.sizeguideblog thead {
  background: #967d29;
  color: #fff;
}
@media (max-width: 1250px) and (min-width: 1024px){
  .site-nav__item a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Mobile styling */
@media (max-width:799px){
  .hidden_mobile {
  	display: none;
  }
  .brand_header_logo, .brand_header_title, .brand_header_desc {
  	margin: 0 auto;
  }
  .brand_header_overlay {
  	padding: 10vw 2vw;
    text-align: center;
  }
  .brand_header_desc h5:after {
  	display: none;
  }
  .product-gallery__thumbnail-image {
    max-width: 110px;
  }
  .botb-voting-container iframe {
    height: 750px; 
  }
  .card__product-name.col.s8 {
    min-height: 72px;
  }
  .template-product .spr-badge {
    text-align: center;
  }
  .hide-mobile {
    display: none;
  }
  .site-header__icon .badge {
    right: 2px;
    top: 5px;
  }
  .template-collection__hero .hero__title {
    margin: 0 auto;
  }
  .simple-slideshow {
    aspect-ratio: 500 / 625;
  }
  .brands {
    grid-auto-columns: 25%;
  }
  .card-grid__item .card__show-hover {
    display: unset !important;
  }
  .card__badge .iWishAddColl {
    top: -8px;
    right: -8px;
  }
  .iWishAddColl svg {
    width: 22px;
    height: 22px;
  }
}

/* Desktop &amp; tablet styling */
@media (min-width:800px){
  .hidden_desktop {
  	display: none;
  }
  .brand_header_overlay {
  	padding: 50px 5vw;
  }
  .brand_header_desc {
  	max-width: 330px;
  }
  .botb-voting-container iframe {
    height: 640px;
  }
  .reasons-to-purchase .template-product__purchase-reason-text.col.s12.m8 {
    margin: 0 10px;
  }
  .hide-desktop {
    display: none;
  }
  .simple-slideshow {
    aspect-ratio: 1200 / 500;
  }
  .template-product__product-details ul {
    margin-left: 1.1em;
  }
}

/* Trustpilot widget */
#trustpilot-reviews-section {
	margin-bottom: 25px;
}
#trustpilot-reviews-section h2 {
	text-align: center;
}
.review-highlights {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
.review-highlights .tp-review {
  width: 33.3334%;
  margin: 10px 1.5%;
}
.review-highlights .tp-review .review-rating, .review-highlights .tp-review .review-title {
  margin-bottom: 10px;
}
.review-highlights .tp-review .review-title span {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}
.review-highlights .tp-review .review-content  {
  height: fit-content;
}
.review-highlights .tp-review .review-content span {
  line-height: 1.5em;
}
.review-highlights .tp-review .review-name a {
  font-size: 18px;
}
.review-rating img {
	margin: 0px;
}
@media (max-width:799px){
  .review-highlights {
    display: none;
  }
  #trustpilot-reviews {
	padding-top: 0rem;
  }
}

/* Promo grid */

.promo-grid {
  margin-bottom: 1.5rem;
}

@media (max-width: 47.99em) {
  .collection-showcase__collection {
    min-height: 85vw;
  }
}

.promo-grid a.cover-listing__item.cover {
    background-position: center;
}
@media (min-width:768px){
  section.promo-grid.side-by-side a.cover-listing__item.cover {
  	margin: 10px 0;	
  }
  section.promo-grid.side-by-side .cover-listing__grid.two-wide a.cover-listing__item.cover:nth-child(odd) {
    margin-right: 10px;
    border-left: 0px;
  }
  section.promo-grid.side-by-side .cover-listing__grid.two-wide a.cover-listing__item.cover:nth-child(even) {
    margin-left: 10px;
    border-right: 0px;
  }
  section.promo-grid .cover-listing__grid {
    grid-gap: 1rem;
  }
}
@media (max-width:1087px){
  section.promo-grid.side-by-side .cover-listing__grid {
	display: inline-flex;
    width: 100%
  }
  section.promo-grid.side-by-side .cover-listing__grid {
  	grid-gap: 0.5rem;
  }
  section.promo-grid.side-by-side .cover-listing__grid.four-wide {
	display: grid;
    grid-template-columns: repeat(2,1fr)
  }
  section.promo-grid.side-by-side a.cover-listing__item.cover {
	display: inline-block;
    width: 50%;
    padding: 0.5rem;
    border: 2px solid #fff;
    position: relative;
  }
  section.promo-grid.side-by-side .cover-listing__grid.four-wide a.cover-listing__item.cover {
    width: 100%;
  }
  section.promo-grid.side-by-side h4.cover__title {
  	font-size: 1.5em !important;
  }
  
  section.promo-grid.side-by-side .cover__subtitle {
  	font-size: 0.7em !important;
  }
  
  section.promo-grid.side-by-side .cover__description {
  	padding: 10px 5px;
    height: fit-content;
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
  }
}

/* Content grid */
.content-listing__grid {
  justify-content: center;
  width: 100%;
  display: flex;
}
.content-listing__grid a.cover-listing__item.cover.lazyloaded {
  width: 24.25%;
  display: inline-grid;
  margin: 10px auto;
  position: relative;
}
.content-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content-listing__grid button:focus {
  color: #000;
}
.content-grid .content-listing__title {
  text-align: center;
}
@media (max-width:1055px){
  .content-listing__grid.\32 x2 {
    display: inline-table;
    padding: 0 0.75rem;
  }
  .content-listing__grid.\32 x2 a.cover-listing__item.cover.lazyloaded {
    width: 50%;
    display: inline-grid;
    vertical-align: text-top;
    margin: 0;
    padding: 0.3em;
    background-position: top center;
    border: 2px solid #fff;
  }  
  .content-listing__grid.stack {
    display: grid;
  }  
  .content-listing__grid.stack a.cover-listing__item.cover.lazyloaded {
    margin: 5px;
    width: calc(100% - 10px);
    padding: 0.3em;
    background-position: top center;
  }
  .cover-listing__item .button--thin {
    padding: 0.5rem 1.5rem;
  }
}

/* Layout Changes */
.col .row {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.row {
  margin-bottom: 0px;
}
.row .col {
  padding: 0rem;
}
.section--bottom-border {
  border-bottom: none;
  padding-bottom: 0rem;
}
.image-slider.carousel, .video-hero {
    margin-bottom: 2rem;
}
.featured-collection {
  margin: 0;
}
.featured-collection.nosto-block .flickity-viewport {
    min-height: 410px;
}
.collection-showcase {
   margin-top: 0rem;
}
.collection-showcase__promo {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collection-showcase .collection-showcase__promos {
  margin-bottom: 0rem;
}
.featured-collection .flickity-prev-next-button {
  top: -45px;
}
.cover-listing__title {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
.featured-nosto .nosto-block {
  height: 500px;
  margin-bottom: 15px;
}
.spr-badge {
  padding-bottom: 0.25rem;
}
@media (max-width:1023px){
  .collection-showcase__promos.col.s12.l6.m-show {
    padding: 0 0 15px;
  }
  .row .col {
    padding: 0rem 0.75rem;
  }
  .col.t12.s12.m6 {
    padding: 0;
  }
  .featured-nosto .nosto-block {
    padding: 0 0.75rem;
    height: 100%;
  }
  .product-form__price-wrapper.product-form__price-wrapper--second {
    display: block;
  }
}
@media (min-width: 48em) {
  .row .col.m6 {
    width: 47%;
  }
  .col.s12.m6.l3.site-footer__col {
    width: 25%;
    padding: 0 0.75rem;
  }
}

/* Product grid 4-3-2 */
@media (min-width: 1024px) {
  .card-grid--3up {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .col.s12.m4.shogun-section__collections-collection {
    width: 32%;
  }
  .boost-pfs-filter-product-item.boost-pfs-filter-product-item-grid {
    min-height: 310px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .card-grid--3up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .row.view--2up .col.s4, .row.view--2up .col.s6, .row.view--2up .col.s8 {
    width: 100%;
    text-align: left;
    padding: 0px;
  }
  .card__price.col.s6.text-right {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .col.s12.m4.shogun-section__collections-collection {
    width: 32%;
  }
  .site-header__icon .badge {
    right: 2px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .card-grid--3up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .row.view--2up .col.s4, .row.view--2up .col.s6, .row.view--2up .col.s8 {
    width: 100%;
    text-align: left;
    padding: 0px;
  }
  .card__price.col.s6.text-right {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.template-collection__sort-by-grid {
    display: none;
}
.pagination {
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
.pagination__item {
    font-size: 18px;
}
.pagination__item .icon {
    height: 30px;
    width: 30px;
}
.pagination__item svg.icon.icon__chevron.icon__chevron--left, .pagination__item svg.icon.icon__chevron.icon__chevron--right {
    background: #967d29;
    border: 5px solid #967d29;
    border-radius: 99px;
    color: #fff;
}
span.pagination__item.active {
    border-bottom: 1px solid;
    color: #967d29;
}

/* Text auto-scroller */

@-webkit-keyframes slide-animation {
  0% {left:0px; opacity:0;}
  1% {left:0px; opacity:1;}
  31% {left:0px;}
  33% {left:-250px;}
  64% {left:-250px;}
  66% {left:-500px;} 
  96% {left:-500px; opacity:1;}
  99% {left:-500px; opacity:0;}
  100% {left:0px; opacity:0;}
}

#header-text-scroller {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 25px;
  top: 1px;
}

#header-text-scroller ul {
  list-style: none;
  position: absolute;
  left: 0px;
  top: -8px;
  width: 3000px;
  transition: left .2s linear;
  -moz-transition: left .2s linear;
  -o-transition: left .2s linear;
  -webkit-transition: left .2s linear;
  margin-left: -40px;
  -webkit-animation: slide-animation 15s infinite;
  margin-top: 0px;
  padding-top: 10px;
}

#header-text-scroller a.notification__link {
  
  float: left;
  width: 250px;
  white-space: nowrap;
}

#header-text-scroller:hover
{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@media (max-width:610px){ 
  #header-text-scroller ul {
    margin-top: 2px;
  }
}

/* Expert Reviews */
section#expert-review-excerpt {
  padding-top: 0px;
}
.expert-review-pdp h2 {
  color: #fff;
}
img.expert-pic {
  height: 60px;
  width: 60px;
  border: 2px solid #967d29;
  border-radius: 99px;
  z-index: 1;
  position: relative;
  top: 8px;
}
div#expert-review-excerpt-top span {
  background: #967d29;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 15px 5px 25px;
  position: relative;
  top: -15px;
  left: -15px;
  border-radius: 0 10px 0 0;
}
.expert-review-excerpt-snippet {
  font-family: 'futura-pt-condensed';
  font-size: 19px;
  background: #fff;
  border: 2px solid #967d29;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  top: -12px;
}
a#expertMore {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #967d29;
}
section#expertReview, section#productGuide {
  width: 90%;
  margin: 0 auto;
  max-width: 1430px;
}
</pre></body></html>