
/* Back to Shop button — individual WooCommerce product pages only */
.single-product .s2047-back-to-shop-wrap {
    width: 100%;
    margin: 0 0 22px;
    text-align: left;
}
.single-product .s2047-back-to-shop-button,
.single-product .s2047-content a.s2047-back-to-shop-button,
.single-product a.s2047-back-to-shop-button:not(.s2047-sponsor-page-button) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 10px 18px !important;
    border: 1px solid #d9aa3c !important;
    border-radius: 10px !important;
    background: #f2c14e !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.single-product .s2047-back-to-shop-button:hover,
.single-product .s2047-back-to-shop-button:focus,
.single-product .s2047-content a.s2047-back-to-shop-button:hover,
.single-product a.s2047-back-to-shop-button:not(.s2047-sponsor-page-button):hover {
    background: #ffd76a !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    cursor: pointer !important;
}
