@charset "UTF-8";
.newsletter-subscription-section form > div.kl-private-reset-css-Xuajs1 > div.needsclick {
  width: 100%; }

@media screen and (min-width: 1261px) {
  .newsletter-subscription-section form > div.kl-private-reset-css-Xuajs1 > div.needsclick:first-child {
    max-width: 400px; }
  .newsletter-subscription-section form > div.kl-private-reset-css-Xuajs1 > div.needsclick:nth-child(2) {
    max-width: 140px;
    text-align: center; }
  .newsletter-subscription-section form > div.kl-private-reset-css-Xuajs1 {
    flex-direction: row !important; } }

@media screen and (max-width: 1260px) {
  .newsletter-subscription-section form > div.kl-private-reset-css-Xuajs1 > div.needsclick:last-child button {
    margin-top: 10px; } }

/* Main Menu Layout Fix */
.category-title p {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold; }

.second-level-flyout div.category-title p a.category-title {
  color: #e74c3c !important; }

.d-flex {
  display: block;
  gap: 15px; }
  @media screen and (min-width: 768px) {
    .d-flex {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: stretch; } }
  .d-flex.centerAlignment {
    align-items: center; }
  .d-flex.topAlignment {
    align-items: flex-start; }
  .d-flex.bottomAlignment {
    align-items: end; }
  .d-flex.leftPosition {
    justify-content: flex-start; }
  .d-flex.centerPosition {
    justify-content: center;
    text-align: center; }
  .d-flex.rightPosition {
    justify-content: flex-end; }
  .d-flex .col6 {
    width: 100%;
    max-width: 100%; }
    .d-flex .col6 figure {
      width: 100%; }
    .d-flex .col6 img {
      margin: auto;
      display: block; }
    @media screen and (min-width: 768px) {
      .d-flex .col6 {
        width: 50%; } }
  .d-flex .col5 {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .d-flex .col5 {
        width: 41.6666666667%; } }
  .d-flex .col7 {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .d-flex .col7 {
        width: 58.3333333333%; } }
  .d-flex .col4 {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .d-flex .col4 {
        width: 33.3333%; } }
  .d-flex .col8 {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .d-flex .col8 {
        width: 66.666%; } }
  .d-flex .col-3 {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .d-flex .col-3 {
        width: 25%; } }
  .d-flex .col-12 {
    width: 100%; }
  .d-flex h2 {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400; } }

section.productCarousel {
  margin-bottom: 0; }

.newsletter-subscription-section {
  display: none; }

.body {
  margin-bottom: 0; }

/*-----------------------------
heroCarousel
------------------------------*/
.heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
  height: auto; }
  @media screen and (min-width: 801px) {
    .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper::before {
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      top: 0;
      left: 0;
      display: block;
      content: ''; } }

.heroCarousel .heroCarousel-slide .heroCarousel-content {
  background: transparent;
  left: 0;
  bottom: 40px;
  top: auto;
  right: auto;
  transform: none;
  width: 100%; }
  @media screen and (min-width: 801px) {
    .heroCarousel .heroCarousel-slide .heroCarousel-content {
      text-align: left; } }
  .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 72px */
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    color: #000;
    text-align: center; }
    @media screen and (min-width: 1201px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
        font-size: 60px; } }
    @media screen and (min-width: 801px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
        color: #fff;
        text-align: left; } }
  @media screen and (max-width: 1200px) {
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action.button {
      padding: 8px 30px; } }

.introText {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 0; }
  .introText p {
    font-size: 17px;
    line-height: 1.4em; }

.product-section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

/*----------------------------------
USPBlocks-section
-----------------------------------*/
.USPBlocks-section {
  padding: 3rem 0; }
  .USPBlocks-section .d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .USPBlocks-section .d-flex .block {
      width: calc(25% - 11.25px);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 200px;
      background: #EBEBEB;
      box-sizing: border-box; }
      .USPBlocks-section .d-flex .block .usp-title {
        font-size: 17px;
        text-align: center;
        display: block;
        margin-top: 15px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .USPBlocks-section .d-flex .block {
          width: calc(50% - 7.5px); }
          .USPBlocks-section .d-flex .block .usp-title {
            font-size: 15px; } }
    .USPBlocks-section .d-flex .blockInner figure {
      display: block;
      margin: 0; }
      .USPBlocks-section .d-flex .blockInner figure img {
        margin: auto;
        display: block; }

/*-------------------------
Card 
---------------------------*/
.card .card-body .card-text {
  font-weight: 400; }

.card .card-figcaption {
  height: auto; }
  .card .card-figcaption.mobile {
    display: block;
    position: static;
    opacity: 1; }
    .card .card-figcaption.mobile .card-figcaption-body {
      transform: none;
      text-align: center; }
      .card .card-figcaption.mobile .card-figcaption-body .quickview {
        display: none; }
      .card .card-figcaption.mobile .card-figcaption-body .button {
        border-radius: 30px;
        justify-content: center;
        background-color: #E74C3C;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        border: 0;
        width: 100%;
        padding: 5px 10px;
        line-height: 40px;
        margin: 1rem 0 0; }

/*-----------------------------
ImageText Section
------------------------------*/
.ImageText-Section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .ImageText-Section .col6 {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .ImageText-Section .col6 {
        text-align: center; } }

