<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main h1 {
    font-size: clamp(1.5rem, 2vw, 2rem);
    padding: 0;
    margin-bottom: 2rem;
}

.term-description h2 {
    font-size: 1.5rem;
}

.archive .col-12 {
    text-align: left !important;
    padding: 0 1rem 0 1rem;
}

.archive .section {
    padding: 30px 5px;
}
.archive-header a {
    text-decoration: underline #b18f4c;
    color: black;
}
.archive-header a:hover {
    text-decoration: none;
    color: #b18f4c;
}

.woocommerce-ordering {
}

.woocommerce-ordering select {
    background-color: #fff;
    border-radius: 6px;
    border: none;
    box-shadow: inset 0 0 0 1px #363636;
    color: #363636;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.25em;
    margin-right: 8px;
    outline: none;
    padding: 8px 12px;
    position: relative;
    transition: all 0.2s;
    appearance: none;
    background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='10' height='5'&gt;&lt;path d='M0,0 L5,5 L10,0' stroke='%23000' fill='none'/&gt;&lt;/svg&gt;")
        no-repeat right 1rem center / auto;
}
.woocommerce-ordering select option {
    font-size: 0.75rem;
}

.product &gt; a.woocommerce-LoopProduct-link {
    display: block;
    width: 100%;
    color: #000;
}

.product &gt; a.woocommerce-LoopProduct-link:hover {
    text-decoration: none;
}

.product ins {
    text-decoration: none;
    font-weight: 600;
}

.product:not(.add_to_cart_inline) {
    text-align: center;
    padding: 30px 0 40px 0; /* keep this constant */
    box-sizing: border-box; /* ensures width includes padding/border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent; /* reserve 1px each side */
    min-width: 300px;
    min-height: 300px;
}

.product:not(.add_to_cart_inline):hover {
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.product img {
    height: 280px;
    width: auto;
    object-fit: contain;
    aspect-ratio: var(--smush-placeholder-aspect-ratio);
}

.fibofilters-filter-button.fibofilters-filter-button-selected:before {
    background-color: #b18f4c;
}

.fibofilters-filter-button:hover {
    box-shadow: inset 0 0 0 2px #363636;
}

.fibofilters-filter-button:hover:before {
    background-color: #b18f4c;
}

.tcc_product_title_wrapper h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    padding: 0 10px 0 10px;
}

.tcc_add_to_cart_wrapper {
    margin-top: 20px;
}

.tcc_add_to_cart_wrapper a {
    color: #000;
    display: inline-flex;
    padding: 10px 25px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: solid 2px #000;
    border-radius: 30px;
    background: #000;
    color: #fff;
}

.tcc_add_to_cart_wrapper a.add_to_cart_button:hover {
    background: #fff;
    color: #000;
}

.price &gt; .woocommerce-Price-amount {
    font-weight: 700;
}
</pre></body></html>