/** Shopify CDN: Minification failed

Line 1406:9 Expected ":"

**/
aside#site-secondary {
  display: none;
}


aside#site-secondary~.col-p-75 {
  flex: 0 0 100%;
  max-width: 100%;
}

.collection-bar .toolbar-right .filters__btn {
  display: none !important;
}

@media (min-width: 767px) {

  #Slideshow-1638997731b149264d {
    display: none;
  }
  
}

.additionals {
  background: #333333;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.additionals p {
  margin-bottom: 0;
}

.additionals strong {
  font-size: 0.7em;
}

.additionals .stock-countdown-message {
  font-size: 0.9em;
  margin: 0;
  text-transform: unset;
  letter-spacing: unset;
  font-weight: 100;
  color: #cccccc;
}

.additionals label {
  font-size: 0.8em;
}

.additionals a {
  font-weight: bold;
  font-size: 0.9em;
  border-bottom: solid 2px #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

.btn.btn-primary.AddToCart-product-template,
.btn.btn-primary.product-form__cart-submit {
  background-color: #57d357 !important;
  color: #000 !important;
}


.btn-read-more {
  display: block;
  box-shadow: 0px -20px 12px 5px #222222;
  margin-top: -36px;
  background: #adff00 !important;
  padding: 12px;
  border-radius: 6px;
  color: #000;
  border: 0;
  transition: all 0.3s ease;
}

.btn-read-more:hover {
  background: #8bcc00 !important;
  color: #000;
}

/* arrow */
.btn-read-more:after {
  content: "\ea23";
  font-family: Barberry;
  font-size: 20px;
  position: relative;
  right: -6px;
  opacity: 1;
  width: 20px;
  height: 20px;
  font-weight: 300;
  top: 50%;
  top: 5px;
  line-height: 1px;
}

.product__item .product__link,
.product-form__variants .selector-wrapper .option-select-label,
.select-wrapper select,
.page-collection .toolbar-right .select-wrapper select,
.product-single__meta li {
  color: #fff !important;
}

.minicart .cart__btns .btn-checkout {
  color: black !important;
}

.flex {
  display: flex;
  /*   justify-content: space-around; */
}

.additionals img {
  margin-right: 20px;
  min-width: 90px;
}

.site-header__top {
  background: #ea2c2c !important;
}

.product.opened .product__form {
  background: #000;
}

.slideshow .flickity-page-dots {
  display: none !important;
}

table.howToTable,
.fitment-table {
  border: 3px solid #555;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.fitment-table thead tr {
    border-bottom: 2px #555 solid;
    background: #555;
    color: #fff;
}

table.howToTable td,
table.howToTable th,
table.fitment-table td,
table.fitment-table th {
  border: 1px solid #444;
  padding: 10px;
  vertical-align: top;
}

table.howToTable tfoot .links {
  text-align: left;
}

table.howToTable tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #a33039;
  padding: 2px 8px;
  border-radius: 5px;
}

h1.product-single__title {
  font-size: 28px;
  letter-spacing: 0.4px;
}

.product-single__short {
  min-height: 100px;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: -0.4px;
}


/* ============= */
/* BIKE SELECTOR */
/* ============= */

.bike-selector {
  position: relative;
  background: url('/cdn/shop/files/TRUST-PATTERN-NEW-LARGE_bebfce6c-45b9-4b60-9cea-d92c803fd731.jpg?v=1733604981') repeat;
  background-size: cover;
  padding: 30px 0;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.selector-container {
  border: solid 1px #444;
    width: 100%;
    background: #222;
  padding: 10px;
  border-radius: 8px;
}

.bike-selector select {
  border: 0;
  appearance: none;
}

.bike-selector .inactive {
  opacity: 0.5;
}

.bike-selector .container {
    z-index: 2;
}

.bike-selector .col-sm-4 {
  border-right: solid 1px #000;
}

.bike-selector .col-sm-4:last-child {
  border: 0;
}

.bike-selector h2 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 46px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: -0.08em;
    text-shadow: 1px 4px 4px #111111, 0px -4px 4px #111111
}

