/** Shopify CDN: Minification failed

Line 47:4 Expected "}" to go with "{"

**/
.index_page #MainContent .shopify-section{
    /* width:100%;
}
 .index_page #MainContent .shopify-section .youzee-product-data{
background: linear-gradient(180deg, rgba(226, 232, 237, 0.00) 4.18%, #E2E8ED 100%), url(<path-to-image>) lightgray 0px 0px / 100% 113.609% no-repeat;
 width:100%;
 max-width: 1687px; 
 height: 849px; 
 margin:auto;
aspect-ratio: 167/84;
} 
.index_page #MainContent .shopify-section .youzee-offers h3{
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
font-family: Inter;
font-size: 95px;
font-style: normal;
font-weight: 600;
line-height: 90px; 
letter-spacing: -4.75px;
background: linear-gradient(92deg, #FFF 32.94%, #373636 76.61%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.index_page #MainContent .shopify-section .youzee-offers .youzee-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 103px;
}

.index_page #MainContent .shopify-section .youzee-offers .youzee-product .youzee-product-cont{
    width: 600px;
height: 419px;
aspect-ratio: 179/125;
border-radius: 22px;
border: 10px solid #FFF;
background: url(<path-to-image>) lightgray 0px -82.428px / 100% 142.87% no-repeat;
} */