/** Shopify CDN: Minification failed

Line 516:19 Expected identifier but found whitespace
Line 516:21 Unexpected "{"
Line 516:27 Expected ":"

**/
#preview-bar-iframe {
  opacity: 0.90;
  border-radius: 0.5rem;
  z-index: 1 !important;
  @media (width >= 768px) {
    width: 30vw !important;
    transform: translate(-50%, 0%) !important;
    left: 50% !important;
  }
  &:hover {
    opacity: 1;
  }
}
#clear-consent-cookies {
  position: fixed;
  bottom: 5rem;
  left: 1rem;
  width: auto;
  background: var(--brand);
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  z-index: 999;
}

.SOYR0oPj0Q6UOw2AemzM {
  .cc-settings-view {
    overflow: hidden;
    .cc-settings-dialog {
      overflow-x: hidden;
      overflow-y: auto;
    }
  }
}

::-moz-selection {
  color: var(--light);
  background: var(--brand);
}
::selection {
  color: var(--light);
  background: var(--brand);
}
html, body {
  scroll-behavior: smooth;
}
html {
  overflow-x: hidden;
}
body {
  display: grid;
  grid-template-columns: 100%;
}

p,
ol,
ul,
div,
section,
tr,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: calc(var(--header-height) + var(--blog-post-navigation-height)) !important;
}

:focus-visible {
  outline: unset;
}
mark {
  color: currentColor;
}

@font-face {
  font-family: Vegan;
  src: url('//dirtybike.ca/cdn/shop/t/3/assets/vegan_style.ttf?v=66743238236491917521718128492') format("truetype");
}

@media screen and (max-width: 768px) {
  .lock-mobile #gorgias-chat-container {
    display: none;
    opacity: 0;
  }
}
#gorgias-chat-container {
  z-index: 5;
}

.line-item.mw-hidden {
  display: table-row !important;
  overflow: visible !important;
  position: relative !important;
  left: unset !important;
}
#mini-cart-form .line-item.mw-hidden {
  display: flow-root !important;
}

.relative {
  position: relative;
}

.me-n1 {
  margin-right: -8px;
}

.hidden {
  display: none !important;
}

.mega-hidden {
  display: none !important;
  opacity: 0;
}

.mega-visible {
  display: block;
  opacity: 1;
}

/* h3.heading.h2 */
.vegan {
  font-family: "Vegan";
  text-transform: capitalize;
  font-weight: 200;
}

.show {
  visibility: visible;
  opacity: 1;
}
.hide {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
}

/* Disable this if sticky announcement Enabled */
/* #shopify-section-header {
  top: 0 !important;
} */
.header__wrapper {
  align-items: stretch;
}
.header__logo {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 999px) {
  #shopify-section-header .header__logo-image {
    margin: 5px 0;
    margin-top: 5px !important;
  }
  .header__inline-navigation {
      margin: 0px 2.2rem 0 0 !important;
  }
}

.on-sale .price {
 color: rgb(var(--product-on-sale-accent));
}
.on-sale .price.price--compare {
 color: #333;
}
/* .price--highlight {
  background: var(--brand);
  color: #fff;
  padding: 0 5px;
  line-height: 1.5;
} */

