.repeater_zigzag_products{
    background: var(--main_colour);
    padding: 4rem 0;
}
.repeater_zigzag_products .repeater_align{
    display: flex;
    justify-content: center;
	padding: 4rem 0;
}
.repeater_zigzag_products p,
.repeater_zigzag_products li,
.repeater_zigzag_products h1,
.repeater_zigzag_products h2,
.repeater_zigzag_products h3,
.repeater_zigzag_products h5,
.repeater_zigzag_products h6 {
    margin: 0;
    padding: .5rem 0;
}
.repeater_zigzag_products h1,
.repeater_zigzag_products h2,
.repeater_zigzag_products h3,
.repeater_zigzag_products h5,
.repeater_zigzag_products h6 {
	 color: var(--white_tone);
}
.repeater_zigzag_products .order-right {
    flex-direction: row;
}
.repeater_zigzag_products .order-left {
    flex-direction: row-reverse;
}
.repeater_zigzag_products_layout{
    position:relative;
    border: 1px solid rgba(38, 167, 245, 1);
    background: rgba(0, 93, 150, 1);
    border-radius: 1rem;
    display:flex;
    padding: 3rem;
    gap: 5rem;
}
.repeater_zigzag_content{
    flex: 1;
}
.img_wrapper_repeater_zigzag_products{
    flex:1;
}
.product_tag {
    position: absolute;
    top: -1.6rem;
    left: 2rem;
    background: var(--secondary_colour);
    color: rgba(12, 12, 12, 1);
    border-radius: 10rem;
    padding: 1rem;
    font-weight: 700;
    font-size: 18px;
}
.repeater_zigzag_products_layout.order-left .product_tag {
    right: 2rem;
    left: unset;
    width: fit-content;
}
.product_power_and_spec{
    display:flex;
    gap: 1rem;
    align-items:center;
    color: #fff;
}
.product_power{
    font-size: 1.8rem;
    
    padding-bottom: 1rem;
    line-height: 1;
}
.product_spec{
    font-size: 13px;
    line-height: 1;
    flex: 1;
}
.repeater_zigzag_products .repeater_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
.repeater_zigzag_products .repeater_content li{
    color: var(--white_tone);
}
.repeater_zigzag_products .repeater_content a {
    background: var(--white_tone);
    color: var(--main_colour);
    padding: 1rem 1.5rem;
    text-decoration: underline !important;
    display: block;
    width: fit-content;
    font-size: 1.2rem;
    font-weight: 500;
}
.repeater_zigzag_products .img_wrapper_repeater_zigzag_imgtag{
    max-height: 65vh;
}
.repeater_zigzag_products li {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.1rem;
    font-weight: 500;
}
.repeater_zigzag_products li::before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    width: 13px;
    height: 31px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='31' viewBox='0 0 13 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0216675 17.427L9.57343 0.867676L7.80093 14.1151H12.9707L3.46819 30.6743L5.48686 17.427H0.0216675Z' fill='%23F7E30A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media(orientation:portrait){
    .product_spec{
        flex: auto;
    }
    .repeater_zigzag_products .img_wrapper_repeater_zigzag_imgtag{
        height: unset;
    }
    .repeater_zigzag_products .order-left {
        flex-direction: column;
        align-items: center;
    }
    .repeater_zigzag_products .order-right,.repeater_zigzag_products .order-left {
		flex-direction: column;
	}
}