.bike-selector p {
  color: #ccc;
  font-size: 16px;
  margin: 10px 0 0;
  text-align: center;
}

.bike-selector p a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.bike-selector option {
  color: #111;
}


.bike-selector.mini {
  position: relative;
  background: #111111;
  padding: 130px 0 20px;
  min-height: initial;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .bike-selector.mini {
  padding-top: 20px;
}
}


.bike-selector.mini h2 {
  font-size: 1em;
}

.bike-selector.mini p.bottom-text {
  font-size: 14px;
}

.falloff {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(0deg, #000000, transparent);
    height: 10%;
}

@keyframes fall1 {
  0% {
    bottom: 100%;
    transform: rotateZ(0deg);
  }

  90% {
    opacity: 100%;
  }
  
  100% {
    bottom: -100px;
    opacity: 0;
    transform: rotateZ(50deg);
  }
}


@keyframes fall2 {
  from {
    bottom: 100%;
    transform: rotateZ(0deg);
  }

 90% {
    opacity: 100%;
  }
  
  100% {
    bottom: -100px;
    opacity: 0;
    transform: rotateZ(-80deg);
  }
}

@keyframes fall3 {
  from {
    bottom: 100%;
    transform: rotateZ(-180deg);
  }

 90% {
    opacity: 100%;
  }
  
  100% {
    bottom: -30%;
    opacity: 0;
    transform: rotateZ(10deg);
  }
}

.falling {
    position: absolute;
    z-index: 0;
    bottom: 100%;
}

.fall1 {
  animation: fall1 24s linear backwards infinite;
   left: 13%;
  animation-delay: 13s;
}

.fall2 {
  animation: fall1 20s linear backwards infinite;
   left: 3%;
  animation-delay: 8s;
}

.fall3 {
  animation: fall2 18s linear backwards infinite;
   left: 45%;
  filter: blur(3px);
}

.fall4 {
  animation: fall1 25s linear backwards infinite;
   left: 50%;
  animation-delay: 10s;
}


.fall5 {
  animation: fall2 23s linear backwards infinite;
   left: 85%;
}

.fall6 {
  animation: fall3 22s linear backwards infinite;
   left: 30%;
}




@media (max-width: 768px) {
.bike-selector h2 br {display: none;}
  
.bike-selector h2 {
    font-size: 30px;
}

  .bike-selector .col-sm-4 {
  border-right: 0;
  bottom: solid 1px #000;
}

  .selector-container {
    width: 105%;
    padding: 0;
  }

  .fall1, .fall4, .fall5 {
    display: none;
  }
}



 .bike-typeahead--dark input{
    background:#111; color:#eee;
    border:1px solid #eee;
    border-radius:8px;
    padding:10px 12px; width:100%;
  }
  .bike-typeahead--dark input::placeholder{ color:#888; }
  .bike-typeahead--dark input:focus{
    outline:0; border-color:#fff;
  }
  /* Portal dropdown */
  #bike-typeahead-portal{
    position:fixed; z-index:999999; display:none;
    background:#0f0f0f; color:#eee; border:1px solid #2a2a2a; border-radius:10px;
    box-shadow:0 12px 30px rgba(0,0,0,.45); max-height:320px; overflow:auto;
    margin-top:6px; /* small gap under input */
  }
  #bike-typeahead-portal a{
    display:block; padding:10px 12px; text-decoration:none; color:#eee; border-radius:8px;
  }
  #bike-typeahead-portal a:hover, #bike-typeahead-portal a:focus{
    background:#1a1a1a;
  }
  #bike-typeahead-portal .is-active > a{
    background:#1f1f1f;
  }

  ul#bike-typeahead-portal {
    padding-left: 0;
    list-style-type: none;
    font-size: 15px;
  }
  

/* ============= */
/* ============= */
/* ============= */










/* feature blocks */
.feature-blocks {
  margin-top: 75px;
}

