.metainfoholder {
    background-color: #f5f5f5;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-family: "Montserrat";
    gap: 15px;
    padding: 50px 10px 30px 10px;
    
    @media(min-width: 768px) {
        padding: 50px 20px 30px 20px;
    }
    
}

.metatitle {
    width: 100%;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    grid-column: span 3;
    padding-bottom: 20px;
}

.metacard {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.metacardtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
}

.metacardtext {
    text-transform: uppercase;
    font-size: 28px;
}

.metacardicon {
    height: 20px;
    margin-left: 8px;
}

.metacardicon img {
    height: 100%;
    width: auto;
}

.metacardimage {
    width: 100%;
}

.metacardimage img {
    width: 100%;
    height: auto;
}

.metacarddescription {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.metacardtech {
    text-align: left;
    padding: 0px 10px 20px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding-top: 10px;
}

.metavideo {
    grid-column: span 3;
}

@media only screen and (max-width: 1160px) {
    #proddatacontainer .metainfoholder {
        grid-template-columns: 1fr 1fr;
    }

    #proddatacontainer .metatitle {
        grid-column: span 2;
    }

    #proddatacontainer .metavideo {
        grid-column: span 2;
    }
}

@media only screen and (max-width: 960px) {

    .metainfoholder {
        grid-template-columns: 1fr 1fr;
    }

    .metatitle {
        grid-column: span 2;
    }

    .metavideo {
        grid-column: span 2;
    }

    #proddatacontainer .metainfoholder {
        grid-template-columns: 1fr 1fr;
    }

    #proddatacontainer .metatitle {
        grid-column: span 2;
    }

    #proddatacontainer .metavideo {
        grid-column: span 2;
    }

}

@media only screen and (max-width: 600px) {

    .metainfoholder {
        grid-template-columns: 1fr;
    }

    .metatitle {
        grid-column: span 1;
        font-size: 24px;
    }

    .metavideo {
        grid-column: span 1;
    }

    #proddatacontainer .metainfoholder {
        grid-template-columns: 1fr;
    }

    #proddatacontainer .metatitle {
        grid-column: span 1;
        font-size: 24px;
    }

    #proddatacontainer .metavideo {
        grid-column: span 1;
    }

    .metacardicon {
        height: 16px;
    }

    .metacardtext {
        font-size: 20px;
    }

}






.meta-compare {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5rem;
    background: #f5f5f5;
    width: 100%;
    padding: 8px;
    
    @media (min-width: 768px) {
        padding: 20px;
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
        /* border-bottom: solid 5px white; */
    }
    
    table th {
        width: 45%;
        font-size: 18px;
        
        @media(min-width: 768px) {
            width: 40%;
            font-size: 24px;
        }
    }
    
    table th:first-child {
        width: 10%;

        @media(min-width: 768px) {
            width: 20%;
        }
    }


    table th,
    table td {
        padding: 10px;
        border: solid 5px white;
        border-bottom: none;

        &:first-of-type {
            border-right: none;
        }

        &:last-of-type {
            border-left: none;
        }
    }
    
    
    table th:first-of-type {
        border-left: none;
        border-top: none;
    }
    
    table td {
        font-size: 12px;
        
        ul {
            list-style-type: none;
            display: flex;
            flex-wrap: wrap;

            li {
                position: relative;
                margin-bottom: 10px;

                @media(min-width: 768px) {
                    text-indent: 20px;
                    margin-bottom: 0;;
                }
                
                @media(min-width: 768px) {
                    &:before {
                        position: absolute;
                        content: '';
                        display: inline-block;
                        height: 5px;
                        width: 5px;
                        background: black;
                        border-radius: 50%;
                        top: 50%;
                        left: 10px;
                        transform: translateY(-50%)
                    }
                }

                &.half {

                    width: 100%;
                    
                    @media(min-width: 768px) {
                        width: 50%;
                    }
                }
            }
        }
        
        &:first-child {
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            vertical-align: middle;
            font-size: 11px;
            padding: 3px;
            
            @media(min-width: 768px) {
                padding: 5px;
                font-size: 13px;
            }
        }

        .icon {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5px;

            @media(min-width: 768px) {
                flex-direction: row;
            }

            img {
                width: 25px;
            }
        }
    }


}

.rounded-tl {
    border-radius: 30px 0 0 0;
}


table tr:first-of-type th:first-of-type {
    border: none;
}

table tr:last-of-type td {
    border-bottom: solid 5px white;
}

.rounded-bl {
    border-radius: 0 0 0 30px;
}


th.rounded-tr {
    border-radius: 0 30px 0 0;
}

.rounded-br {
    border-radius: 0 0 30px 0;
}


.metainfoholder.optics {

    grid-template-columns: 1fr!important;


    .metatitle, .metavideo {
        grid-column: span 1;
    }

    @media(min-width: 768px) {
        grid-template-columns: 1fr 1fr!important;
        
        .metatitle, .metavideo {
            grid-column: span 2;
        }
    }


    .metacardtext {
        font-size: 16px;

        @media(min-width: 768px) {
            font-size: 24px
        }
    }

    .metacarddescription p {
        line-height: 1rem !important;
        font-size: 12px;
    }

    .optics-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background: #F1F0EC;
        border-radius: 30px;
        padding: 10px;
        grid-column: span 1;
        
        @media(min-width: 768px) {
            grid-column: span 2;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 20px 30px 0;
        }

        .image {
            order: 2;
            width: 100%;
            display: flex;
            justify-content: center;

            @media(min-width: 768px) {
                width: 30%;
                order: unset;
            }

            img {
                width: 100%;
                max-width: 500px;
                height: auto;
            }
        }

        .content {
            order: 1;
            width: 100%;
            padding-bottom: 20px;
            
            @media(min-width: 768px) {
                width: 65%;
                padding-bottom: 30px;
                order: unset;
            }

            h2 {
                font-family: Montserrat;
                font-weight: 600;
                font-size: 32px;
                line-height: 100%;
                letter-spacing: 0%;
                margin-bottom: 20px;
            }

            p {
                font-size: 12px;
                line-height: 1rem;
            }
        }

    }

    
}


.meta-compare.optics {
    th {
        font-size:14px;
    }
}