/** Shopify CDN: Minification failed

Line 28:13 Unexpected "'.promo-banner.show'"

**/
@media screen and (max-width: 768px) {
    div#shopify-section-announcement-bar {
        position: fixed;
        top: 0;
        height: 28px;
        width: 100%;
        z-index: 2;
    }
    div#shopify-section-header {
        position: fixed;
        top: 28px;
        width: 100%;
        height: 128px;
        z-index: 4;
    }
    div#shopify-section-header.shopify-section-header-sticky {
        top: 0;
    }
    body:not(.template--index) main#MainContent {
        margin-top: 156px;
        /*margin-top: 0;*/
    }
    body:has('.promo-banner.show') main#MainContent {
        padding-top: 0 !important;
    }
    .announcement-bar-hidden {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    body:not(.template--index) #MainContent {
        padding-top: 169px;
    }
} 

/*card product */
product-card {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
.product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.collection .product-card__title {
    margin-bottom: 1rem !important;
}
.video-player-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}

/* PDP */
body.show-restock-option .ymq-options-button-input:disabled+label,
body.show-restock-option .ymq-options-button-input:disabled+label span{
    cursor: pointer !important;
}
.restock-rocket-button-container-float-right {
  display: none !important;
}