.feature-block {
  background-color: #383838;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;

  background: linear-gradient(0deg, rgba(31, 31, 31, 1) 30%, rgba(56, 56, 56, 1) 100%);

  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-block__copy {
  padding: 20px 20px 0 20px;
}

.feature-block__title {
  color: #fff;
  font-weight: lighter;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.feature-block__text {
  color: #ddd;
  font-size: 16px;
  margin-bottom: 0;
}

.feature-block .btn {
  background: #111;
  border: 0;
  border-radius: 3px;
  padding: 13px 20px;
}

.feature-block__image {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

p.small-print {
  font-size: 12px;
  color: #aaa;
  margin-top: -30px;
}

.cart__coupon {
  display: none;
}

.page-cart .cart-totals {
  background: #333;
}

.cart-totals.cart-cell.col-md-5.col-lg-4 {}

.page-cart .cart-totals th {
  color: #fff;
}

.page-cart .cart__totals .cart__shipping .text {
  color: #fff;
}

.page-cart .cart__totals .btn.btn-primary {
  background: transparent !important;
}

/* // clean up page headers */
.page-header .breadcrumbs,
.page-header .page-categories-wrapper {
  display: none !important;
}

/* Remove hove on product cards */
.product__item:hover .product__buttons {
  opacity: 0 !important;
  transform: none !important;
}

.products-grid.layout-2 .product__item:hover .product__content {
  transform: none !important;
}

@media (max-width: 991px) {
  .product__item .product__buttons {
    display: none !important;
  }
}

.product-single__photos {
  position: static;
  top: auto;
  padding-bottom: 30px;
}

.product-disclaimer {
  font-size: 0.8em;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
}

p a {
  font-weight: bold;
  border-bottom: solid 3px #a3303a;
}

.rating {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
}

.rating .loox-rating-label {
  font-size: 0.6em;
  color: #777;
}

.rating .loox-rating .loox-icon {
  color: #eee;
  width: 10px;
  height: 10px;
}

.product-bullets,
.product-bulletz {
  margin-bottom: 30px;
}

.product-bullets ul,
.product-bulletz ul{
  list-style-type: none;
}

.product-bullets ul li,
.product-bulletz ul li{
  font-size: 0.75em;
  list-style-type: none;
  margin-bottom: 6px;
}

.product-bullets > p,
.product-bulletz > p {
  font-size: 0.8em;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.product-bullets ul li a,
.product-bulletz ul li a{
  border-bottom: solid 2px #a33039;
}

.product-bullets ul li p,
.product-bulletz ul li p, 
.product-bulletz .metafield-rich_text_field,
.product-bullets .metafield-rich_text_field{ 
  display: inline;
}


.product-bullets svg,
.product-bulletz svg{
  margin-left: -30px;
  margin-right: 5px;
}


.minicart .cart__total {
  color: #fff;
}

.minicart.minicart-sidebar .cart__meta {
  margin-top: 30px;
}

.minicart .cart__rule {
  height: 1px;
}

.cart__warning {
  font-size: 14px !important;
  line-height: 1em !important;
  min-height: 100px;
  background: #d13f1b;
  padding: 10px;
  border-radius: 8px;
  margin-top: 15px;
}



.cart__warning-info {
    font-size: 14px !important;
  line-height: 1em !important;
  min-height: 100px;
  padding: 10px;
  border-radius: 8px;
  margin-top: 15px;
  background: #7FDBFF;
}

.cart__warning p,
.cart__warning-info p{
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart__warning-info p {
  color: #333;
}



.cart__warning-warning {
    font-size: 14px !important;
  line-height: 1em !important;
  min-height: 100px;
  padding: 10px;
  border-radius: 8px;
  margin-top: 15px;
  background: #d01111;
}

.cart__warning p,
.cart__warning-info p,
.cart__warning-warning p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart__warning-info p {
  color: #333;
}

.cart__warning-warning p {
  color: #fff;
}


.shopify-payment-button .shopify-payment-button__button {
  height: 60px;
}


.site-account .responsive-table thead tr th {
  color: #fff !important;
}

.form-group label {
  color: #fff
}


.lb-upsell-ppa {
  background: #333333;
  border-radius: 10px;
  padding: 2px 6px 2px;
  max-width: 400px;
  width: 100%;
}

h3.lb-upsell-ppa-title {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ddd;
  text-align: center;
  border-bottom: solid 1px #222;
  padding-bottom: 6px;
}

.ppa-prod-details-title {
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: bold;
  color: #eee;
}

.ppa-prod-details-price.lb-upsell-money {
  font-size: 0.6em;
  margin-top: -4px;
  display: block;
  margin-bottom: 5px;
  color: #bbb;
}

.ppa-add-to-cart-btn {
  padding: 2px 20px;
  width: auto;
  display: inline-block;
  border: 0 !important;
}

select#variantsLabel {
  width: auto;
  padding: 5px 10px;
  font-size: 0.6em;
  height: auto;
}

.ppa-prod-container {
  min-height: 60px;
}
.ppa-prod-container:last-child {
  margin-bottom: 0px;
}

.ppcse-modal-wrap {
  background: #222;
  color: #fff;
}

.ppcse-m.ppcse-c {
    font-size: 0.75em;
}


.btn.btn-primary.progress-btn.product-form__cart-submit.pre-order-btn {
    background: #FF851B !important;
}

.oos-messaging {
    margin-top: -50px !important;
    font-weight: normal !important;
    font-size: 14px !important;
    text-transform: none !important;
    line-height: 1.2em !important;
    min-height: 70px;
    padding: 10px;
    border-radius: 8px;
    background: #e68d40;
    color: #222;
    font-weight: 600 !important;
}

.oos-messaging small {
    display: block;
    font-style: italic;
    font-weight: normal;
}

.product-single__tabs {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.product-single__content {
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
}

.product-bullets.stock-messaging:empty {
    display: none !important;
}

.product-bullets.stock-messaging {
    margin-bottom: 60px;
    margin-top: 40px;
}


.jump-to {
  background: #000;
  padding: 40px 0;
}

.jump-to-card {
  display: block;
  padding: 15px;
  background: #222;
  border-radius: 10px;
}

.jump-to-card h2 {
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}

.jump-to-card p {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    color: #aaa;
}

.jump-to-card h3 {
    margin: 0 0 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ccc;
}



@media (max-width: 768px) {
  .jump-to-card {
    margin-top: 0;
  }
  
  .jump-to-card {
 margin-bottom: 15px;
}

  .jump-to-card h2 {
    font-size: 20px;
}

  .jump-to-card h3 {
    font-size: 13px;
}

}

.mm-menu .listitem>span, .mm-menu .listitem>a {
    font-size: 23px !important;
}



/* CROSS SELL */
.lb-upsell-ppa-title-cont {
    margin: 0;
}
.lb-upsell-ppa {
  background: none;
  padding: 0;
  max-width: 100%;
}

.lb-upsell-ppa-grid-carousel {
  margin: 0 10px;
}

.lb-upsell-carousel-container {
    background: #1a1a1a;
    padding: 10px 0 0;
    margin-bottom: 20px;
  border-radius: 10px;
}

/* right */
.lb-upsell-ppa-carousel-nav {
    position: absolute;
    left: 100%;
    right: initial;
    background: #1a1a1a;
}
/* left */
.lb-upsell-ppa-carousel-nav:nth-child(1) {
    position: absolute;
    right: 100%;
    left: initial;
}


.ppa-prod-details-title-grid {
    -webkit-line-clamp: inherit;
    text-overflow: initial;
    font-size: 0.7em;
    line-height: 1em;
}

.ppa-prod-container-grid {
  width: 150px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    background: #333;
}
.ppa-prod-img {
  width: 100%;
}
.ppa-prod-details-price-grid.lb-upsell-money {
    font-size: 0.8em;
}
select#variantsLabel {
  width: 140px;
}

.tabs-layout-tabs .product-tabs {
    padding-top: 20px;
}

.product-single__nav {
    display: none;
}

.collection-toolbar .toolbar-left .product-found p {
  color: #fff;
}

.sub-categories {
    text-align: center;
    display: flex;
    justify-content: center;
    background: #1a1a1a;
    padding: 20px;
    flex-wrap: wrap;
}

.sub-categories .menu-item {
    margin: 0;
    border-right: solid 1px #444;
    padding: 0 15px;
}

.sub-categories .menu-item:last-child {
    border: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
 .sub-categories {
   font-size: 14px;
 } 
}



.underline {
  border-bottom: solid 2px #a33039;
}


 .custom-fields-container {
      margin-top: 20px;
    }
    textarea, input {
      display: block;
      width: 100%;
      padding: 8px;
      margin-top: 0px;
      margin-bottom: 8px;
    }
    .plate-preview {
      margin-top: 15px;
      text-align: center;
      font-weight: bold;
    }
    .preview-box {
    width: 220px;
    height: 128px;
    padding: 10px;
    border: 2px solid black;
    background: yellow;
    border-radius: 12px;
    position: relative;
    margin-bottom: 80px;
    }
    
    .preview-reg {
    color: black;
    font-size: 2.8em;
    line-height: 0.9em;
    text-align: center;
    display: block;
    }
    
    #reg-input-bottom::placeholder,
    #reg-input-top::placeholder{
      color: #777777 !important;
      opacity: 1;
    }
    
    #preview-bottom-line {
      color: black;
      font-size: 12px;
      position: absolute;
      bottom: 5px;
      width: 100%;
      text-align: center;
    }

    #reg-input {
      min-height: 5em !important;
      width: 350px;
    }

    .bottom-logo {
      position: absolute;
      bottom: 5px;
      left: calc(50% - 4px);
    }
.bottom-logo img {
  width: 12px;
}

    .preview-box:after {
    content: 'Example';
    display: block;
    font-weight: lighter;
    position: absolute;
    left: calc(100% + 15px);
    top: 0;
    transform: rotate(90deg);
    transform-origin: left;
    color: #aaa;
}



.ppcse-c {
    background: #2e2e2e;
    padding: 8px;
    border-radius: 10px;
}

.ppcse-tot-container-tot {
    font-size: 0.8em;
    display: inline-block;
}

.lb-upsell-tot-btn {
    display: inline-block;
}

li.ppcse-list-lt-li input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

li.ppcse-list-lt-li {
    font-size: 0.9em;
}

h3.ppcse-title {
    font-size: 1em;
    font-weight: bold;
}

.ppcse-img-lt-li {
  margin-right: 6px;
}
.ppcse-img-lt-img {
    height: 80px;
}
.ppcse-img-lt-plus {
  line-height: 80px;
  margin-right: 6px;
}

table.ppcse-m-table, table.ppcse-m-table tr, table.ppcse-m-table td, table.ppcse-m-table th {
    border: 0;
    padding: 0;
}

h3.ppcse-m-title {
    font-size: 1em;
    padding: 0;
}





/* ACCORDION */

  .accordion-item {
      /* border-bottom: 1px solid #ccc; */
    }

    .accordion-header {
    border: none;
      outline: none;
    font-size: 1.5rem;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: #adff02;
    background: transparent;
    border-radius: 5px;
    font-weight: bolder;
    text-align: center;
    }

.accordion-header:focus {
  outline: none;
}

    .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease;
    }

    .accordion-body.open {
      max-height: 2000px;
    }

    .accordion-body p {
      margin: 0 0 1em 0;
    }






