/*
Theme Name: hhth
Theme URI: https://episere.com
Author: Heaven Heaven
Description: Minimal WooCommerce theme for Heaven Heaven bedding. Clean layout, Korean market optimized.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: hhth
Tags: woocommerce, bedding, minimal, 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-color: transparent;
}

.hidden {
    display: none;
}

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

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

.aurae-section-subtitle {
    font-size:13px;color:var(--ep-muted);margin-bottom:32px;
}
.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 {

    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 11px 0;
    display: flex;
    font-size: .9em;
    
    align-items: center;
    justify-content: space-between;

}

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

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

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

#npay_btn_cart {
    margin-top: 10px;
}