/** Shopify CDN: Minification failed

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

**/
/* Place any CSS overrides in this file. */

.cart-drawer__subtotal--price.h3 {
    font-size:30px
}
.cart-drawer__footer--buttons .btn--secondary, .search-buttonm, .hide-top-link {
    display: none !important;
} 
.homepage-featured-content-box-inner {
    max-width: 700px;
}

@media (max-width:785px) {
    .cart-drawer__subtotal--price.h3 {
        font-size:24px;
    }
   .cart-drawer__product-card--price.product-grid--price-font-body {
    font-size: 14px;
}