/* ARMOURED HOODIES */
  .video-section {
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    background: #262626;
  }

  .video-section video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }

  .video-overlay {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 3rem 1rem;
    max-width: 100%;
    margin: 0 auto;
  }

  .scroll-btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background 0.3s ease;
  }

  .scroll-btn:hover {
    background: #f5f5f5;
  }



.footer__widget .heading label:after {
  color: #000;
}


.live-light {
  width: 12px;
  height: 12px;
  background-color: orange;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(230, 141, 64, 0.6);
  animation: pulse 1.5s infinite;

   float: left;
    margin: 6px 0 0 -24px;
}

.live-light ~ span>small {
    display: block;
    color: #999;
    font-style: italic;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.6);
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
    box-shadow: 0 0 15px rgba(255, 165, 0, 0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.6);
  }
}



/* Windows-specific select dropdown fix */
@supports (font-family: "Segoe UI") {
  select option {
    background-color: #fff; /* or whatever background you want */
    color: #000; /* readable text color */
  }
}




svg.fitment-difficulty-icon {
    margin: 0 0 0 -4px;
    color: #555;
}

svg.fitment-difficulty-icon:first-child {
    margin-left: -30px;
}
.fitment-difficulty-text {
  margin-left: 10px;
  font-size: 0.8em;
}

