/** Shopify CDN: Minification failed

Line 196:0 Unexpected "}"

**/
.text-image-scroll,
.table-block {
    margin: 80px 0;
}
.text-image-scroll .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.text-image-scroll .flex.reverse {
    flex-direction: row-reverse;
}
.text-image-scroll .text {
    flex: 1;
    max-height: 500px;
    overflow-x: auto;
    scrollbar-color: #2E5A38 #EFEFEF;
    scrollbar-width: thin;
    padding-right: 70px;
}

.text-image-scroll .text ul {
    list-style:none;
    padding-left: 0;
}
.text-image-scroll .text ul li {
    padding-left: 25px;
    position: relative;
    z-index: 0;
}
.text-image-scroll .text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    border-radius: 50%;
    height: 7px;
    background: #2E5A38;
}
.text-image-scroll .image {
    flex-basis: 41%;
    aspect-ratio: 0.95;
    width: 100%;
    margin: 0 0 0 9%;
    border-radius: 10px;
    overflow: hidden;
    max-height: 500px;
}
.text-image-scroll .reverse .image {
    margin: 0 calc(9% - 10px) 0 0;
}
.text-image-scroll .reverse .text {
    direction: rtl;
    padding-right: 0;
    padding-left: 70px;
}
.text-image-scroll .reverse .text > * {
  direction: ltr;
}

.text-image-scroll .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.table-block .text {
    text-align: center;
    margin-bottom: 10px;
}
.table-block {
    overflow: hidden;
    padding-bottom: 40px;
    .table {
        position: relative;
        .image {
            width: 245px;
            position: absolute;
            left: -20px;
            top: -15px;
            margin: 0;
            img {
                width: 100%;
                height: auto;
            }
        }
        table {
            width: 90%;
            max-width: 100%;
            margin-left: auto;
            border:none;
            box-shadow:none;
            th {
                background: #2E5A38;
                color: #fff;
                font-size: 16px;
                padding: 10px 20px;
                text-align: center;
                border:none;
                width: 25%;
                &:nth-child(1) {
                    width: 20%;
                }
                &:nth-child(2) {
                    text-align: left;
                    width: 30%;
                }
            }
            td {
                background: #FAF9F7;
                color: #000000;
                font-size: 16px;
                padding: 10px 20px;
                text-align: center;
                border:none;
                width: 30%;
                &:nth-child(1) {
                    width: 10%;
                }
                &:nth-child(2) {
                    text-align: left;
                    width: 30%;
                }
                &:nth-child(3),
                &:nth-child(4) {
                    border-bottom: 1px solid #D4D4D4;
                }
            }
        }
    }
}
body .product--large:not(.product--no-media) .product__media-wrapper.no-sticky {
    position: initial !important;
            max-height: none !important;
}
body .product--large:not(.product--no-media) .product__media-wrapper.no-sticky .product__media-wrapper {
    position: initial !important;
}
body .product--large:not(.product--no-media) .product__media-wrapper.no-sticky .usp-highlight-container {
    margin-right: 110px;
}
body .product--large:not(.product--no-media) .product__media-wrapper.no-sticky .key_features {
   background: #FAF9F7;
   border-radius: 10px;
   margin-right: 110px;
   margin-bottom: 20px;
   padding: 10px 25px;
}
.custom-product-type-variation .product-type {
    margin:0;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 0;
}
.custom-product-type-variation .product-type img {
    width: 100%;
    height: auto;
    display: block;
}
.product-form__input.Type {
    display:none!important;
}

.product-type{
    position: relative;
    z-index:0;
    
    img {
        position: relative;
        z-index: 1;
    }
    &.active{
        &:after{
            content: "";
            position: absolute;
            top: 39px;
            left: 1px;
            right: 1px;
            bottom: 1px;
            background: no-repeat;
            border-radius: 17px;
            box-shadow: 0 0 5px 6px #589e71;
            z-index: 0;
            }
        }
    }



}








@media (max-width: 1366px) {
    .text-image-scroll,
    .table-block {
    margin: 60px 0;
}
    .text-image-scroll .text {
        padding-right: 40px;
    }
    .text-image-scroll .reverse .text {
        padding-left: 40px;
    }
    .text-image-scroll .image {
        flex-basis: 46%;
        margin: 0 0 0 4%;
    }
    .text-image-scroll .reverse .image {
        margin: 0 calc(4% - 10px) 0 0;
    }
}
@media (max-width: 1024px) {
    body .product--large:not(.product--no-media) .product__media-wrapper.no-sticky .usp-highlight-container,
    body .product--large:not(.product--no-media) .product__media-wrapper.no-sticky .key_features {
        margin-right: 0;
    }
}
@media (max-width:768px) {
    .text-image-scroll,
    .table-block {
        margin: 40px 0;
        .table {
            .image {
                width: 30%;
            }
            table {
                overflow-y: scroll;
                display: block;
                tbody {
                    display: block;
                    width: 800px;
                }
            }
        }
    }
    .text-image-scroll .flex {
        display: block;
    }
    .text-image-scroll .text {
        padding-right: 0;
        max-height: none;
    }
    .text-image-scroll .image {
        max-height: none;
    }
    .text-image-scroll .reverse .text {
        padding-left: 0;
    }
    .text-image-scroll .image {
        flex-basis: 46%;
        margin: 30px 0 0;
    }
    .text-image-scroll .reverse .image {
        margin: 30px 0 0;
    }
}

@media (max-width:480px) {

    .table-block {
        .table {
table {
    th,td {
        &:nth-child(1) {
                    width: 5%;
                }
    }
}
        }
    }
}