<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .woocommerce table.shop_table td,
table.woocommerce-table tfoot,
table.shop_table tfoot,
table.woocommerce-table .woocommerce-Price-amount,
table.woocommerce-table .download-file a,
table.shop_table .product-subtotal {
    word-break: keep-all;
} */

.woocommerce #reviews #comments ol.commentlist {
    padding-inline-start: 0;
}

.woocommerce div.product form.cart .variations td.label {
    display: block;
    height: 40px;
    box-sizing: border-box;
    padding: 12px 0;
}

.woocommerce div.product form.cart .variations select {
    display: none;
}

.woocommerce div.product form.cart .variations td.value {
    display: block;
    height: auto;
    box-sizing: border-box;
    padding: 12px 0;
    font-size: 0;
    line-height: 1;
}

.woocommerce div.product form.cart .variations .variations_attr_radio {
    height: 54px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #D3CED2;
    border-radius: 2px;
    margin-right: 12px;
    cursor: pointer;
    margin-top: 12px;
    padding: 0 10px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    vertical-align: top;
    line-height: 1.2;
}

.woocommerce div.product form.cart .variations .reset_variations {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.woocommerce div.product form.cart .variations .variations_attr_radio:hover {
    border-color: #007bff;
}

.woocommerce div.product form.cart .variations .variations_attr_radio[selected] {
    border-color: #007bff;
    color: #007bff;
}

.woocommerce div.product form.cart .variations .variations_attr_radio.disable {
    pointer-events: none;
    color: gainsboro;
}

.category-block {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 33vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    flex-shrink: 0;
    background-position-x: center;
    padding: 2% 0;
    background-color: grey;
}

.category-block &gt; img {
    height: auto;
    width: 100%;
    max-width: none;
}

.category-block &gt; div.content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: absolute;
}

.category-block .category-title p {
    color: #FFFFFF;
    font-size: 64px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-block .category-description {
    margin-bottom: 6%;
}

.category-block .category-description p {
    color: #FFFFFF;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: normal;
}

.category-block .category-title, .category-block .category-description {
    width: 98%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.category-block .category-title {
    max-height: 30%;
    margin-bottom: 2%;
}

.category-block .category-description {
    max-height: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-block .category-description p {
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}


.category-block .category-description p, .category-block .category-title p{
    max-width: 80vw;
    text-align: center;
}

.category-block p {
    margin-bottom: 0;
}

.sg-sidebar {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .woocommerce div.product form.cart .variations td {
        text-align: left;
    }

    .category-block {
        font-size: 16px;
    }

    .category-block &gt; img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .category-block .category-title {
        max-height: none;
        padding: 12px 0;
    }

    .category-block .category-title p {
        max-width: 100%;
        font-family: Carella;
        font-size: 36px;
    }

    .category-block .category-description {
        margin-bottom: 8%;
        max-height: none;
    }

    .category-block .category-description p {
        max-width: 100%;
        font-size: 30px;
        margin-bottom: 0;
    }

    .archive.tax-product_cat .product-list .col-sidebar {
        order: 0;
    }

    .archive.tax-product_cat .sidebar {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

    .archive.tax-product_cat .sg-product-categories-list &gt; li {
        padding-left: 10px;
    }
}

</pre></body></html>