/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first

**/
#SortBy option[value="title-ascending"],
#SortBy option[value="title-descending"] {
  display: none !important;
}

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=Dancing+Script&display=swap');

/* Base body styling */
body {
    background-image: url(https://www.linapatchwork.com/wp-content/uploads/2021/12/shapes.jpg) !important;
    background-repeat: repeat !important;
    background-position: center top !important;
    background-attachment: scroll !important;
    background-size: auto !important;
    background-color: #fff !important;
    color: #222 !important;
    font-family: "Sora", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    font-style: normal !important;
    word-wrap: break-word !important;
    max-width: 1050px !important;
    margin: auto !important;
    box-shadow: 0 0 4px #e0e0e0;
}

main#MainContent {
    background: white;
}

.shopify-policy__container{
    margin-top: 40px;
    margin-bottom: 40px;
}

.shopify-policy__container h1,
.shopify-policy__container h2{
    font-family: "Sora", sans-serif !important;
    color: #222 !important;
    font-size: 28px !important;
}


.mobile-facets__main {
    color: black !important;
}


/* Headings */
h1, h2{
    /*font-family: "Dancing Script", cursive !important;*/
    font-size: 24px !important;
    color: #3d5a80 !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
}


/* Optional: page width container */
/*
.page-width {
    padding: 0 5rem !important;
}
*/

/* Example Sora classes if you want to use different weights */
.sora-regular {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.sora-bold {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
