.image-with-text-product{width:100%}
.image-with-text-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.image-with-text-product__heading{font-size:4.8rem;font-weight:700;margin-bottom:3rem;position:relative;display:inline-block}
.image-with-text-product__heading-underline{position:absolute;bottom:-1rem;left:0;width:100px;height:4px;display:block}
.image-with-text-product__blocks{margin-top:2rem}
.image-with-text-product__richtext{font-size:1.5rem;line-height:1.8;margin-bottom:2rem;color:#333}
.image-with-text-product__richtext p{margin:0 0 1em}
.image-with-text-product__richtext p:last-child{margin-bottom:0}
.image-with-text-product__richtext ul,.image-with-text-product__richtext ol{margin:1em 0;padding-left:2rem}
.image-with-text-product__richtext li{margin-bottom:0.5em}
.image-with-text-product__button-wrapper{margin-top:2rem}
.image-with-text-product__button{display:inline-block;padding:1.4rem 3.5rem;font-size:1.6rem;font-weight:600;text-decoration:none;border:2px solid;border-radius:4px;transition:all 0.3s ease;cursor:pointer}
.image-with-text-product__button:hover{opacity:0.85;transform:translateY(-2px)}
.image-with-text-product__media{position:relative}
.image-with-text-product__image{width:100%;height:auto;display:block}
.image-with-text-product__placeholder{width:100%;aspect-ratio:1;background:#f5f5f5;display:flex;align-items:center;justify-content:center}
.image-with-text-product__placeholder svg{width:50%;height:50%;opacity:0.3}
.image-with-text-product__badge{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:calc(100% + 4rem);padding:1.5rem 2rem;border-radius:12px;text-align:center;font-size:1.2rem;font-weight:600;letter-spacing:1px;box-shadow:0 4px 12px rgba(0,0,0,0.15)}
@media screen and (max-width:989px){.image-with-text-product__grid{grid-template-columns:1fr;gap:3rem}
.image-with-text-product__heading{font-size:3.6rem}
.image-with-text-product__richtext{font-size:1.4rem}
.image-with-text-product__badge{position:relative;left:0;transform:none;width:100%;margin-top:2rem;font-size:1rem}}
@media screen and (max-width:749px){.image-with-text-product__heading{font-size:2.8rem}
.image-with-text-product__button{font-size:1.4rem;padding:1.2rem 2.8rem}
.image-with-text-product__badge{font-size:0.9rem;padding:1.2rem 1.5rem}}

