/** Shopify CDN: Minification failed

Line 55:17 Unexpected "*"
Line 55:18 Expected "]" to go with "["

**/
/* Vetericyn additions here, alphabetically */

#all-in-dog-supplements .price .from {
    display: none;
}

div[class*='ai-breadcrumbs'] {
    max-width: var(--grid-width-row, 1380px);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}
div[class*='ai-breadcrumbs'] {
    padding: 10px 11px;
}
@media only screen and (min-width: 768px) {
    div[class*='ai-breadcrumbs'] {
        padding: 10px 35px;
    }
}
@media only screen and (min-width: 768px) {
    div[class*='ai-breadcrumbs'] nav {
        padding: 0 15px;
    }
}

.price[data-appstle-price-modified][style*="line-through"] .badge.subscribe-save {
  display: none;
}

.product-card:has(quick-view) .product-card-info {
    position: relative;
}
.product-card:has(quick-view) .product-card-info a.product-card-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.product-card--add-to-cart-button {
    border-radius: 30px !important;
}

.rich-text[style=*="--bg-body:"] .rich-text__inner h3 {
    text-transform: uppercase;
    color: #002f6c;
}

#tools .page-content-width {
    max-width: none;
}



body [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist,
body [data-bv-show="rating_summary"] .bv_main_container .bv_button_buttonMinimalist:hover,
body [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text,
body [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:hover,
body [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container,
body [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:hover,
[data-bv-show="reviews"] *,
body #bv_review_maincontainer *,
body .bv_button_buttonFull,
body .bv_button_buttonFull:hover,
body .bv_histogram_row_container,
body .bv_histogram_row_container:hover,
body .cYELWv,
body .cYELWv:hover,
body button, body [type="button"], body [type="submit"],
body #reviews_container *,
body .rating-container *,
body .social-proofing * {
    font-family: Helvetica, Arial, sans-serif !important;
}