svg.fitment-difficulty-icon.active {
    color: #fff;
}


/* fixing broken thumbnails */
.product-single__photos.bottom .product-single__thumbnail-wrapper {
  position: static;
  transform: none;
  max-width: 100%;
}

.mb-20 {
  margin-bottom: 20px;
}

a.vendor-link {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 3px;
    color: #999;
    margin-bottom: -10px;
    display: block;
}


div#lb-addon-popup-container-id {
    background: #333;
}

lb-upsell-addon-popup .lb-spc-details-variants .lb-shared-variants-select {
    color: #000;
}




@media (max-width: 767px) {
  lb-upsell-addon-popup .lb-spc-cont {
      width: 100%;
      max-width: 500px;
  }

  .lb-addon-popup-container {
      width: 90vw;
  }
}



/* Add on check boxes */
/* Universal Flip N Dip checkbox styling */
.ppcse-m-list-lt-checkbox input[type="checkbox"],
.ppcse-list-lt-li input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 18px;
  height: 18px;
  border: 2px solid #fff;   /* white border */
  border-radius: 6px;       /* rounded corners */
  background: transparent;  /* no fill */
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: all 0.2s ease;
  margin-right: 6px; /* spacing from label text */
}

/* Hover effect */
.ppcse-m-list-lt-checkbox input[type="checkbox"]:hover,
.ppcse-list-lt-li input[type="checkbox"]:hover {
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

/* Checked state */
.ppcse-m-list-lt-checkbox input[type="checkbox"]:checked,
.ppcse-list-lt-li input[type="checkbox"]:checked {
  background: transparent;
  border-color: #fff;
}

/* White tick */
.ppcse-m-list-lt-checkbox input[type="checkbox"]:checked::after,
.ppcse-list-lt-li input[type="checkbox"]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: -3px;
  font-weight: bold;
}