/* Sections */
.image-with-text-block__image-wrapper:before {
  content: "";
  background: rgba(0, 0, 0, var(--section-blocks-overlay-opacity));
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* Tooltips */

[data-tooltip-position="bottom-center"]::before {
  top: calc(100% + 8px);
  bottom: auto;
  left: 50% !important;
  right: unset !important;
  transform: translateX(-50%);
  background: #d31e3b;
  border-radius: 15px;
  z-index: 2;
}
[data-tooltip-position="bottom-center"]::after {
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  border-color: transparent transparent#d31e3b #d31e3b;
}

/* Account Popover */
.popover-button svg {
  transform: unset;
}
@media screen and (min-width: 999px) {
  #account_popover {
    top: calc(100% + 15px);
    right: -20px;
    width: 500px;
    border-radius: 15px;
  }
}
#account_popover {
  background: var(--dark);
  color: var(--light);
  border-color: var(--gray);
  padding: 15px 25px;
}
#account_popover input {
  border-color: #69696944;
}
#account_popover label {
  background: var(--dark);
  color: currentColor;
}
#account_popover p {
  margin-top: 0.5rem;
  color: var(--offwhite);
}
#account_popover h3 {
  color: currentColor;
}
#account_popover h4 {
  margin: 0.5rem 0;
}
#account_popover .heading {
  color: currentColor;
}
#account_popover a {
  text-decoration-color: #999;
  color: currentColor;
}
#account_popover a:hover,
#account_popover .link:hover {
  text-decoration-color: var(--light);
  color: currentColor;
}
#account_popover .account-order-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  white-space: nowrap;
  padding: 5px 10px;
  color: var(--offwhite);
  border-radius: 7px;
}
#account_popover .account-order-grid:nth-child(2n + 1) {
  background: var(--gray);
}
#account_popover .account-order-grid h3:first-of-type,
#account_popover .account-order-grid h3 {
  margin-top: 5px !important;
  margin-bottom: 5px;
}
#account_popover .border-top {
  border-color: var(--gray) !important;
  margin-top: 0.5rem;
}
#account_popover .account-address {
  text-transform: capitalize;
}
#account_popover .account-support {
  background: var(--gray);
  border-radius: 15px;
}
#account_popover .wholesale-progress {
  margin: 0;
  background: var(--gray);
}
#account_popover .banner--success {
    background: var(--gray);
}
#account_popover .banner--success p {
    margin: 0;
}
#account_popover .account_cta_image {
  width: auto;
  height: 3rem;
  object-fit: contain;
}
#account_popover .banner--error * {
  color: var(--error-color);
}
/* Facets */
#facet-filters-form {
  --checkbox-hover: var(--brand);
}
facet-filters .collapsible {
  max-height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
}
facet-filters .collapsible-toggle {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 500;
}
/* Checkbox styling */
#facet-filters-form label {
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
}
#facet-filters-form .checkbox {
  display: none;
}
.checkbox-custom,
#facet-filters-form label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
}
.checkbox-custom:before,
#facet-filters-form label:before {
  content: "";
  border: 2px solid var(--checkbox-hover);
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: .2s ease;
  background: none;
}
@media (hover: hover) and (pointer: fine) {
  /* .checkbox-custom:before,
  #facet-filters-form label:before {
    box-shadow: inset 0 0 0 4px #212121;
  } */
  .checkbox-custom:hover + label:before,
  #facet-filters-form label:hover:before {
    background: var(--brand);
    box-shadow: inset 0 0 0 4px #ffffff;
  }
  #facet-filters input:checked:hover + label:after {
    content: "\2716";
    position: absolute;
    left: 0;
    color: var(--checkbox-hover);
    text-align: center;
    font-size: 0.8rem;
    line-height: 18px;
    background: #fff;
    background-size: 16px;
    height: 20px;
    width: 20px;
    border: 2px solid var(--checkbox-hover);
    border-radius: 3px;
  }
}
.checkbox-custom:checked + label:before,
#facet-filters-form input:checked + label:before {
  box-shadow: inset 0 0 0 4px #ffffff;
  background: var(--checkbox-hover);
}

/* Wholesale */
.wholesale-notice {
  background: #d31e3b;
  border-radius: 15px;
  width: fit-content;
}
.wholesale-notice h2 {
  color: var(--light);
}

/* Scrollbars */

:not(table)::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
/* Track */
:not(table)::-webkit-scrollbar-track {
  background: var(--dark);
}
/* Handle */
:not(table)::-webkit-scrollbar-thumb {
  background: var(--light);
}
/* Handle on hover */
:not(table)::-webkit-scrollbar-thumb:hover {
  background: var(--brand);
}
:not(table)::-webkit-scrollbar-thumb:horizontal{
  background: var(--brand);
  border-radius: 10px;
}

/* Articles */
.article__nav {
  top: calc(var(--enable-sticky-header) * var(--header-height, 0px) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar) - 1px);
}

/* Tables */
.table-wrapper {
  overflow: unset;
}

.article__content td,
.article__content th,
.shopify-section--product-content td,
.shopify-section--product-content th {
  padding: 5px 15px !important;
  white-space: nowrap;
  border: 1px solid #efefef;
}
.article__content tr:nth-child(2n),
.shopify-section--product-content tr:nth-child(2n) {
  background: #efefef;
}

