/** Shopify CDN: Minification failed

Line 867:1 Expected "}" to go with "{"

**/
/* ============================
   FONT: GGX
   ============================ */
@font-face {
  font-family: 'GGX';
  src: url('/cdn/shop/files/GGX.woff2') format('woff2'),
       url('/cdn/shop/files/GGX.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-weight: 100 !important;
}

/* ============================
   FONT: LinotypeMedium
   ============================ */
@font-face {
  font-family: 'Linotype Medium';
  src: url('/cdn/shop/files/LinotypeMedium.woff2') format('woff2'),
       url('/cdn/shop/files/LinotypeMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ============================
   FONT: LinotypeRegular
   ============================ */
@font-face {
  font-family: 'Linotype Regular';
  src: url('/cdn/shop/files/LinotypeRegular.woff2') format('woff2'),
       url('/cdn/shop/files/LinotypeRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================
   FONT: SteelRace
   ============================ */
@font-face {
  font-family: 'Steel Race';
  src: url('/cdn/shop/files/SteelRace.woff2') format('woff2'),
       url('/cdn/shop/files/SteelRace.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================
   BASE FAMILY ASSIGNMENTS
   ============================ */
body {
  font-family: 'Linotype Regular', sans-serif !important;
}


.paragraph p {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: -1px;
  font-size: 17px;
}

legend {
    font-size: 17px;
}


h1, h2, h3, h4, h5, .h1 p, .h2 p, .h3 p, .h4 p, .h5 p {
  font-family: 'GGX', sans-serif !important;
  letter-spacing: 0.02em;
}

h1, .h1 p {
    line-height: 5.5rem !important;
    font-size: 7.5rem !important;
    text-transform: uppercase !important;
}
@media only screen and (max-width: 749px) {
  h1, .h1 p {
      line-height: 4rem !important;
      font-size: 5rem !important;
      text-transform: uppercase !important;
  }
}
h2, .h2 p, .priceContainer span.price {
    font-family: 'GGX', sans-serif !important;
    line-height: 5rem !important;
    font-size: 6.5rem !important;
    text-transform: uppercase !important;
}
@media only screen and (max-width: 749px) {
  h2, .h2 p, .priceContainer span.price {
      font-family: 'GGX', sans-serif !important;
      line-height: 3.5rem !important;
      font-size: 4.5rem !important;
      text-transform: uppercase !important;
  }
}
h3, .h3 p {
    line-height: 4.75rem !important;
    font-size: 5.5rem !important;
    text-transform: uppercase !important;
}
@media only screen and (max-width: 749px) {
  h3, .h3 p {
    line-height: 3rem !important;
    font-size: 3.5rem !important;
    text-transform: uppercase !important;
  }
}

h4, .h4 p {
    line-height: 3.75rem !important;
    font-size: 4.5rem !important;
    text-transform: uppercase !important;
}
h5, .h5 p {
    line-height: 3rem !important;
    font-size: 4.5rem !important;
}
@media only screen and (max-width: 749px) {
  h5, .h5 p {
    line-height: 2rem !important;
    font-size: 3rem !important;
  }
}


.h5 span {
    font-family: 'Inter', sans-serif !important;
    line-height: 2rem !important;
    font-size: 2.25rem !important;
    font-weight: 600;
}
h6, .h6 p {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: -1px !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 200 !important;
}

@media only screen and (max-width: 749px) {
  h6, .h6 p {
    font-size: 19px !important;
    line-height: 1.3 !important;
  }
}



strong, b {
  font-family: 'Linotype Medium', sans-serif !important;
  letter-spacing: normal;
}

h1 strong, .h1 p strong {
  line-height: 5.5rem !important;
  font-size: 12rem !important;
  text-transform: uppercase !important;
  font-family: 'GGX', sans-serif !important;
}
@media only screen and (max-width: 749px) {
  h1 strong, .h1 p strong {        
    line-height: 4.5rem !important;
    font-size: 6rem !important;
  }
  .hero__content-wrapper .spacing-style.text-block.h6 {
    padding-bottom: 0 !important;
  }
}


em, i {
  font-family: 'Steel Race', sans-serif !important;
}

.logo-block, .logo-block * {
  font-family: 'Steel Race', sans-serif !important;
  font-weight: 100;
}


a.button {
    font-family: 'GGX';
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5rem;
    padding: 0.2rem 1rem;
    border-radius: inherit;
    letter-spacing: 1px;
    min-width: 190px;
}

button.content-link:not(.is-active) {
    opacity: 0.5;
}

button.content-link {
    border-bottom: 2px solid;
}

span.price {
  font-family: 'GGX', sans-serif !important;
  letter-spacing: 0.02em !important;
} 

span.price {
    font-family: 'GGX', sans-serif !important;
    line-height: 4rem !important;
    font-size: 5.5rem !important;
    text-transform: uppercase !important;
}
@media only screen and (max-width: 749px) {
  span.price {
      font-family: 'GGX', sans-serif !important;
      line-height: 3.5rem !important;
      font-size: 4.5rem !important;
      text-transform: uppercase !important;
  }
}


@media only screen and (min-width: 750px) {
  a.menu-list__link {
      font-family: GGX, sans-serif !important;
      margin-left: 2rem !important;
      text-transform: uppercase !important;
      font-size: 1.8rem !important;
      letter-spacing: 1px !important;
  }
  span.header-logo__image-container {
    max-width: 207px;
  }
} 

product-card span.price {
    font-size: 2rem !important;
    line-height: 1 !important;
}

a.contents.user-select-text {
    font-size: 17px;
}

.card-gallery {
    background: #f1f1f1;
    border-radius: 9px;
}

label.variant-option__button-label {
    background: transparent;
    color: #fff1db;
    border-radius: 0;
    border: 2px solid #fff1db;
    font-family: 'Linotype Medium';
    font-size: 1rem;
    opacity: 0.4;
}

.variant-option__button-label:has(:checked) {
    color: #fff1db !important;
    background: transparent;
    color: #fff1db;
    border-radius: 0;
    font-family: 'Linotype Medium', sans-serif;
    font-size: 1rem;
    opacity: 1;
    border: 2px solid #fff1db !important;
    background: transparent;
}

.variant-option__button-label:has(:checked):not(.variant-option__button-label--has-swatch):not(:has([data-option-available=false])):before {
  display: none !important;
}

span.add-to-cart-text__content {
    font-family: 'Linotype Medium';
}

.add-to-cart-button {
    border-radius: 0;
}

.product-media-container.constrain-height {
  background: transparent !important;
}

#shopify-installments-content svg {
    color: #fff1db !important;
}
#shopify-installments-content p {
    color: #fff1db !important;
}

button#checkout {
    text-transform: capitalize;
    font-family: 'Linotype Medium';
    font-size: 17px;
    border-radius: inherit;
}
.cart__summary-item.tax-note.cart-primary-typography {
    display: none;
}
disclosure-custom.cart-discount {
    display: none;
}

button.button.button--primary.antic-upsell__add {
    width: 100%;
    text-transform: capitalize;
    font-family: 'Linotype Medium';
    font-size: 17px;
    border-radius: inherit;
}
button.button.button--secondary.antic-upsell__skip {
    background: transparent;
    color: #fff1db;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    text-transform: capitalize;
    font-family: 'Linotype Regular';
    font-size: 17px;
    border-radius: inherit;
}

h2#cart-drawer-heading {
    margin-bottom: 0;
    line-height: 2rem !important;
    text-transform: uppercase !important;
    font-size: 2rem !important;
}

.dialog-drawer[open] {
    z-index: 1;
}

.quantity-selector :is(.quantity-minus,.quantity-plus) {
    width: 30px !important;
    height: 30px !important;
}

tr.cart-items__table-row {
    /* background: #fff; */
    padding: 0.5rem 1rem 0 1rem;
    border-radius: 6px;
    border: none !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0 !important;
}

.cart-drawer__items .cart-items__table-row:last-child {
    padding-block-end: 1.25rem !important;
}

a.cart-items__title {
    line-height: 0.6 !important;
    font-family: 'Linotype Medium';
}
/*
button.disclosure-trigger {
    display: none;
} */

.column-options-wrapper {
    display: none !important;
}

product-card span.price {
    font-size: 17px !important;
    line-height: 1 !important;
    font-family: 'Linotype Regular' !important;
}
product-card a.contents p {
    font-size: 17px !important;
    font-family: 'Linotype Regular' !important;
    letter-spacing: 0.5px;
}

.collection-links__image {
    display: none !important;
}

sup.collection-links__count {
    display: none;
}

.collection-links__link {
    font-size: 1.5rem;
}

.facets.facets--horizontal.spacing-style {
    width: max-content;
    float: right;
}

collection-links-component {
    margin-bottom: -40px;
}

.facets.facets--horizontal.spacing-style {
    margin-top: -10px;
}

a.collection-links__link {
    font-size: 1.5rem;
}

.collection-links__link {
  z-index: 1;
}

li.menu__item.paragraph a {
    font-family: GGX, sans-serif !important;
    margin-left: 2rem !important;
    text-transform: uppercase !important;
    font-size: 1.8rem !important;
    letter-spacing: 1px !important;
}

@media only screen and (min-width: 750px) {
  .product-step-flow {
      margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
    :is(.product-information__grid:not(:has(.product-information__media:empty)).product-information__grid--half,.product-information__grid:not(:has(.product-information__media:empty)).product-information__grid--half:has(.media-gallery--extend)).product-information--media-left .product-information__media {
        grid-column: 2 / 3 !important;
    }
}

/* Normalize media box height on ALL product cards */
.product-card .product-media,
.product-item .product-media,
.product-grid-item .product-media {
  aspect-ratio: auto;      /* stop forcing 1:1 square */
  height: 240px;           /* pick the height you want for all cards */
}

/* Make the image fill that fixed-height box nicely */
.product-card .product-media img,
.product-item .product-media img,
.product-grid-item .product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


slideshow-component slideshow-slide:not(:first-child) .product-media img.product-media__image {
    width: 100%;
    object-fit: cover !important;
}

.product-information span.compare-at-price {
    font-family: GGX, sans-serif !important;
    line-height: 4rem !important;
    font-size: 5.5rem !important;
    text-transform: uppercase !important;
}  


@media only screen and (max-width: 749px) {
  .product-information span.compare-at-price {
      font-family: 'GGX', sans-serif !important;
      line-height: 3.5rem !important;
      font-size: 4.5rem !important;
      text-transform: uppercase !important;
  }
}

.product-information span.compare-at-price {
    margin-right: 10px;
    position: relative;
}

.product-information span.compare-at-price:before {
    content: '';
    background: red;
    width: calc(100% + 30px);
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

button.button.button--tertiary.cart-items__remove {
    height: 30px !important;
    font-size: 12px;
}


rte-formatter em strong:before {
    content: '$2,500';
    font-weight: 100;
    margin-left: 1px;
    margin-right: 5px;
    text-decoration: line-through;
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
}

rte-formatter em strong {
    font-style: normal;
}


.antic-upsell__form {
    max-height: 430px !important;
    overflow: scroll;
}

product-recommendations .color-scheme-5.block-resource-list.spacing-style.gap-style {
    background: transparent;
}

.media-fit-contain :is(img, .deferred-media__poster-image) {
  background: transparent !important;
}

/* S2 Override */


span.svg-wrapper.add-to-cart-icon {
    display: none !important;
}

.quick-add__button .add-to-cart-text__content {
  transform: none !important;
}

quantity-selector-component.quantity-selector {
    border-radius: 0 !important;
}

[data-template="collection"] [data-type="add-to-cart-form"] {
    display: none !important;
}

@media only screen and (max-width: 749px) {
  [data-template="collection"] .product-card .product-media, [data-template="collection"] .product-item .product-media, [data-template="collection"] .product-grid-item .product-media {
      max-height: 140px;
  }
  /* [data-template="collection"] .collection-links__container { 
      overflow: scroll !important;
      flex-wrap: nowrap !important;
  } */
  [data-template="collection"] .collection-links__link {
    font-size: 1.2rem;
    width: max-content;
  }
}

/* 2-column collection links on mobile */
@media screen and (max-width: 749px) {
  .collection-links__container {
    /* display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 3px !important;
    gap: 1px; */
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  /* make each link fill its grid cell */
  .collection-links__link {
    width: 100%;
  }
  collection-links-component {
    margin-bottom: 0 !important;
        overflow: scroll;
  } 
}

@media only screen and (max-width: 749px) {
  .bike-pdp aside.announcement-bar {
    display: none !important;
  }
  
  .product-information.section[data-product-handle="antic-bike"] [data-hero-badge] {
    max-width: 170px !important;
    left: 15px !important;
    top: 25px !important;
  }
  [data-template="product.bike"] .shopify-section:not(.header-section) .section-background {
    height: 40% !important;
  }
  .product-information.section[data-product-handle="antic-bike"] .product-panel {
    background: #1f1f1f;
  }

  .product-panel.product-panel--main.is-active {
    padding: 1rem !important;
  }
  [data-option-id="template-20871467532538__main-8987572568314-model"] {
    display: flex !important;
  }

  [data-option-id="template-20871467532538__main-8987572568314-model"]  label.variant-option__button-label {
    flex: 0 0 100%;
  }
  .product-information.section[data-product-handle="antic-bike"] {
    max-height: none !important;
  }
  .bike-pdp .product-panel.product-panel--main.is-active {
    padding-left: 1rem !important;
  }

/*
  .sticky-product-footer {
      display: none !important;
  }
*/

  .section-resource-list__content {
    margin-top: 10px !important;
  }
  h6, .h6 p {
      font-size: 24px !important;
      line-height: 1.3 !important;
  }
  .bike-pdp .product-panel.product-panel--recommendations.is-active {
    padding: 1rem !important;
    padding-left: 1rem !important;
  }
  .rec-horizontal-card {
    padding: 1rem !important;
  }
  .product-recommendations--complementary .rec-horizontal-card {
    flex-direction: row !important;
  }
  
}


span.add-to-cart-text {
    font-size: 17px;
}

span.add-to-cart-text--added {
  font-weight: bold;
    font-size: 17px;
}
.quick-add__button .add-to-cart-text--added {
  position: absolute !important;
}
button.button.quick-add__button.quick-add__button--add.atc-added {
    background: #1f1f1f !important;
    color: #fff1db !important;
    width: 80px !important;
}
button.button.quick-add__button.quick-add__button--add.atc-added .add-to-cart-text--added {
  color: #fff1db !important; 
}
.quick-add__button .add-to-cart-text--added {
  justify-self: center !important;
}

.product-recommendations--complementary add-to-cart-component {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
}

.quick-add-modal__content .product-information__media {
    background: #f1f1f1;
}
@media only screen and (max-width: 749px) {
  .quick-add-modal__content span.price {
    line-height: 2rem !important;
    font-size: 2.5rem !important;
  }
}


/* Scrollable area */
.product-recommendations--complementary .resource-list {
  max-height: 460px;          /* adjust to taste */
    overflow-y: auto;
    position: relative;
}

/* Bottom fade overlay */
.product-recommendations--complementary .resource-list::after {
  content: '';
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -68px;               /* height of the fade */
  height: 66px;               /* height of the fade */
  pointer-events: none;
  /* Match your panel background color here */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),         /* transparent at top */
    rgba(0, 0, 0, 0.4)        /* solid at bottom */
  );
  width: 201%;
}

@media only screen and (max-width: 749px) {

  .product-recommendations--complementary .resource-list::after {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),         /* transparent at top */
      #1f1f1f73      /* solid at bottom */
    );
    .product-information__media {
        margin-bottom: -10px;
    }
  }



span.add-to-cart-text {
    text-transform: capitalize;
}

[data-option-id="template-20871467532538__main-8987572568314-model"] {
    --variant-ch: 100% !important;
}

body.shopify-admin {
    display: none !important;
}

@media only screen and (max-width: 749px) { 
  body.shopify-admin {
      display: none !important;
  }
}

@media only screen and (max-width: 749px) { 
  button.button.quick-add__button.quick-add__button--choose {
      position: absolute;
      top: -10px;
      right: -10px;
  }
}

[data-option-id="template-20871467532538__main-8987572568314-model"] {
    --variant-ch: 100% !important];
}

span.add-to-cart-text {
  text-transform: capitalize !important;
}

.cart-items__table-row {
    column-gap: 0.3rem !important;
}

.email-signup__input.paragraph {
  border-radius: 0 !important;
}
.email-signup__button {
    text-transform: capitalize !important;
    font-weight: bold !important;
    border-radius: 0 !important;
}

footer .layout-panel-flex--column {
    justify-content: flex-start !important;
}

body:not(.is-index) .sticky-product-footer {
  display: none !important;
  border-top: 1px solid #fff1db;
}

.button-secondary {
    border-radius: 0 !important;;
    text-transform: uppercase !important;;
    font-family: 'GGX' !important;;
    color: #fff1db !important;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5rem;
    padding: 0.2rem 1rem;
    border-radius: 0  !important;
    letter-spacing: 1px;
    min-width: 190px;
}


@media only screen and (max-width: 749px) {
    h6, .h6 p {
        font-size: 19px !important;
        line-height: 1.3 !important;
    }
    li.menu__item.paragraph a {
        margin-left: 0 !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
    }

    footer .logo-block.spacing-style {
        margin: 0 auto;
    }

    ul.menu-drawer__menu.has-submenu * {
        font-family: 'GGX' !important;
        text-transform: uppercase;
        font-size: 4rem;
        line-height: 1;
        justify-content: unset;
    }
}

.product-information span.compare-at-price {
    text-decoration: none !important;
}

@media only screen and (min-height: 1200px) {
  .product-information.section[data-product-handle="antic-bike"] .product-information__grid.product-information--media-left {
      max-height: 700px !important;
  }
}

header {
    z-index: 100 !important; 
}

@media only screen and (max-width: 749px) {
  footer .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column {
      --horizontal-alignment: flex-start !important;
  }
}

.bike-pdp h1 {
    display: none !important;
}


@media only screen and (max-width: 749px) {
  #shopify-section-sections--20858434486522__section_LDCNVB {
    display: none !important;
  }
}

#shopify-section-sections--20858434486522__section_LDCNVB p strong {
  font-weight: 500 !important;
}

.footer-content.spacing-style.footer-content--isolated-grid-item-tablet {
    border-top: 1px solid #fff2dc !important;
}

.cart-drawer__summary {
    gap: 1rem !important;
}