/*------------------------------
Banner Section
------------------------------*/
.banner-section {
  position: relative;
  padding: 3rem 0 0; }
  .banner-section .banner-inner {
    background-size: cover;
    background-image: url(https://cdn11.bigcommerce.com/s-b8olqctzdz/images/stencil/original/image-manager/bike-into-a-beast.jpg?t=1746811475);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 767px) {
      .banner-section .banner-inner {
        display: flex; } }
  .banner-section.overlap-text-space {
    padding-top: 6rem;
    padding-bottom: 3rem; }
    @media screen and (max-width: 1200px) {
      .banner-section.overlap-text-space {
        padding-top: 5vw; } }
  .banner-section .overlap-text {
    position: absolute;
    left: 50%;
    top: 0;
    font-family: Poppins;
    font-size: 180px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    /* 169.2px */
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.05);
    margin: auto;
    display: block;
    text-align: center;
    z-index: 1;
    transform: translate(-50%, 0%); }
    @media screen and (max-width: 1200px) {
      .banner-section .overlap-text {
        font-size: 11vw; } }
  .banner-section .text {
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .banner-section .text {
        padding: 15px; } }
    .banner-section .text h2 {
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; }
      @media screen and (max-width: 767px) {
        .banner-section .text h2 {
          font-size: 28px; } }
    .banner-section .text p {
      color: #fff; }
    .banner-section .text .button {
      height: 40px;
      padding: 12px 41px;
      justify-content: center;
      align-items: center;
      border-radius: 40px;
      background: var(--Grey, #2F2F2B); }
      .banner-section .text .button:hover {
        background-color: #fff;
        color: var(--Grey, #2F2F2B); }

/*------------------------
customBlock
-------------------------*/
.customBlock .inner-text {
  text-align: center; }
  .customBlock .inner-text h3 {
    text-transform: uppercase; }
  .customBlock .inner-text .button {
    height: 40px;
    padding: 0 41px;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 40px;
    background: var(--Red, #E74C3C); }
    .customBlock .inner-text .button:hover {
      background-color: #2F2F2B;
      color: #fff; }

/*------------------------------
HeroCarousel Slide  
-------------------------------*/
.heroCarousel {
  margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .heroCarousel .heroCarousel-content {
      padding-bottom: 0; } }

/*-------------------------
footer styles July 2025
---------------------------*/
.footer {
  border: 0; }

.klaviyo-form-UUg4e8 .kl-private-reset-css-Xuajs1 {
  margin-top: 0 !important;
  width: 100%;
  padding: 0 !important; }

footer .footer-newsletter {
  margin-bottom: 15px;
  /* Add icon using ::after */ }
  footer .footer-newsletter form {
    padding: 0 !important; }
  footer .footer-newsletter input[type="email"] {
    border-radius: 38px !important;
    border: 1px solid #A2A2A2 !important;
    background: #1F1F1F !important;
    padding: 0 50px 0 10px !important;
    color: #A2A2A2 !important; }
  footer .footer-newsletter button[type="button"] {
    position: absolute !important;
    right: 15px !important;
    color: transparent !important;
    /* Hides the text */
    font-size: 0 !important;
    /* Also hides text from affecting layout */
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    width: 40px !important;
    /* Adjust as needed */
    height: 40px !important;
    padding: 0 !important; }
  footer .footer-newsletter button[type="button"]::after {
    content: '️';
    /* Envelope emoji */
    font-size: 20px;
    color: #CACACA;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("https://cdn11.bigcommerce.com/s-b8olqctzdz/images/stencil/original/image-manager/email-icon.png?t=1751478694");
    /* Replace with actual image URL */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 15px; }

footer .footer-info-col {
  font-size: 14px; }
  footer .footer-info-col address {
    font-size: 14px; }

footer .footer-info-col--small-5 {
  width: 100%;
  max-width: 16%; }

footer .footer-logo {
  max-width: 122px; }

footer .foot-mobile {
  padding-top: 15px;
  font-size: 14px;
  margin: 0 auto; }
  footer .foot-mobile a {
    color: #b2b2b2;
    padding-bottom: 8px;
    text-decoration: none; }

footer .foot-email {
  font-size: 14px;
  margin: 0 auto;
  word-break: break-all; }
  footer .foot-email a {
    color: #b2b2b2;
    padding-bottom: 8px;
    text-decoration: none; }

footer .newsletter-sec p {
  font-size: 14px; }

footer .socialLinks .socialLinks-item a {
  display: inline-block;
  height: 35px;
  width: 36px;
  border: 1px solid #cacaca;
  border-radius: 90px;
  padding: 3px; }
  footer .socialLinks .socialLinks-item a svg {
    fill: #cacaca !important; }

footer .footer-two-col-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px; }
  footer .footer-two-col-sec .footer-left-sec {
    width: 40%;
    text-align: left; }
  footer .footer-two-col-sec .footer-right-sec {
    width: 60%;
    text-align: right; }

@media screen and (max-width: 1100px) {
  footer .footer-info-col--small-5 {
    max-width: 23%; } }

@media screen and (max-width: 768px) {
  footer .footer-info-col--small-5 {
    max-width: 33%; }
  footer .footer-two-col-sec {
    justify-content: center;
    flex-wrap: wrap; }
    footer .footer-two-col-sec .footer-left-sec {
      width: 100%;
      text-align: center;
      padding-top: 20px; }
    footer .footer-two-col-sec .footer-right-sec {
      width: 100%;
      text-align: center; } }

@media screen and (max-width: 700px) {
  footer .footer-info-col--small-5 {
    max-width: 50%; } }

@media screen and (max-width: 550px) {
  footer .footer-info-col--small-5 {
    max-width: 100%;
    text-align: center; }
    footer .footer-info-col--small-5 figure.footer-logo {
      margin: 0 auto; } }

/*------------  Header Styles July 2025  ------------*/
body .header-logo {
  max-width: 100px; }

.mega-cat-dropdown {
  height: auto !important;
  padding-bottom: 49px !important; }

body.home .card .card-title {
  min-height: 70px; }
