/** Shopify CDN: Minification failed

Line 358:12 Expected identifier but found whitespace
Line 359:0 Unexpected "@media"

**/
.grid-product__bike-types {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.grid-product__row-1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.grid-product__title {
    text-align: center !important;
    font-size: 23px;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #000 !important;
    margin: 0 !important
}

.grid-single-product {
    display: flex !important;
    justify-content: start !important;
    align-items: start !important;
    min-height: 32px !important
}

.grid-product__row-2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 32px !important
}

.grid-product__bike-types {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    flex-wrap: wrap !important;
    min-height: 24px !important
}

.bike-type-chip {
    background-color: #fff !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 20px !important;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 500 !important;
    color: #4a4a4a !important;
    text-align: center !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important
}

.bike-type-chip--road-legal {
    background-color: #f4f5b1 !important;
    color: #000 !important;
}

.grid-product__row-3 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.grid-product__pricing {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important
}

.grid-product__price-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important
}

.grid-product__price--sale {
    font-size: 23px;
    font-weight: 600 !important;
    color: #ff0000 !important
}

.grid-product__price--regular {
    font-size: 23px;
    font-weight: 600 !important;
    color: #000 !important
}

.grid-product__price--original {
    text-decoration: line-through;
    font-size: 18px;
    margin-right: 1px;
    color: #504f4f !important;
    font-weight: 500 !important
}

.grid-product__savings {
    font-size: 20px;
    color: #32cd32 !important;
    font-weight: 600 !important
}

.grid-product__row-5 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: auto !important;
    flex-shrink: 0 !important;
    z-index: 0
}

.grid-product__view-details {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important
}

.view-details-btn {
    display: inline-block !important;
    padding: 6px 30px;
    border: 1px solid #000 !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500 !important;
    text-align: center !important;
    transition: all .2s ease !important;
    cursor: pointer !important;
    min-width: 120px !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10 !important
}

.view-details-btn:hover,
.grid-product__view-details:hover .view-details-btn {
    background-color: #f5f5f5 !important;
    border-color: #333 !important;
    transform: translateY(-1px) scale(1.05) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1) !important
}

.grid-product {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important
}

.grid-product__content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important
}

.grid-product__meta {
    padding: 12px 0 8px 0;
    margin-bottom: 8px;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: space-between !important
}

.grid-product__tag--road-legal {
    right: auto !important;
    background-color: #32cd32 !important;
    color: #fff !important
}

.grid-product__tag--sale {
    background-color: #ff0000 !important;
    font-size: 12px;
    right: auto;
    border-top-right-radius: 10px;
}

.grid-product__content:hover .quick-product__btn {
    opacity: 0 !important;
    transform: translateY(10px) !important
}

.grid-product__image-mask:hover .quick-product__btn {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity .25s ease, transform .25s ease-out !important
}

.grid-product:hover .bike-type-chip--primary {
    background-color: #e8e8e8
}

.grid-product:hover .bike-type-chip--secondary {
    background-color: #d4edda
}

.grid-product__meta .row2.specification-data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
    margin-top: 5px;
    padding: 10px 14px;
    margin-bottom: 5px;
    font-size: 14px
}

.grid-product__meta .row2.specification-data .column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
    flex: 1
}

.grid-product__meta .invert-icon {
    margin-bottom: 5px;
    display: block;
    height: 25px;
    width: 25px;
    margin-left: auto;
    margin-right: auto
}

.grid-product__meta .row2.specification-data .text1 {
    margin-top: 2px;
    display: inline-block
}

.grid-product__meta .row2.specification-data .column1 p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-size: 0;
    line-height: 1;
    width: 100%;
    min-width: 0
}

.grid-product__meta .row2.specification-data .text1 {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500
}

.grid-product__meta .row1.specification-data {
    display: flex;
    justify-content: space-between;
    text-align: -webkit-center;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px
}

.grid-product__meta .row1.specification-data .column1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 5px
}

.grid-product__meta .row1.specification-data .text1 {
    margin-top: 6px;
    display: inline-block
}

.row1.specification-data {
    display: flex;
    justify-content: space-between;
    text-align: -webkit-center;
    margin-top: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 14px;
    flex-wrap: wrap
}

.row1.specification-data .column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23%;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 5px
}

.row1.specification-data .text1 {
    margin-top: 8px;
    display: inline-block;
    white-space: nowrap
}

.row1.specification-data .invert-icon {
    margin-bottom: 5px;
    display: inline;
    height: 45px;
    width: 45px
}

.row1.specification-data .column1 p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-size: 0;
    line-height: 1
}

.row1.specification-data .column1 p br {
    display: none
}

