/** Shopify CDN: Minification failed

Line 212:0 Expected identifier but found "]"
Line 318:0 Expected "}" to go with "{"

**/
.prevelotek {font-weight: 400;
    font-family: "PreveloTek", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
  color: #000000;
}

/* STAMPED REVIEWS FORMATTING */
.stamped-review-content-body {
    line-height: 1.5;
}

p.stamped-review-content-body {
    font-family: var(--body-font-family) !important;
}

.stamped-header .stamped-review-options {
    display: none;
}

/* Formatting for product spec under images on product pages */
.topspec-column {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .topspec-column {
    width: 100%;
  }
}

/* Clear floats after the columns */
.topspec-row:after {
  content: "";
  display: table;
  clear: both;
}

  /* DUB-SPEC TABLE VERT LINES*/
table.spec-table-vert-lines {
    border: 1px solid black !important;
}

table.spec-table-vert-lines th {
    text-align: center;
    border: 1px solid black !important;
}

table.spec-table-vert-lines tr:not(:first-child):hover {
    background-color: #a9a9a9;
}

table.spec-table-vert-lines tr:not(:first-child) {
    font-size: 14px;
    border: 1px solid black;
}

table.spec-table-vert-lines tr:first-child {
    font-weight: bold;
    text-align: center;
    border: 1px solid black;

}

table.spec-table-vert-lines td:first-child {
    text-align: right;
    text-indent: 0px;
    border: 1px solid black;

}

table.spec-table-vert-lines td:not(:first-child) {
    text-align: center;
    border: 1px solid black;

}

table.spec-table-vert-lines tr:nth-child(even) {
    background: #E7E7E7
}

table.spec-table-vert-lines tr:nth-child(odd) {
    background: #FFF
}

table.spec-table-vert-lines table, tr, td {
    border: 1px solid black;

}


.prevelo-button {
    background: #ff0000;
    color: #ffffff;
    border: 1px solid #ff0000;
    padding: 0 20px;
    text-align: center;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    border-radius: 0;
}


/* REG TABLE*/
table.reg-table {
    text-indent: 0px;
  font-size:12px;
  width: 100%;
}

table.reg-table a {
    color: blue;
}

table.reg-table tr:not(:first-child):hover {
    background-color: #a9a9a9;
}

table.reg-table tr:not(:first-child) {
    font-size: 14px;
}

table.reg-table th {
    font-weight: bold;
    text-align: center;

}

table.reg-table td:first-child {
    text-align: left;
    text-indent: 0px;

}

table.reg-table td:not(:first-child) {
    text-align: left;
    margin-left: 0px;

}

table.reg-table tr:nth-child(even) {
    background: #E7E7E7
}

table.reg-table tr:nth-child(odd) {
    background: #FFF
}

table.reg-table table, tr, td, th {
    border: none !important;
}

/* SPEC TABLE*/
table.spec-table {
    width:90%;
}

table.spec-table tr:not(:first-child):hover {
    background-color: #a9a9a9;
}

table.spec-table tr:first-child:hover {
    background-color: #a9a9a9;
}

/*table.spec-table tr:not(:first-child) {
    font-size: 14px;
}*/

table.spec-table th:not(:first-child) {
    font-weight: bold;
    text-align: left;
background: #000000;
  color: #ffffff;
}

table.spec-table th:first-child {
    font-weight: bold;
    text-align: right;
background: #000000;
  color: #ffffff;
}

table.spec-table td:first-child {
    text-align: right;
    text-indent: 0px;
]]
}

table.spec-table td:not(:first-child) {
    text-align: left;

}

table.spec-table tr:nth-child(even) {
    background: #E7E7E7
}

table.spec-table tr:nth-child(odd) {
    background: #FFF
}

table.spec-table table, tr, td, th {
    border: none !important;
}

/* Kid Fit BOXED*/
.kid-fit-boxed {
    border: 2px solid black;
    padding: 1em;
    background-color: #f2f2f2;
}


  .product-info__sticky {
    top: 0px !important;
  }

/* Kid Fit BOXED*/

.bike-thumbnail-details {
  font-size: 14px;
}

/* Product option Black Friday Style*/
.bold_option_title b {
  background: -webkit-linear-gradient(#7f38ec, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.klaviyo-btn.button {
    height: auto;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid;
    transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    line-height: 1.5;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
text-transform: uppercase;
    display: block;
  border-radius: 25px;
}


a.klaviyo-btn.button:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}
/* BASIC TABLE*/
.basic-table {
  border-collapse: collapse !important;
  width: 100% !important;
}

