.shopify-section:has(.image-blocks){background-color:var(--light-color-1)}.image-blocks{display:flex;flex-direction:column;justify-content:space-between}@media (min-width:990px){.image-blocks{flex-direction:row}}.image-blocks .image-block{display:flex;flex-direction:column;height:548px;position:relative;text-align:center;transition:all var(--transition-time) var(--transition-type);width:100%;z-index:0}:is(.image-blocks .image-block):after{background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";inset:0;position:absolute;transition:all var(--transition-time) var(--transition-type);z-index:-1}@media (min-width:990px){:is(.image-blocks .image-block):after{filter:brightness(.6)}:is(.image-blocks .image-block):focus,:is(.image-blocks .image-block):hover{width:150%}:is(:is(.image-blocks .image-block):focus,:is(.image-blocks .image-block):hover):after{filter:brightness(1)}}:is(.image-blocks .image-block:first-of-type:has(>:hover)~.image-block:last-of-type):after{filter:brightness(.4)}:is(.image-blocks .image-block:has(~.image-block:hover)):after{filter:brightness(.4)}.image-blocks .wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--space-4);height:100%;justify-content:center}.image-blocks .title{color:var(--white);text-transform:uppercase}