.image-with-text-section .page-width{position: relative;}
.page-width.image-with-text-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.image-with-text__group {  
    width: 66.6%;
    padding:0px 30px 80px 0;
    font-size: 20px;
    z-index: 1;
    text-align: center;
}
.image-with-text__group.full-width.image-with-text-group-1{
    padding-right: 30px;
}
.image-with-text__group.full-width.image-with-text-group-2 {
    padding-left: 30px;
}
.image-with-text-section {
  word-break: break-word;
  background-color: rgb(var(--color-background));
}
h2.image-with-text__heading.title3 {
    font-size: 30px;
}
.image-with-text__heading{font-weight: 500;}
.image-with-text__rich-text{
    line-height: 1.6;
    text-shadow: 0px 0px 0px #000000; 
    margin: auto;
    font-size: 16px;
    font-weight: 300;
}
.button:not([disabled], .button--icon)::after{display: none;}
.image-with-text__image {
  position: relative;
  display: flex;
  width: 33.3%;
    overflow: visible;
}
.image-with-text__image > img {
  max-width: 100%;
  height: auto;
  aspect-ratio: var(--aspect-ratio);
  object-fit: cover;
}
.image-with-text__image .hover-scale__image {
    border-radius: 25px;
    width: 80%;
    height: 100%;
    display: block;
    object-fit: cover;
} 
.image-with-text-section .hover-scale:hover .hover-scale__image {
    transform: scale(1);
}
.image-with-text__image .empty-image-class {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-image-background));
}
.image-with-text__subheading {
  font-size: var(--body3-font-size);
    word-wrap: break-word;
    font-weight: 400;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.image-with-text__button {
  max-width: 100%;
  text-align: left;
}
.button:not([disabled], .button--icon):hover,
.shopline-element-buy-now:hover{
    background: #000;
}
.page-width.image-with-text-main .image-with-text__button .button {
    word-break: break-all;
    white-space: normal;
    background: #ed2f49;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
}
.image-with-text-image-2:after {
    content: "";
    position: absolute;
    width: 246px;
    height: 60px;
    background: linear-gradient(180deg, #ED3951 0%, #F57249 100%);
    border-radius: 18px;
    transform: rotate(90deg);
    top: 40%;
    z-index: 0;
    left: 52%;
    margin-bottom: 50px;
}
.image-with-text-image-1:after {
    content: "";
    position: absolute;
    width: 246px;
    height: 60px;
    background: linear-gradient(180deg, #ED3951 0%, #F57249 100%);
    border-radius: 18px;
    transform: rotate(90deg);
    top: 40%;
    z-index: 0;
    right: 72%;
    margin-bottom: 50px;
}
a.image-with-text__image picture {
    position: relative;
    z-index: 1;
}
.image-with-text__heading,
.image-with-text__subheading,
.image-with-text__subheading,
.image-with-text__rich-text
{
    text-align: left;
}

@media(max-width:1300px){
    .image-with-text__heading {
        font-weight: 500;
        font-size: 30px;
    }
    .image-with-text__group{
        font-size: 15px;
    }
}
@media(max-width:768px){
    .image-with-text-image-1:after,
    .image-with-text-image-2:after{
        display: none;
    }
    .image-with-text-section .page-width {
        position: relative;
        margin: 0;
        padding: 40px 0 30px;
    }
    .image-with-text__group{
        font-size: 12px;
        z-index: 1;
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        order: 2;
    }
    .image-with-text__button .button {
        font-size: 12px;
        padding: 12px 20px;
        line-height: 1;
    }
    .image-with-text__rich-text{
        line-height: 1.4;
            width: 100%;
    }
    .page-width.image-with-text-main {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .image-with-text__image {
        order: 1;
        width: 100%;
        padding: 0 20px;
    }
    .image-with-text__image .hover-scale__image{
        width: 100%;
    }
    h2.image-with-text__heading.title3 {
        font-size: 19px;
        padding-top: 20px;
        font-weight: 900;
    }
    .image-with-text__subheading {
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        width: fit-content;
        margin: 20px 0 0px;
    }
    .image-with-text__subheading:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 7px solid #000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        top: 8px;
        right: 0;
    }
    .image-with-text__subheading:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 7px solid #000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        top: 8px;
        right: -20px;
    }
    .image_with_text-rich-section {
        display: none;
    }
    .image_with_text-rich-section.open {
        display: block;
    }
    .page-width.image-with-text-main .image-with-text__button .button{
        margin-top: 15px;
    }
}