<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
    border: none;
    max-width: 100%;
}
ins {
    text-decoration: none;
}
pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
    display: none;
}
p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.h1,
h1 {
    font-family: var(--title-font);
    color: #000;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h2,
h2 {
    font-family: var(--title-font);
    color: #000;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h3,
h3,
.h4,
h4 {
    font-family: var(--title-font);
    color: #000;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h5,
h5 {
    font-family: var(--title-font);
    color: #fff;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h6,
h6 {
    font-family: var(--title-font);
    color: #000;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.h1,
h1 {
    font-size: 60px;
    line-height: 1.167;
}
.h2,
h2 {
    font-size: 44px;
    line-height: 1.208;
}
.h3,
h3 {
    font-size: 22px;
    line-height: 1.278;
}
.h4,
h4 {
    font-size: 30px;
    line-height: 1.333;
    font-weight: 600;
}
.h5,
h5 {
    font-size: 17px;
    line-height: 1.417;
    font-weight: 900;
}
.h6,
h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 48px;
    }
    .h2,
    h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 36px;
    }
    .h3,
    h3 {
        font-size: 30px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 28px;
        color: #000;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 22px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .h1,
    h1 {
        font-size: 34px;
        line-height: 1.3;
    }
}
@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px;
    }
}


.th-product {
    text-align: center;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.th-product .product-title {
    font-size: 20px;
    margin: 10px 0 7px 0;
}
.th-product .product-title a {
    color: inherit;
}
.th-product .product-title a:hover {
    color: #FF0000;
}
.th-product .price {
    display: block;
    color: var(--body-color);
    font-weight: 500;
    margin-bottom: -0.45em;
    font-family: var(--title-font);
}
.th-product .price del {
    margin-left: 10px;
    color: #c5c5c5;
}
.th-product .product-img {
    background-color: var(--smoke-color);
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
    background-color: var(--smoke-color);
    z-index: 2;
    border-radius: 8px;
}
.th-product .product-img img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.th-product .category {
    color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 500;
    padding: 1px 20px;
    display: inline-block;
    background-color: var(--theme-color);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    border-radius: 5px;
}
.th-product .star-rating {
    margin: 0 auto 5px auto;
    width: 93px;
}
.th-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(15, 34, 57, 0.7);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.th-product .actions .icon-btn {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.th-product .actions &gt; * {
    margin: 0 var(--icon-gap-x, 5px);
}
.th-product .actions &gt; * &gt; a {
    margin: 0;
}
.th-product .actions .tutor-btn {
    padding: unset;
    border-radius: 999px;
    min-width: unset;
}
.th-product .icon-btn {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px;
}
.th-product .tinv-wishlist a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%;
}
.th-product .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.th-product .add_to_cart_button.added {
    display: none;
}
.th-product .added_to_cart {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 0;
    text-align: center;
    border-radius: 50%;
}
.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700;
}
.th-product .added_to_cart:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.th-product .added_to_cart .tutor-mr-8 {
    margin-right: 0 !important;
}
.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px;
}
.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.th-product.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%;
}
.th-product.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0;
    border-radius: 8px 0 0 8px;
}
.th-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px;
}
.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--border-color);
    border-left: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px;
    border-radius: 0 8px 8px 0;
}
.th-product.list-view .actions {
    --btn-size: 35px;
    --btn-font-size: 13px;
    --icon-gap-x: 2px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px;
}
.th-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.th-product.list-view .added_to_cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.th-product.list-view .added_to_cart:after {
    font-size: 12px;
}
.th-product.list-view .action-btn {
    padding: 8px 15px;
}
.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px;
}
.th-product.list-view .product-title {
    font-size: 18px;
    margin: 0 0 5px 0;
}
.th-product.list-view .product-price {
    font-size: 14px;
}
</pre></body></html>