a:hover,
.site-header .col-full .secondary-navigation a:hover {
    color: var(--wp--preset--color--primary, #451802);
    outline: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .15em;
    transition: 0.5s;
}

button:hover,
.site-footer .col-full .footer-widgets a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .15em;
    color: var(--wp--preset--color--primary, #f1f1f1);
    transition: 0.5s;
}

.woocommerce .product-title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5407911001em;
    text-align: center;
    color: #451802;
}

.cart-coupon-label {
    display: inline-block !important;
    clip: auto !important;
    clip-path: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    padding: 10px;
}
.coupon label.screen-reader-text {
    position: static !important;
}

.site-header-cart .cart-contents .count {
    opacity: .8 !important;
}

.price del {
    opacity: .7 !important;
}

.product-listing h2 {
    font-size: 1.8em !important;
}

.button a,
.woocommerce a.button { text-decoration: none; }