.row1.specification-data .text1 {
    font-size: 14px
}

.announcement-bar {
    padding: 8px 0 !important;
}

/* Ensure section wrapper doesn't interfere */
/* #shopify-section-announcement,
section[data-section-type="announcement"] {
    position: static !important;
} */

Mobile only: Make announcement bar sticky at top when header hides
@media (max-width: 768px) {
    .announcement-bar {
        position: sticky !important;
        top: 0 !important;
        z-index: 10000000 !important;
        width: 100% !important;
        margin: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    /* Ensure header stays above when visible */
    .site-header--stuck {
        z-index: 101 !important;
    }
}

.pp-marquee {
    width: 100%;
    background-color: #111;
    color: #fff;
    padding: 4px 0 !important
}

.pp-track {
    width: 100%;
    text-align: center
}

.pp-row {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.pp-item {
    display: inline-block;
    margin: 0 25px;
    white-space: nowrap
}

.pp-text {
    font-size: 1em !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em
}

.pp-logos-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    vertical-align: middle;
}

/* Desktop logos */
.pp-logos-desktop {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.pp-logos-mobile {
    /* display: none; */
}

.pp-logo-image {
    object-fit: contain;
    vertical-align: middle;
    display: inline-block;
}

.pp-logo-image-combined {
    object-fit: contain;
    display: block;
    margin: 0 auto;
    height: 30px;
    width: auto;
    max-width: 250px;
}

@media (max-width: 768px) {
    .pp-logos-container {
        justify-content: center;
        width: 100%;
    }
    
}

.pp-logo-image {
    object-fit: contain;
    vertical-align: middle;
    display: inline-block;
}
.contact-combined-section {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 30px
}

.contact-combined-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: start
}

.contact-form-column,
.contact-info-column {
    width: 100%;
    padding: 0;
    margin: 0
}

.contact-info-column {
    padding: 0 12px
}

.contact-form-column .section-header,
.contact-info-column .section-header {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left
}

.contact-form-column .section-header__title,
.contact-info-column .section-header__title {
    font-size: 32px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left
}

.contact-form-column .section-header .rte,
.contact-info-column .section-header .rte {
    margin: 0;
    padding: 0;
    text-align: left
}

.contact-info-block {
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left
}

.contact-info-block:last-child {
    margin-bottom: 0
}

.contact-info-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.contact-info-icon .icon {
    width: 50px;
    height: 50px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-info-content {
    flex: 1;
    margin: 0;
    padding: 0
}

.contact-info-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1
}

.contact-info-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0
}

.contact-info-text p {
    margin: 0;
    padding: 0
}

.form-vertical {
    width: 100%;
    margin: 0;
    padding: 0 8px
}

.grid--small {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 0 20px 0;
    padding: 0
}

.grid--small>div {
    margin: 0;
    padding: 0
}

.input-full,
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    margin: 0
}

textarea {
    resize: vertical;
    min-height: 120px
}

label {
    display: block;
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px
}

.form-vertical>label {
    margin-top: 20px
}

.form-vertical>label:first-of-type {
    margin-top: 0
}

.note--success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px
}

.category-cards-wrapper .grid__item {
    position: relative !important
}

.category-cards-wrapper .image-wrap {
    position: relative !important
}

.category-cards-wrapper .text-content-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: rgba(0, 0, 0, .35) !important;
    padding: 12px 20px !important;
    text-align: center !important;
    z-index: 10 !important;
    transition: background .3s ease !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important
}

.category-cards-wrapper .text-content-overlay h3 {
    color: #fff !important;
    margin: 0 0 10px 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-align: center !important
}

.category-cards-wrapper .text-content-overlay .btn {
    background: #e3fc02 !important;
    color: #000 !important;
    border: none !important;
    padding: 4px 20px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all .3s ease !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important
}

.category-cards-wrapper .text-content-overlay .btn:hover {
    gap: 12px !important
}

.category-cards-wrapper .text-content-overlay .btn svg {
    width: 16px !important;
    height: 16px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transition: transform .3s ease !important
}

.category-cards-wrapper .text-content-overlay .btn:hover svg {
    transform: translateX(5px) !important
}

.category-cards-wrapper .image-wrap-container {
    position: relative !important;
    display: block !important
}

.category-cards-wrapper h3:not(.text-content-overlay h3),
.category-cards-wrapper .rte-setting:not(.text-content-overlay .rte-setting),
.category-cards-wrapper .btn:not(.text-content-overlay .btn) {
    display: none !important
}

