

/*
* single-product sticky-atc
*/

.sticky-atc-button.button {
    text-transform: uppercase;
    font-weight: 600;
}

/*
* single-product container
*/

.single-product .content-top, 
.product-page-container {
    background-color: transparent;
}

/*
* summary
*/

.product_title {
    font-weight: 600;
}

.variations label {
    text-transform: none;
    font-weight: 400;
}
.variations .reset_variations {
    border-radius: 0;
    padding: 5px 10px;
}
@media (min-width: 720px) {
    .variations .reset_variations {
        margin-bottom: 0;
    }
    .variations .value {
        align-items: stretch;
    }
}

/*
* tabs
*/

.woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 80%;
}

@media screen and (min-width: 1024px) {
    .woocommerce-tabs .tabs {
        border-bottom: 1px solid var(--color-complementary);
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}
/*
* description
*/

.entry-content :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
    margin-bottom: 2rem;
}
.entry-content a:not(:hover, .wp-block-button__link) {
    text-decoration: underline;
}
.entry-content h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}
.entry-content h3 {
    font-size: 1.8rem;
    line-height: 2.3rem; 
}
.entry-content h4 {
    font-size: 1.6rem;
    line-height: 2.1rem; 
}
.entry-content h5 {
    font-size: 1.4rem;
    line-height: 1.9rem; 
}
.entry-content h6 {
    font-size: 1.2rem;
    line-height: 1.7rem; 
}