.ppcse-m-list-lt-checkbox input[type="checkbox"]:checked::after {
  top: -7px;
}

.chevron-arrow-right {
    border-right: 2px solid white;
    black;
    border-bottom: 2px solid white;
}


.product-bullets .reveal svg,
.product-bulletz .reveal svg {
    margin: 0;
    color: #c79230;
}

.product-bullets .f1-brakes svg,
.product-bulletz .f1-brakes svg {
    margin: 0;
    color: #a33039;
}

.product-bullets .reveal,
.product-bullets .f1-brakes,
.product-bulletz .reveal,
.product-bulletz .f1-brakes {
    margin-left: -30px;
    margin-right: 5px;
    display: inline;

    width: fit-content;
    overflow: hidden;
}

.product-bullets .reveal,
.product-bulletz .reveal {
      /* start as a 0% width mask */
    clip-path: inset(0 100% 0 0);

    animation: reveal 1.7s ease infinite;
}

.product-bullets .f1-brakes,
.product-bulletz .f1-brakes {
  animation: f1BrakeGlow 2s ease-in-out infinite;
}

@keyframes reveal {
  from {
    clip-path: inset(0 100% 0 0); /* hidden */
  }
  to {
    clip-path: inset(0 0 0 0);   /* fully visible */
  }
}


@keyframes f1BrakeGlow {
  0%   { opacity: 0; }
  5%  { opacity: 1; }
  10%  { opacity: 0; }

  20%  { opacity: 1; }
  25%  { opacity: 0; }

  35%  { opacity: 1; }
  40%  { opacity: 0; }

  /* Final solid glow */
  55% { opacity: 1; }
  100% { opacity: 1; }
}