/*
Theme Name: Episère — Barrier Skincare
Theme URI: https://episere.com
Author: Episère
Description: Clinical minimal WooCommerce theme for Episère Barrier Skincare. Cormorant Garamond serif, DM Mono labels, sage-green accent system.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: episere
Tags: woocommerce, skincare, minimal, clinical, korean
*/
* {
    -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea,
label,
summary,
[role="button"],
[tabindex] {
    -webkit-tap-highlight-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
summary:focus,
[role="button"]:focus,
[tabindex]:focus {
    outline: none;
}

a:active,
button:active,
input:active,
select:active,
textarea:active,
label:active,
summary:active,
[role="button"]:active,
[tabindex]:active {
    background: transparent;
}

.hidden {
    display: none;
}

.aurae-section-title {
    text-align: center;
      /* padding: 30px 0 20px; */
}

.aurae-section-title h2 {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 500;
}

.aurae-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.policy .mf2 {
    font-size: 16px;
    margin: 1.5em auto .5em;
}

p {
    margin:0;
}



/* .ep-cart-row label {
    font-weight: 500;
    font-size: 13px;

} */

.ep-cart-row {
    
    font-weight: 500;
border-bottom: 1px solid #eee;
    padding: 11px 0;
    display: flex;
    font-size: .9em;
    /* font-size: 14px; */
        align-items: center;
    justify-content: space-between;
    
}


.ep-cart-row.total {
    border-bottom: 0;
}

/* .ep-cart-row.total bdi{
    font-size: 15px;
} */


.ep-cart-summary .discount span:last-child {
    color: #d33;
}

p.return-to-shop {
    margin: 28px auto;
    text-align: center;
}