:root {
    --hhs-shop-brand: #7b0e20;
    --hhs-shop-text: #555;
    --hhs-shop-line: #ddd;
}

.hhs-price-on-request {
    color: var(--hhs-shop-brand);
    font-weight: 700;
}

.single-product .hhs-price-on-request--availability {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.hhs-loop-facts {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.65rem;
    padding-inline: 0.5rem;
    color: var(--hhs-shop-text);
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
}

.hh-productgroup {
    font-size: 16px;
}

.hh-surface,
.hh-dimensions {
    color: #777;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .uk-card-title {
    text-transform: none !important;
}

.hhs-product-facts {
    margin-block: 1rem 1.25rem;
}

.hhs-product-facts dl {
    display: grid;
    gap: 0;
    margin: 0;
    border-top: 1px solid var(--hhs-shop-line);
}

.hhs-product-facts dl > div {
    display: grid;
    grid-template-columns: minmax(9.5rem, 42%) minmax(0, 1fr);
    gap: 0.75rem;
    padding-block: 0.45rem;
    border-bottom: 1px solid var(--hhs-shop-line);
}

.hhs-product-facts dt {
    font-weight: 700;
}

.hhs-product-facts dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.single-product .product_meta > .sku_wrapper,
.single-product .product_meta > .posted_in,
.single-product .product_meta > .tagged_as {
    display: none;
}

.single-product .hhs-product-image-figure {
    position: relative;
    margin: 0;
}

.single-product .hhs-product-image-figure > a {
    display: block;
}

.single-product .image-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    min-height: 40px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    line-height: 1.35;
    text-align: center;
    pointer-events: none;
}

.single-product .tm-element-woo-additional-information {
    overflow-x: auto;
}

.single-product .woocommerce-product-attributes {
    width: 100%;
    margin: 0;
}

.single-product .woocommerce-product-attributes th {
    min-width: 12rem;
}

.hhs-selling-unit {
    display: inline-flex;
    min-width: 60px;
    height: 46px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding-inline: 0.65rem;
    border: 1px solid #ddd;
    border-left: 0;
    background: #eee;
    color: #555;
    font-size: 16px;
    line-height: 1;
}

.tm-element-woo-add-to-cart form.cart .quantity {
    margin-right: 0;
}

.tm-element-woo-add-to-cart .quantity .qty {
    height: 46px;
    box-sizing: border-box;
}

body.single-product .hhs-conditions-accordion {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

body.single-product .hhs-conditions-accordion .uk-accordion-title {
    color: #404042;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

body.single-product .hhs-conditions-accordion .uk-accordion-content,
body.single-product .hhs-conditions-accordion .el-content,
body.single-product .hhs-conditions-accordion p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

@media (max-width: 639px) {
    .hhs-product-facts dl > div {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }
}
