﻿.table tr:first-child td {
    background-color: #efefef;
    /* font-weight: bold; */
    text-align: center;
    /*   color: #fff !important; */
}

.theme-table {
    /*  font-family: inherit;
                                                font-size: 15px; */
    color: #333;
    border: 2px;
}

    .theme-table th {
        background-color: #f5f5f5;
        font-weight: 600;
    }



    .theme-table p,
    .theme-table span {
        color: #333 !important;
        /*   margin: 0; */
        /*  font-family: inherit !important;
                                 font-size: inherit !important; */
    }

.product-frame {
    position: relative;
    background: #fff;
}


    .product-frame::before {
        content: "";
        position: absolute;
        /* Responsive inset */
        inset: clamp(30px, 6vw, 80px) /* top */
        clamp(30px, 8vw, 38px) /* right */
        clamp(20px, 4vw, 30px) /* bottom */
        clamp(20px, 5vw, 46px); /* left */

        border-radius: 12px;
        box-shadow: 0 0 0 2px rgba(0,0,0,.85);
        pointer-events: none;
    }


.frame-logo {
    position: absolute;
    top: 50px;
    right: 90px;
    background: #fff;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (min-width:500px) and (max-width: 640px) {
    .frame-logo {
        right: 63px !important;
        top: 13px !important;
    }

        .frame-logo img {
            width: 135px !important;
        }
}

@media (min-width:641px) and (max-width:767px) {
    .frame-logo {
        right: 60px;
        top: 27px;
    }

        .frame-logo img {
            width: 135px !important;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .frame-logo {
        right: 75px;
        top: 40px;
    }

        .frame-logo img {
            width: clamp(110px, 14vw, 185px);
            height: auto;
            max-width: 100%;
            background: red !important;
        }
}

@media (min-width:992px) and (max-width:1200px) {
    .frame-logo {
        right: 75px;
        top: 40px;
    }
}

@media (max-width: 430px) {
    .frame-logo {
        top: 13px;
        right: 45px;
    }
        .frame-logo img {
            width: clamp(110px, 18vw, 180px);
        }

.product-img {
    max-width: 100%;
    height: auto;
    display: block;
}
