/** Shopify CDN: Minification failed

Line 23:7 Unexpected "and"

**/
@media (min-width:1000px) {
    .prose-justify-center h1 {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }

    .custom__about-first-type .custom__section-height-wrapper {
        max-height: 100vh;
        height: 100vh;
    }

    .shopify-section--dynamic-grid:first-child:has([allow-transparent-header]) .dynamic-grid {
        margin-block-start: 0 !important; 
    }
}

@media and (max-width: 1000px) {
    .shopify-section--dynamic-grid:first-child:has([allow-transparent-header]) .dynamic-grid {
        margin-block-start: 0px !important;
    }
}