.basic-table th, .basic-table td {
  border: 1px solid black !important; /* Add a black border around all table cells */
  padding: 8px !important;
  text-align: left !important;
}

.basic-table th {
  background-color: #f2f2f2 !important; /* Optional: Add a background color to table headers */
}
#shopify-section-sections--22919165772075__footer > footer > div > div.footer__main.md\:flex.md\:flex-wrap.mb-10.md\:mb-6 > div.footer-col.footer-col--text.footer-col--not-collapsed.cc-animate-init.cc-animate-in > div::after {
  content: url("data:image/svg+xml,%0A%3Csvg height='60' viewBox='0 0 128 128' width='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='m13.005 75.093a6.455 6.455 0 0 0 .1 2.794c.237.849.627 1.206 1.086 1.078.391-.11.531-.6.532-1.792 0-1.672.436-3.176 2.014-3.616 1.646-.46 3.275.684 3.934 3.045a7.06 7.06 0 0 1 .264 2.921l-2.162-.023a5.955 5.955 0 0 0 -.153-2.37c-.211-.756-.574-1.119-.966-1.011-.485.136-.485.761-.531 2.054-.073 1.926-.689 3-2.064 3.383-1.525.426-3.263-.382-4.074-3.283a7.511 7.511 0 0 1 -.205-3.128z'/%3E%3Cpath d='m21.022 92.013c1.008-.608 2.132-1.266 3.555-2.077l-.021-.038c-1.334.375-2.845.721-4.06 1l-3.474.806-1.048-1.837 2.539-2.416c.87-.82 1.994-1.816 3.086-2.729l-.014-.025c-1.281.666-2.6 1.373-3.646 1.92l-3.122 1.621-1.235-2.165 8.46-4.217 1.875 3.284-1.755 1.727c-.744.731-1.728 1.632-2.658 2.405l.027.048c1.187-.322 2.576-.712 3.537-.922l2.411-.522 1.826 3.2-7.982 5.057-1.3-2.287z'/%3E%3Cpath d='m25.663 99.788-2.056 1.189-1.961-1.977 8.805-4.524 2.543 2.566-4.468 8.9-2.07-2.089 1.14-2.114zm3.02.3.829-1.53c.259-.5.608-1.118.879-1.621l-.021-.02c-.5.275-1.082.658-1.578.934l-1.492.849z'/%3E%3Cpath d='m36.685 100.252 2.215 1.448-3.953 6.047 3.41 2.229-1.21 1.851-5.625-3.676z'/%3E%3Cpath d='m43.914 104.711 2.449 1.006-2.748 6.683 3.77 1.549-.842 2.051-6.218-2.556z'/%3E%3Cpath d='m55.646 108.8a23.165 23.165 0 0 1 3.211.108 7.71 7.71 0 0 1 2.943.687 2.118 2.118 0 0 1 1.236 2.135 2.062 2.062 0 0 1 -1.783 1.792v.029a2.347 2.347 0 0 1 1.678 2.5 2.565 2.565 0 0 1 -1.382 2 7.46 7.46 0 0 1 -4.147.388 17.641 17.641 0 0 1 -2.671-.434zm1.864 7.7a6.982 6.982 0 0 0 .846.112c.92.092 1.718-.152 1.8-.974.079-.793-.688-1.137-1.747-1.243l-.682-.068zm.4-4.013.558.057c1.225.121 1.816-.157 1.875-.742.053-.53-.377-.882-1.31-.975a5.934 5.934 0 0 0 -.953-.039z'/%3E%3Cpath d='m68 109.145.643 5.082c.185 1.472.846 2.347 2.041 2.2s1.625-1.094 1.43-2.635l-.642-5.083 2.624-.331.633 5.012c.386 3.054-1.054 4.718-3.9 5.078-2.681.339-4.422-.824-4.828-4.045l-.625-4.943z'/%3E%3Cpath d='m78.782 114.055a6.454 6.454 0 0 0 2.778-.3c.829-.3 1.156-.715 1-1.162-.138-.383-.637-.486-1.826-.4-1.666.123-3.2-.2-3.752-1.743-.579-1.606.442-3.313 2.747-4.143a7.031 7.031 0 0 1 2.893-.478l.136 2.153a5.956 5.956 0 0 0 -2.352.327c-.738.265-1.074.654-.936 1.037.171.473.794.427 2.086.379 1.925-.069 3.04.466 3.523 1.809.537 1.488-.141 3.28-2.972 4.3a7.474 7.474 0 0 1 -3.1.434z'/%3E%3Cpath d='m87.021 103.023 4.566 8.258-2.316 1.281-4.566-8.262z'/%3E%3Cpath d='m95.092 109.248-5.955-7.322 2.575-2.094 2.929 1.139a26.861 26.861 0 0 1 3.546 1.718l.032-.027a30.161 30.161 0 0 1 -2.562-2.862l-1.557-1.911 1.9-1.547 5.955 7.323-2.249 1.829-3.3-1.346a40.055 40.055 0 0 1 -3.718-1.686l-.044.035c.956 1.064 1.833 2.12 2.734 3.228l1.608 1.978z'/%3E%3Cpath d='m105.941 93.158-2.382 3.006 1.261 1 2.661-3.357 1.668 1.322-4.305 5.431-7.395-5.86 4.175-5.266 1.668 1.322-2.531 3.193 1.13.9 2.382-3.006z'/%3E%3Cpath d='m108.979 90.461a6.433 6.433 0 0 0 1.823-2.119c.4-.785.356-1.312-.068-1.529-.361-.184-.8.082-1.6.957-1.134 1.23-2.479 2.037-3.934 1.291-1.52-.778-1.941-2.723-.825-4.905a7.058 7.058 0 0 1 1.788-2.326l1.57 1.481a5.956 5.956 0 0 0 -1.5 1.845c-.356.7-.337 1.212.026 1.4.448.23.872-.23 1.782-1.149 1.359-1.365 2.54-1.736 3.812-1.086 1.409.721 2.137 2.494.766 5.174a7.491 7.491 0 0 1 -1.971 2.438z'/%3E%3Cpath d='m113.33 81.037a6.423 6.423 0 0 0 1.37-2.437c.238-.85.089-1.357-.37-1.485-.391-.109-.764.237-1.384 1.256-.865 1.432-2.018 2.49-3.6 2.049-1.646-.459-2.446-2.283-1.786-4.643a7.025 7.025 0 0 1 1.289-2.635l1.835 1.137a5.979 5.979 0 0 0 -1.1 2.108c-.211.755-.089 1.254.3 1.363.485.137.809-.4 1.518-1.48 1.061-1.609 2.145-2.207 3.52-1.823 1.524.426 2.592 2.018 1.781 4.918a7.5 7.5 0 0 1 -1.445 2.782z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m12.55 45.041 2.662-6.082 1.95.853-1.6 3.657 1.5.657 1.505-3.438 1.951.853-1.5 3.438 3.243 1.421-1.061 2.426z'/%3E%3Cpath d='m23.994 38.186 1.543 1.8-1.588 2.29-6.049-7.827 2.058-2.969 9.567 2.768-1.676 2.416-2.286-.733zm-.256-3.023-1.656-.536c-.532-.164-1.208-.4-1.753-.568l-.016.023c.362.438.845.944 1.207 1.382l1.1 1.309z'/%3E%3Cpath d='m34.854 24.75c-.781-.881-1.631-1.866-2.688-3.117l-.032.026c.61 1.243 1.225 2.667 1.715 3.811l1.423 3.269-1.615 1.361-2.837-2.054c-.964-.707-2.147-1.632-3.243-2.538l-.021.017c.887 1.138 1.822 2.31 2.548 3.236l2.161 2.774-1.905 1.609-5.681-7.553 2.888-2.439 2.017 1.412c.854.6 1.918 1.4 2.847 2.177l.043-.036c-.534-1.107-1.169-2.4-1.55-3.31l-.95-2.276 2.813-2.375 6.42 6.929-2.011 1.7z'/%3E%3Cpath d='m39.008 15.291 4.514 8.289-2.322 1.266-4.514-8.289z'/%3E%3Cpath d='m42.52 13.566 2.488-.9 2.449 6.8 3.832-1.381.75 2.08-6.321 2.277z'/%3E%3Cpath d='m54.945 19.6-.66-3.876-4.151-4.871 3.049-.52 1.217 1.923c.4.626.653.995.986 1.535l.027-.005c.129-.575.256-1.08.41-1.759l.519-2.227 3.007-.513-2.473 5.9.677 3.972z'/%3E%3Cpath d='m76.855 15.344c-.442 2.82-2.742 4.57-5.949 4.068a4.66 4.66 0 0 1 -4.192-5.512 4.844 4.844 0 0 1 5.871-4.107c3.151.489 4.699 2.814 4.27 5.551zm-7.355-1.08c-.252 1.6.447 2.93 1.857 3.151s2.453-.833 2.7-2.436-.442-2.959-1.838-3.178-2.464.858-2.719 2.463z'/%3E%3Cpath d='m79.009 21.053 1.764-9.569 2.61 1.2-.909 3.463c-.288 1.1-.64 2.371-.878 3.261l.025.012c.571-.877 1.233-1.852 1.914-2.834l2.011-2.912 2.754 1.256-1 3.623c-.3 1.08-.584 1.98-.883 2.967l.025.011c.553-.871 1.209-1.832 1.854-2.769l2.024-2.907 2.469 1.131-6.27 7.5-2.649-1.207 1.065-4.039c.216-.808.44-1.6.793-2.638l-.028-.012c-.595.928-1.04 1.633-1.537 2.313l-2.42 3.4z'/%3E%3Cpath d='m89.812 26.529 6.088-7.209 2.536 2.141-.575 3.089a26.826 26.826 0 0 1 -1.03 3.8l.032.026a30.421 30.421 0 0 1 2.337-3.045l1.59-1.882 1.872 1.58-6.089 7.209-2.214-1.869.71-3.488a40.116 40.116 0 0 1 .967-3.965l-.043-.037c-.868 1.137-1.742 2.193-2.664 3.285l-1.644 1.946z'/%3E%3Cpath d='m104.9 36.791-2.329-3.048-1.279.978 2.6 3.4-1.691 1.291-4.201-5.502 7.5-5.728 4.08 5.339-1.691 1.291-2.473-3.236-1.145.875 2.328 3.048z'/%3E%3Cpath d='m111.711 37.068a23.036 23.036 0 0 1 1.58 2.924 7.446 7.446 0 0 1 .911 4.25 3.982 3.982 0 0 1 -2.456 3.2 4.553 4.553 0 0 1 -4.223.036 8.189 8.189 0 0 1 -3.194-3.921 18.044 18.044 0 0 1 -1.019-2.613zm-5.578 5.485a4.253 4.253 0 0 0 .232.57c.783 1.767 2.2 2.67 4.07 1.809 1.7-.786 1.858-2.322 1.143-3.872a4.849 4.849 0 0 0 -.45-.81z'/%3E%3C/g%3E%3C/g%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='m113.805 68.344c.125-1.432.195-2.879.195-4.344a49.933 49.933 0 0 0 -1.347-11.549'/%3E%3Cpath d='m15.347 52.451a49.933 49.933 0 0 0 -1.347 11.549c0 1.465.07 2.912.2 4.344'/%3E%3Cg%3E%3Cg%3E%3Cpath d='m45.789 60.632v-21.114a3.418 3.418 0 0 1 6.835 0v21.114'/%3E%3Cpath d='m59.459 55.2v-12.478a3.418 3.418 0 0 0 -6.835.018v12.475'/%3E%3C/g%3E%3Cpath d='m45.789 52.877v-8.177a3.43 3.43 0 0 0 -3.663-3.011 3.514 3.514 0 0 0 -3.173 3.547v28.295l-3.064-11.437a3.43 3.43 0 0 0 -6.5 2.165l4.184 15.494a16.3 16.3 0 0 0 14.654 12.147c.244.014.489.022.736.026a17.385 17.385 0 0 0 17.331-17.437v-24.168a3.429 3.429 0 0 0 -3.662-3.012 3.516 3.516 0 0 0 -3.173 3.548v9.761'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='m78.947 70.419 18.068-10.925a3.418 3.418 0 0 0 -3.537-5.849l-18.068 10.925'/%3E%3Cpath d='m76.524 55.908 10.676-6.455a3.418 3.418 0 0 1 3.522 5.858l-10.676 6.456'/%3E%3C/g%3E%3Cpath d='m66.294 54.106 1.57-.949 9.3-5.621a3.43 3.43 0 0 1 4.472 1.575 3.516 3.516 0 0 1 -1.394 4.551l-8.354 5.051'/%3E%3Cpath d='m85.583 66.406 7-4.229a3.43 3.43 0 0 1 4.472 1.575 3.514 3.514 0 0 1 -1.399 4.548l-6.887 4.164-17.323 10.478 11.373-3.295a3.43 3.43 0 0 1 1.508 6.679l-15.427 4.437a16.657 16.657 0 0 1 -11.68-.914'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 60px;
  height: 60px;
  color: #ffffff;
}

table.pv-eb-tabs td {
    padding-top: 3px;
}

@media only screen and (max-width: 600px) {
  table.pv-eb-tabs td {
    padding-right: 16px; 
    padding-left: 16px; 
    padding-top: 10px; 
    font-size: 12px; 
  }

.prevelotek-white {font-weight: 400;
    font-family: "PreveloTek", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
  color: #ffffff;
}

