.product-characteristics {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-characteristics li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    position: relative;
    justify-content: space-between;
}

.product-characteristics li span:first-child {
    width: 40%;
    font-weight: 600;
    margin-right: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.product-characteristics li span:first-child::after {
    content: '';
    display: inline-block;
    height: 1em;
    flex-grow: 1;
    width: 100%;
    border-bottom: 1px dotted #999;
    margin: 0 12px;
}

.product-characteristics li span:last-child {
    flex: 1;
}

@media (min-width: 691px) and (max-width: 1000px) {
    .final-sale-home-cta [data-products] {
        --shop-columns: repeat(3, minmax(0, 1fr))
    }
}

.final-sale-home-cta .product {
    --theme-text-color: rgba(255, 255, 255, 0.5);
    --theme-heading-color: #fff;
}

.summary .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image {
    width: 80px;
}

.wpclv-attributes .wpclv-terms .wpclv-term.active, .wpclv-attributes .wpclv-terms .wpclv-term:hover {
    border-color: var(--theme-palette-color-1);
}

[class*="hint--"]:after {
    font-family: var(--theme-font-family);
    border-radius: 4px;
}

.wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a {
    background-color: transparent;
}

.summary .wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a {
    border-radius: var(--theme-button-border-radius, 2px);
}

.wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image img {
    border-radius: inherit;
}

.summary .wpclv-attributes .wpclv-terms .wpclv-term {
    border-radius: var(--theme-button-border-radius, 3px);
}

[data-products] .product .wpclv-attributes .wpclv-terms .wpclv-term:not(.wpclv-term-image) {
    height: 28px;
}

[data-products] .product .wpclv-attributes .wpclv-terms .wpclv-term:not(.wpclv-term-image) span, [data-products] .product .wpclv-attributes .wpclv-terms .wpclv-term:not(.wpclv-term-image) a {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 0.925rem;
}

[data-products] .product.outofstock > *:not(figure), [data-products] .product.outofstock > figure > *:not(.out-of-stock-badge) {
    opacity: 0.5;
}

.ct-cart-actions .added_to_cart {
    display: none;
}

.wpclv-attributes > .wpclv-attribute:last-child {
    margin-bottom: 0;
}

.ct-added-to-cart-product .price {
    flex: 1 0 auto;
}

[data-products] .product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

[data-flexy-view=boxed] img {
    --theme-object-fit: contain;
}

.footer-logo-link {
    color: var(--theme-palette-color-4);
}

[data-products] .product .ct-media-container img {
    aspect-ratio: 1/1 !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ct-product-waitlist form {
    gap: 0;
}

.ct-product-waitlist .ct-waitlist-initial-state .ct-waitlist-message,
.ct-product-waitlist form input[type="email"] {
    display: none !important;
}

.ct-product-waitlist .ct-waitlist-message {
    margin-block-end: var(--theme-content-spacing);
}

.ct-product-waitlist .ct-product-waitlist-form .ct-button span {
    display: inline-flex;
    gap: 0.5rem;
}

@media (min-width: 480px) {
    body .ct-product-waitlist form {
        grid-template-columns: max-content;
    }
}

.woocommerce-cart-form__contents .coupon {
    float: unset;
    align-items: center;
}

.woocommerce-cart-form__contents .coupon p {
    margin: 0 0 0 1em;
}

.cart-discount .ct-icon {
    vertical-align: middle;
    margin-left: 2px;
}

[class*=ct-woocommerce] .shop_table .woocommerce-remove-coupon:hover svg {
    fill: #d83428;
}

.theChampGoogleBackground {
    background: transparent;
    border: none;
}

.ct-media-container img {
    --theme-object-fit: contain;
}

/*#place_order:disabled {*/
/*    opacity: 0.5;*/
/*    pointer-events: none;*/
/*}*/

body #search-modal .ct-search-form-inner {
    background: var(--theme-palette-color-8);
}

.form-row:has(input[type=hidden]) {
    margin: 0;
}

body:has(input#terms:not(:checked)) .woocommerce-checkout-payment .place-order button[type=submit] {
    pointer-events: none;
    opacity: 0.5;
}