.category-cards-wrapper .text-content-overlay .btn.btn--secondary,
.category-cards-wrapper .text-content-overlay .btn.btn--small {
    background:var(--colorBtnPrimary)  !important;
    color: #000 !important;
    border: none !important;
    padding: 4px 20px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 auto !important;
    text-align: center !important
}

.margin-added {
    margin-top: 6%
}

@media screen and (max-width:989px) {
    .contact-combined-grid {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .contact-info-block {
        justify-content: center
    }
}

@media (max-width:768px) {
    .grid-product__title {
        font-size: 18px !important
    }

    .grid-product__price--sale,
    .grid-product__price--regular {
        font-size: 20px !important
    }

    .grid-product__price--original {
        font-size: 16px !important
    }

    .grid-product__savings {
        font-size: 14px !important
    }

    .bike-type-chip {
        font-size: 9px !important;
        padding: 3px 5px !important
    }

    .view-details-btn {
        font-size: 14px !important;
        padding: 5px 15px !important
    }

    .grid-product__row-2 {
        min-height: 28px !important
    }

    .grid-product__bike-types {
        min-height: 20px !important
    }

    .grid-product__meta .row2.specification-data {
        grid-template-columns: repeat(2, 1fr);
        font-size: 9px;
        gap: 4px;
        padding: 5px 30px;
        justify-content: center;
        justify-items: center;
        max-width: 200px;
        margin: 0 auto
    }

    .grid-product__meta .row2.specification-data .column1:nth-child(3),
    .grid-product__meta .row2.specification-data .column1:nth-child(4),
    .grid-product__meta .hide-on-mobile {
        display: none !important
    }

    .grid-product__meta .invert-icon {
        height: 25px;
        width: 25px
    }

    .grid-product__meta .row2.specification-data .text1 {
        font-size: 9px
    }

    .row1.specification-data {
        font-size: 9px
    }

    .row1.specification-data .column1 {
        width: 20%
    }

    .row1.specification-data .text1 {
        font-size: 11px
    }

    .row1.specification-data .invert-icon {
        height: 25px;
        width: 25px
    }

    .pp-marquee {
        padding: 0;
        height: 30px;
        overflow: hidden
    }

    .pp-track {
        position: relative;
        height: 100%
    }

    .pp-row {
        position: relative;
        height: 100%
    }

    .pp-item {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .8s ease-in-out;
        margin: 0
    }

    .pp-item:nth-child(1) {
        opacity: 1;
        animation: fadeSlide1 16s infinite
    }

    .pp-item:nth-child(2) {
        animation: fadeSlide2 16s infinite
    }

    .pp-item:nth-child(3) {
        animation: fadeSlide3 16s infinite
    }

    .pp-item:nth-child(4) {
        animation: fadeSlide4 16s infinite
    }

    .index-section .custom-content {
        display: flex !important;
        flex-direction: column !important
    }

    .index-section:nth-of-type(2) .custom__item:first-child {
        order: 1 !important
    }

    .index-section:nth-of-type(2) .custom__item:last-child {
        order: 2 !important
    }

    .index-section:nth-of-type(3) .custom__item:first-child {
        order: 1 !important
    }

    .index-section:nth-of-type(3) .custom__item:last-child {
        order: 2 !important
    }

    .index-section:nth-of-type(4) .custom__item:first-child {
        order: 1 !important
    }

    .index-section:nth-of-type(4) .custom__item:last-child {
        order: 2 !important
    }

    .index-section .custom__item {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important
    }

    .index-section .custom__item.small--one-half,
    .index-section .custom__item.one-half {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important
    }

    .contact-combined-section {
        margin: 40px auto;
        padding: 0 20px
    }

    .contact-combined-grid {
        gap: 40px
    }

    .grid--small {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .contact-form-column .section-header__title,
    .contact-info-column .section-header__title {
        font-size: 28px
    }

    .contact-info-icon {
        width: 50px;
        height: 50px
    }

    .contact-info-icon .icon {
        width: 40px;
        height: 40px
    }

    .category-cards-wrapper .text-content-overlay h3 {
        font-size: 18px !important
    }

    .category-cards-wrapper .text-content-overlay {
        padding: 20px 15px !important
    }

    .margin-added {
        margin-top: 16%
    }
}

@media (max-width:480px) {
    .bike-type-chip {
        font-size: 8px !important;
        padding: 2px 4px !important
    }

    .grid-product__title {
        font-size: 16px !important
    }

    .grid-product__price--sale,
    .grid-product__price--regular {
        font-size: 18px !important
    }

    .grid-product__price--original {
        font-size: 14px !important
    }

    .grid-product__savings {
        font-size: 12px !important
    }

    .view-details-btn {
        font-size: 12px !important;
        padding: 4px 15px !important
    }

    .grid-product__row-2 {
        min-height: 44px !important
    }

    .grid-product__bike-types {
        min-height: 36px !important;
        align-items: flex-start !important
    }

    .grid-product__meta .row2.specification-data {
        gap: 2px;
        padding: 5px 30px;
        max-width: 200px
    }
}

@media (max-width:360px) {
    .grid-product__row-2 {
        min-height: 48px !important
    }

    .grid-product__bike-types {
        min-height: 40px !important;
        gap: 2px !important
    }

    .bike-type-chip {
        font-size: 8px !important;
        padding: 1px 4px !important
    }
}

@keyframes fadeSlide1 {

    0%,
    20% {
        opacity: 1
    }

    25%,
    100% {
        opacity: 0
    }
}

@keyframes fadeSlide2 {

    0%,
    20% {
        opacity: 0
    }

    25%,
    45% {
        opacity: 1
    }

    50%,
    100% {
        opacity: 0
    }
}

@keyframes fadeSlide3 {

    0%,
    45% {
        opacity: 0
    }

    50%,
    70% {
        opacity: 1
    }

    75%,
    100% {
        opacity: 0
    }
}

@keyframes fadeSlide4 {

    0%,
    70% {
        opacity: 0
    }

    75%,
    95% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.product-single__meta .product-block--price .product__price.grid-product__price--regular {
    font-size: 35px !important;
    font-weight: 600 !important;
    color: #000 !important
}

.product-single__meta .product-block--price .product__price.grid-product__price--sale {
    font-size: 35px !important;
    color: #ff0000 !important
}

.product-single__meta .product-block--price .grid-product__price--original {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #504f4f !important;
    text-decoration: line-through !important
}

.product-single__meta .product-block--price .grid-product__savings {
    font-size: 26px !important
}
 .product-block--buy-buttons-desktop .add-to-cart {
       margin-top:15px;
    }
/* Mobile Fixed Bottom Bar - Price and Add to Cart */
@media only screen and (max-width: 768px) {
    /* Hide original price block on mobile */
    .product-block--price-desktop {
        display: none !important;
    }

    /* Hide only the add to cart button in buy_buttons block, keep payment info visible */
    .product-block--buy-buttons-desktop .add-to-cart {
        display: none !important;
    }
    
    /* Keep payment buttons, terms, and store availability visible */
    .product-block--buy-buttons-desktop .payment-buttons,
    .product-block--buy-buttons-desktop .shopify-payment-terms,
    .product-block--buy-buttons-desktop [data-store-availability-holder] {
        display: block !important;
    }

    /* Mobile Fixed Bottom Bar */
    .product-mobile-fixed-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        border-top: 1px solid #e8e8e1;
        padding: 12px 16px;
        z-index: 100;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    .product-mobile-fixed-bar__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 12px;
    }

    .product-mobile-fixed-bar__price {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    /* Savings badge - red background, white text (smaller) */
    .product-mobile-fixed-bar__savings {
        background-color: #ff0000 !important;
        color: #ffffff !important;
        margin-bottom: 4px;
        display: inline-block;
        font-size: 10px !important;
        font-weight: 600 !important;
        line-height: 1.2;
        padding: 3px 6px !important;
        border-radius: 4px !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Price row - discounted price (bigger) and original price (smaller) on same row */
    .product-mobile-fixed-bar__price-row {
        display: flex;
        align-items: baseline;
        gap: 1px;
    }

    /* Discounted price - bigger (uses web colors - red) */
    .product-mobile-fixed-bar__price-row .grid-product__price--sale {
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 1.2;
        /* Color comes from web theme (red) */
    }

    /* Original price - same size as sale price (uses web colors) */
    .product-mobile-fixed-bar__price-row .grid-product__price--original {
        font-size: 28px !important;
        font-weight: 500 !important;
        line-height: 1.2;
        /* Color comes from web theme */
    }

    /* Compare at price - smaller */
    .product-mobile-fixed-bar__price-row .product-mobile-fixed-bar__compare-wrap,
    .product-mobile-fixed-bar__price-row [data-product-price-wrap] {
        font-size: 16px !important;
    }

    .product-mobile-fixed-bar__price-row .grid-product__price--original {
        font-size: 16px !important;
    }

    /* Regular price when not on sale (uses web colors) */
    .product-mobile-fixed-bar__price .grid-product__price--regular {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 1.2;
        /* Color comes from web theme */
    }

    /* Button - smaller size on mobile */
    .product-mobile-fixed-bar__button {
        flex-shrink: 0;
        max-width: 45%;
    }

    .product-mobile-fixed-bar__button .btn {
        min-width: auto;
        width: 100%;
        white-space: nowrap;
        font-size: 14px !important;
        padding: 10px 16px !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        /* Colors come from web theme classes */
    }

    /* Ensure disabled/sold out button matches web styling */
    .product-mobile-fixed-bar__button .btn[disabled],
    .product-mobile-fixed-bar__button .btn.disabled {
        background-color: #f6f6f6 !important;
        color: #b6b6b6 !important;
        cursor: default !important;
    }

    .product-mobile-fixed-bar__button .btn[disabled]:hover,
    .product-mobile-fixed-bar__button .btn.disabled:hover {
        background-color: #f6f6f6 !important;
        color: #b6b6b6 !important;
    }

  /* Payment info (Shop Pay, etc.) on mobile */
  .product-mobile-fixed-bar__payment-info {
    width: 100%;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #e8e8e1;
  }

  .product-mobile-fixed-bar__payment-info .payment-buttons {
    margin-bottom: 8px;
  }

  .product-mobile-fixed-bar__payment-info .shopify-payment-terms {
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
  }

  /* Store availability on mobile */
  .product-mobile-fixed-bar__store-availability {
    width: 100%;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #e8e8e1;
  }

  .product-mobile-fixed-bar__store-availability [data-store-availability-holder] {
    font-size: 14px;
  }


    /* Disable sticky header on mobile */
    .header-sticky-wrapper {
        position: static !important;
    }

    .header-wrapper--sticky {
        position: static !important;
    }

    .site-header {
        position: static !important;
    }
}

/* Hide mobile fixed bar on desktop */
@media only screen and (min-width: 769px) {
    .product-mobile-fixed-bar {
        display: none !important;
    }

    .product-block--price-desktop,
    .product-block--buy-buttons-desktop {
        display: block !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1366px) {
    .header-item--navigation {
        display: none !important
    }

    .site-nav.medium-up--hide {
        display: block !important
    }

    .js-drawer-open-nav {
        display: inline-flex !important
    }

    .announcement-bar {
        padding: 2px 0 !important;
        min-height: auto !important;
        height: auto !important;
        line-height: 1.1 !important
    }

    .pp-marquee {
        padding: 0 !important;
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        line-height: 1.1 !important
    }

    .pp-track {
        position: static !important;
        height: auto !important
    }

    .pp-row {
        position: static !important;
        height: auto !important
    }

    .pp-item {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
        margin: 0 8px !important;
        display: inline-block !important
    }

    .pp-item:nth-child(1),
    .pp-item:nth-child(2),
    .pp-item:nth-child(3),
    .pp-item:nth-child(4) {
        animation: none !important;
        opacity: 1 !important
    }

    .pp-text {
        font-size: 0.75em !important;
        line-height: 1.1 !important
    }
}
.cart__checkout-wrapper .btn.cart__checkout{
    font-size:18px !important;

}
/* Product Page Template - Bike Type Chips Styling */
/* Only affects product page template, not grid product items */
.product-single__meta .grid-single-product .grid-product__bike-types {
    justify-content: flex-start;
    align-items: center !important;
}

.product-single__meta .grid-single-product .bike-type-chip {
    padding: 3px 11px !important;
    font-size: 12px !important;
}

/* Mobile: Center align bike chips on product page - Must override general grid rule */
@media only screen and (max-width: 768px) {
    /* Override parent container alignment on mobile */
    .template-product .product-single__meta .grid-single-product,
    .product-single__meta .grid-single-product {
        justify-content: center !important;
    }
    
    /* Center align the bike types container itself */
    .template-product .product-single__meta .grid-single-product .grid-product__bike-types,
    .template-product .grid-single-product .grid-product__bike-types,
    .product-single__meta .grid-single-product .grid-product__bike-types {
        justify-content: center !important;
        align-items: center !important;
    }
}

/* Remove paragraph gaps in delivery information */
.delivery-information p {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    font-size:14px;
}
/* Checkout button with icon */
.cart__checkout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.cart__checkout .icon-checkout-lock  {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.cart__checkout-text {
    display: inline-flex;
    align-items: center;
    /* line-height: 1; */
    letter-spacing: 0.5px;
}
/* Mobile and smaller devices - Payment logos sizing */
@media screen and (max-width: 768px) {
  .cart-payment-logos {
    width: 250px !important;
    height: 37px !important;
    object-fit: contain;
  }
}

/* Extra small devices (phones) */
@media screen and (max-width: 480px) {
  .cart-payment-logos {
    width: 250px !important;
    height: 37px !important;
  }
}