/** Shopify CDN: Minification failed

Line 25:15 Expected identifier but found whitespace
Line 25:17 Unexpected "{"
Line 25:26 Expected ":"

**/


/* CSS from section stylesheet tags */
.bn--producthome__banner .bn--producthome__banner__image {
        z-index: 1;
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
.bn--we-love__our__partners__top u{
         color: {{ section.settings.links_color color | color_to_rgb }};
    }