/** Shopify CDN: Minification failed

Line 19:22 Unexpected "{"
Line 19:34 Expected ":"
Line 23:26 Unexpected "{"
Line 23:38 Expected ":"
Line 29:26 Unexpected "{"
Line 29:38 Expected ":"
Line 37:26 Unexpected "{"
Line 37:38 Expected ":"
Line 47:26 Unexpected "{"
Line 47:38 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
#featured-collection-{{ section_id }} .featured-collection-slider {
        margin: 30px 0;
    }

    #featured-collection-{{ section_id }} .featured-collection-slider .page-width {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    #featured-collection-{{ section_id }} .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
        width: 100%;
    }

    #featured-collection-{{ section_id }} .section-title a {
        color: inherit;
        text-decoration: none;
        margin: 0 15px;
        text-align: center;
        font-size: 1em;
        font-family: VysenFont-Regular;
        text-transform: lowercase;
    }

    #featured-collection-{{ section_id }} .featured-products-wrapper {
        display: flex;
        gap: rem;
        width: 100%;
    }

    #featured-collection-{{ section_id }} .featured-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    #featured-collection-{{ section_id }} .featured-grid .featured-product-item {
        width: calc(25% - 1rem);
        padding: 5px;
    }

    @media only screen and (min-width: 768px){
        #featured-collection-{{ section_id }} .featured-collection-slider {
            margin: 50px 0;
        }
        
        #featured-collection-{{ section_id }} .featured-collection-slider .page-width {
            display: flex;
            flex-direction: column;
            padding: 32px;
        }

        #featured-collection-{{ section_id }} .featured-grid .featured-product-item {
            padding: 15px;
        }
    }