/** Shopify CDN: Minification failed

Line 28:108 Expected "}" to go with "{"

**/
.product-image-text .product-image-text-row{display: flex;gap: 50px;flex-wrap: wrap;}
.product-image-text .product-image-text-row.reverse{flex-direction: row-reverse;}
.product-image-text .product-image-text-row .media-block{display: flex;align-items: center;width: calc(60% - 25px);}
.product-image-text .product-image-text-row .media-block img{width: 100%;height: auto;}

.product-image-text .product-image-text-row .content-block{width: calc(40% - 25px);}
.product-image-text .product-image-text-row .sec-head{margin-bottom: 30px;}
.product-image-text .product-image-text-row .info-block + .info-block{margin-top: 18px;}
.product-image-text .product-image-text-row .info-block .block-head{font-size: 20px;line-height: 30px;font-weight: 700;}
.product-image-text .product-image-text-row .info-block .block-text{}

@media screen and (max-width: 989px){
    .product-image-text .product-image-text-row{gap: 30px}
    .product-image-text .product-image-text-row .media-block{width: calc(50% - 15px);}
    .product-image-text .product-image-text-row .content-block{width: calc(50% - 15px);}
}

@media screen and (max-width: 749px){
    .product-image-text .product-image-text-row{flex-direction: column;}
    .product-image-text .product-image-text-row .media-block{width: 100%;}
    .product-image-text .product-image-text-row .content-block{width: 100%;}
    .product-image-text .product-image-text-row .info-block + .info-block {margin-top: 12px;}
    .product-image-text .product-image-text-row .info-block .block-head {font-size: 14px;line-height: 24px;}