.article__content table,
.shopify-section--product-content table {
  display: block;
  overflow: auto;
  max-width: 100%;
  max-height: 40vh;
}
@media screen and (max-width: 768px) {
  .article__content .table,
  .shopify-section--product-content .table {
    overflow: auto;
    max-height: 30vh;
  }
}

table.wheel-sizing tr:first-of-type {
  height: 7rem;
  font-size: 1.5rem;
}

.rte .form__control {
  margin: 25px 0;
  display: flex;
}

.rte .form__control input,
.rte .form__control textarea {
  text-align: left;
  width: 100%;
}
.rte form {
  text-align: left;
}

/* Hero Section */

@media screen and (min-width: 1200px) {
  .shopify-section--slideshow h1 {
    font-size: 8rem;
  }
  .slideshow--small {
    --slideshow-min-height: 850px;
  }
}

/* Header */
.header__cart-count {
  top: 0px !important;
  right: -3px !important;
}

/* Country Select */
.popover-button {
  display: flex;
  align-items: center;
}
.popover-button[aria-expanded="true"] svg.flag {
  transform: rotate(0deg);
}
.flag {
  margin-left: 0;
  margin-right: 5px;
}
.popover__content {
  padding: 15px;
}
.popover__choice-label {
  display: flex;
  align-items: center;
}
.popover__choice-list {
  max-height: 70vh;
}
.popover__choice-item {
  padding-left: 5px;
}
.popover__choice-item:hover {
  background-color: {{ shop.brand.colors.primary[0].background }};
  color: var(--light);
}

/* Mobile Nav */
.drawer__content {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  padding-top: 15px;
}

/* Default Mega Menu */
.default-menu {
  padding: 3px 0;
}
.default-menu .header__linklist-item  {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-dropdown {
  z-index: 10;
}
.header__linklist-link:hover + .mega-menu,
.header__linklist-link:hover + .nav-dropdown.list--unstyled {
  transition-delay: 0s;
}
.nav-dropdown.list--unstyled:hover,
.mega-menu:hover {
  transition-delay: 0s;
}
.nav-dropdown.list--unstyled,
.mega-menu {
  transition-delay: 0s;
  transition: opacity .05s ease-in-out,visibility .05s ease-in-out;
}

.mainNav {
  /* .nav-child {
    ul.nav-dropdown {
      max-height: calc(95vh - var(--header-height));
      overflow-y: auto;
      overflow-x: hidden;
    }
  } */
}

/* Link Animated */
.great-grandchild.link--animated:after {
  bottom: 0;
}

/* Nav psudeo before hover area */
.header__linklist-item.has-dropdown:hover:before {
    height: 54px;
    width: inherit;
    top: unset;
    bottom: 0;
}

/* Truck Mega */
.mega-select .mega-menu__inner {
  overflow: hidden;
}
.mega-select .mega-menu__columns-wrapper {
  justify-content: center;
}
@media screen and (max-width: 761px) {
  .mega-select .mega-menu__columns-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* Product Page */

.product-meta__price-list-container {
  margin-top: 3rem;
}
h2.product-meta__vendor {
  margin-bottom: 0px;
}
h3.product-meta__sku, #flo-mel-sku {
  margin-top: 0;
  font-family: var(--text-font-family);
}
h3.product-meta__sku span, #flo-mel-sku span {
  font-weight: 100;
}

.product {
  margin-left: 0;
  margin-right: 0;
}
.product__media-image-wrapper {
  background: none;
}
/* DDC Custom Forms */
.ddc_product_forms {
  margin-top: 2rem;
}
.ddc_product_forms .form__control {
  display: flex;
  flex-direction: column;
}
/* Product Tabs */
.product-tabs iframe {
  height: 450px;
  width: 100%;
}

/* Sticky Form */

