/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 24:18 Unexpected "{"
Line 24:27 Expected ":"
Line 30:18 Unexpected "{"
Line 30:27 Expected ":"
Line 42:18 Unexpected "{"
Line 42:27 Expected ":"
... and 26 more hidden warnings

**/
#shopify-section-{{ section.id }} .product .product-gallery {
    gap: 20px;
}

#shopify-section-{{ section.id }}  button.product-gallery__thumbnail {
    border-color: #ddd !important;
}

#shopify-section-{{ section.id }} .product sale-price.h4.text-on-sale {
    color: red;
    font-weight: 600;
    letter-spacing: 0;
}

#shopify-section-{{ section.id }} .product .breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 18px;
}

#shopify-section-{{ section.id }} .product .breadcrumbs li {
    padding: 0;
}

#shopify-section-{{ section.id }} .product-info__block-item[data-block-type="vendor"] a {
    font-size: 12px !important;
    line-height: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    color: green;
}

#shopify-section-{{ section.id }} .accordion__toggle span {
    font-size: 16px;
    line-height: 24px;
}

#shopify-section-{{ section.id }} .accordion__content {
    font-size: 16px;
    line-height: 24px;
}

#shopify-section-{{ section.id }} variant-inventory progress-bar {
    display: none !important;
}

#shopify-section-{{ section.id }} .product-info__block-item[data-block-type="buy-buttons"] {
    margin-bottom: 0 !important;
}

#shopify-section-{{ section.id }} .product-info__block-item[data-block-type="inventory"] {
    margin-bottom: 0 !important;
}

#shopify-section-{{ section.id }} .product-info__block-group.feature-badge-list {
    justify-content: space-between;
    margin-top: 0 !important;
}

#shopify-section-{{ section.id }} .product .buy-buttons button {
    width: 50% !important;
    text-transform: uppercase;
}

#shopify-section-{{ section.id }} .product .shiprocket-headless {
    text-transform: uppercase;
}

#shopify-section-{{ section.id }} button.sr-headless-checkout {
    width: 100% !important;
    margin: 0;
    border-radius: 5px;
}

@media screen and (min-width: 500px) {
#shopify-section-{{ section.id }} .product buy-buttons.buy-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#shopify-section-{{ section.id }} .product .buy-buttons button {
    width: 100% !important;
}

#shopify-section-{{ section.id }} .product .shiprocket-headless {
    width: 100% !important;
}
}

.product-sticky-bar {
    bottom: 0;
    top: unset;
}

/* .product-info__block-item[data-block-type="variant-picker"] .variant-picker__option-values label:last-child {
    display: none !important;
} */