/** Shopify CDN: Minification failed

Line 78:1 Expected ":"

**/

#insta-feed > h2 {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 2.6rem;
}
@media screen and (min-width: 990px) {
    #insta-feed > h2 {
        padding-left: 3rem;
    }
}
.instafeed-new-layout-container {
    height: 500px;
    max-width: 100vw;
    width: -webkit-fill-available;
    padding-left: 30px;
    padding-right: 30px;
}
.instafeed-new-layout-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    /* gap: 1em 1em !important; */
    grid-auto-flow: row !important;
    grid-template-areas:
        "instafeed-main-img instafeed-main-img instafeed-img2 instafeed-img4 instafeed-img6"
        "instafeed-main-img instafeed-main-img instafeed-img3 instafeed-img5 instafeed-img7";
}

.instafeed-new-layout-item:first-of-type { grid-area: instafeed-main-img; background: #fff ; min-height:476px !important; min-width: 476px !important; width:100% !important }
.instafeed-new-layout-item:nth-of-type(2) { grid-area: instafeed-img2; background: #fff ; height: -webkit-fill-available !important; width:-webkit-fill-available !important}
.instafeed-new-layout-item:nth-of-type(3) { grid-area: instafeed-img3; background: #fff ; height: -webkit-fill-available !important; width:-webkit-fill-available !important}
.instafeed-new-layout-item:nth-of-type(4) { grid-area: instafeed-img4; background: #fff ; height: -webkit-fill-available !important; width:-webkit-fill-available  !important}
.instafeed-new-layout-item:nth-of-type(5) { grid-area: instafeed-img5; background: #fff ; height: -webkit-fill-available  !important; width:-webkit-fill-available !important}
.instafeed-new-layout-item:nth-of-type(6) { grid-area: instafeed-img6; background: #fff ; height: -webkit-fill-available  !important; width:-webkit-fill-available  !important}
.instafeed-new-layout-item:nth-of-type(7) { grid-area: instafeed-img7; background: #fff ; height: -webkit-fill-available  !important ; width:-webkit-fill-available  !important }
.instafeed-new-layout-item:nth-of-type(8) { display: none !important; grid-area: instafeed-img7; background: #fff ; height: 230px !important ; width:230px !important }


@media screen and (max-width: 990px) {
.shopify-app-block{
    padding:10px
}
/* #insta-feed{ width: fit-content;} */
.instafeed-new-layout-container {height:670px; padding-left:unset; padding-right:unset;}
.instafeed-new-layout-wrapper {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr 1fr 1fr !important;
    grid-template-areas: 
        "instafeed-main-img instafeed-main-img"
        "instafeed-main-img instafeed-main-img"
        "instafeed-img2 instafeed-img3"
        "instafeed-img2 instafeed-img3";
    }
    .instafeed-new-layout-item:first-of-type {height:400px;}
    .instafeed-new-layout-item:nth-of-type(2) {max-height:75%}
    .instafeed-new-layout-item:nth-of-type(3) {max-height:75%}
    .instafeed-new-layout-item:nth-of-type(4) {max-height:75%}
    .instafeed-new-layout-item:nth-of-type(5) {max-height:75%}
    .instafeed-new-layout-item:nth-of-type(6) {display: none;}
    .instafeed-new-layout-item:nth-of-type(7) {display: none;}
    .instafeed-new-layout-item:nth-of-type(8) {display: none;}
}
@media screen and (max-width: 650px) {
    .shopify-app-block{
        padding:10px
    }
    .instafeed-new-layout-container {height:670px !important ; width: 100%; padding-left:unset; padding-right: unset;}
    .instafeed-new-layout-wrapper {
        padding:unset;   
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: 1fr 1fr 1fr 1fr !important;
q       grid-template-areas: 
            "instafeed-main-img instafeed-main-img"
            "instafeed-main-img instafeed-main-img"
            "instafeed-img2 instafeed-img3"
}
.instafeed-new-layout-item:first-of-type {height:;}
.instafeed-new-layout-item:nth-of-type(1) {height: 100%; ;}
.instafeed-new-layout-item:nth-of-type(2) {max-height: 50%}
.instafeed-new-layout-item:nth-of-type(3) {max-height: 50%}
.instafeed-new-layout-item:nth-of-type(4) {max-height: 50%}
.instafeed-new-layout-item:nth-of-type(5) {display: none;}
.instafeed-new-layout-item:nth-of-type(6) {display: none;}
.instafeed-new-layout-item:nth-of-type(7) {display: none;}
.instafeed-new-layout-item:nth-of-type(8) {display: none;}
}