product-variants.product-sticky-form__variants .select-wrapper {
  margin: 0 5px;
  position: relative;
}
product-variants.product-sticky-form__variants .select-wrapper h5 {
  position: absolute;
    top: -10px;
    left: 5px;
    background: var(--light);
    z-index: 1;
    padding: 0 10px;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: calc(100% - 10px);
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-sticky-form .loader-button__text {
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .product-sticky-form {
    display: none;
  }
}

/* Drawer */
.drawer--large {
  max-width: 600px;
}
.drawer__footer:before {
  width: calc(100% - 7px);
}

/* Footer */

.footer__copyright {
  flex-direction: column;
  align-items: flex-start;
}
.embark-watermark {
  font-size: .75rem;
  color: #d5d5d5;
}
@media screen and (max-width: 741px) {
  .footer__item-list {
      grid-template-columns: 1fr;
  }
  .footer__item {
    max-width: 100%;
  }
  .footer__copyright {
    order: 5;
  }
  .footer__aside {
    display: flex;
    flex-direction: column;
  }
  .footer__payment-methods {
    order: 4;
  }
}

/* Product Cards Override */
/*
.product-item-meta__title {
  line-height: 1.5 !important;
  margin-bottom: 4px !important;
  text-decoration: none !important;
  margin-top: 5px !important;
} */

/* Product Card Image Blurry Sides */
.line-item__content-wrapper {
  width: 100%;
}

.line-item__image-wrapper,
.product-item__image-wrapper .aspect-ratio--square {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: #fff;
  aspect-ratio: 1;
}
/* .line-item__image-wrapper:before,
.aspect-ratio.aspect-ratio--square:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%);
    background-image: var(--product-image);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(5px);
} */
.line-item__image-wrapper img {
    object-fit: contain;
    top: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

product-list .price-list,
product-list .price {
  font-size: 1.1rem !important;
}
@media (width <= 768px) {
  product-list .price-list,
  product-list .price {
    font-size: .9rem !important;
  }
}

/* Sliders */
.product-list__prev-next {
  top: 50%;
}

/* Collection Page */
@media screen and (max-width: 999px) {
  #gorgias-chat-container iframe {
    bottom: 55px !important;
  }
}
.mobile-toolbar {
  position: fixed;
  bottom: 0;
  top: unset;
  width: 100%;
}
/* Banner min height */
.shopify-section--collection-banner .image-overlay {
  min-height: unset;
}

/* Spinner */
.loader {
  width: 48px;
  height: 49px;
  border: 5px solid #d31e3b;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* GDPR Bar */
.gdpr-wrapper {
  position: fixed;
  bottom: 7rem;
  left: 1rem;
  width: auto;
  z-index: 2;
  background: var(--brand);
  padding: 1rem;
  color: #fff;
  button {
    border: 2px solid #fff;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}

/* GDPR */
.SOYR0oPj0Q6UOw2AemzM {
  a, a:hover {
    color: var(--light) !important;
    -webkit-text-decoration-color: var(--light) !important;
    text-decoration-color: var(--light) !important;
  }
  .cc-settings-view {
    overflow: hidden;
    .cc-settings-dialog {
      overflow-x: hidden;
      overflow-y: auto;
    }
  }
}

/* Bold Options */
.bold_option_set input, .bold_option_set textarea {
  padding: 11px 18px 13px;
}
product-payment-terms .bold_options {
  display: none;
}
.bold_option.bold_option_textbox label {
  display: flex;
  flex-direction: column;
}
.bold_option.bold_option_radio .bold_option_value {
  display: flex;
  align-items: center;
}
.bold_option.bold_option_radio .bold_option_value {
  display: flex;
  align-items: center;
}.bold_option.bold_option_radio label {
  display: flex;
  align-items: center;
}
.bold_option input {
  width: 100%;
}
.bold_option_element input {
width: 100%;
}
.bold_option_value {
  display: flex;
  align-items: center;
}
.bold_option_value_element {
}
.bold_option_element input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 15px;
}
.bold_option_value_element input:before {
  content: "";
  border: 2px solid var(--brand);
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 3px;
  transition: 0.2s ease;
}
.bold_option_value_element input:checked:before {
  box-shadow: inset 0 0 0 4px var(--light);
  background: var(--brand);
}

/* Nics */
.bold_option_element input[type=checkbox] {
width: auto !important;
}

.bold_option_element textarea {
    width: 100% !important;
}

.bold_options {
}

.bold_option_element select {
    width: 100%;
}

.bold_option_title {
    font-weight: bold;
}

.bold_option {
    margin-top: 15px;
}

.bold_option_value {
    display: block;
}

#simpAskQuestion {
  padding: 0 25px;
  border-top: 1px solid black;
  padding-top: 50px;
}