.woocommerce div.product .woocommerce-tabs .tabs-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 1.6em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    text-align: center;

    &::before,
    &::after {
        display: none;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: none;
    color: var(--wp--preset--color--primary);
    text-align: center;

    &::before,
    &::after {
        display: none;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--wp--preset--color--deep-gold);
    text-decoration: underline;
    text-underline-offset: 6px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs.no-js .tabs {
    display: none;
}
