/**
 * CSS Pour la page mon compte
 * Author: GBI
 */
/* Ligne Divi qui contient le panier */
.tc-account-ligne {
    box-shadow: 0 10px 30px rgba(55,42,28,.08);
    border-radius: 4px;
    backdrop-filter: blur(2px);
}
/* Partie Haute */
.tc-account-wrapper {
    width: 100%;
}
.tc-account-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 50px 55px;
}
.tc-account-top-left h1 {
    margin: 0 0 18px;
    font-family: 'Cormorant Garamond', serif;
    font-size:64px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-top-left p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #3F3934;
    font-weight:400;
}
.tc-account-help-card {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 320px;
    padding: 24px 28px;
    border: 1px solid rgba(169, 122, 43, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 14px 34px rgba(47, 38, 31, .08);
    margin-top:-12px;
    backdrop-filter:blur(6px);
}
.tc-account-help-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    background: #F3EBDD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F261F;
}
.tc-account-help-icon svg {
    width: 50px;
    height: 50px;
    color:#B88A42;
}
.tc-account-help-content strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #2F261F;
}
.tc-account-help-content p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #5F554B;
}
.tc-account-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 6px;
    background: #B88A42;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 767px) {
    .tc-account-top {
        flex-direction:column;
        align-items:flex-start;
        padding:28px 18px 30px;
        gap:22px;
    }
    .tc-account-top-left {
        width:100%;
    }
    .tc-account-top-left h1 {
        line-height:0.95;
        font-size:52px;
        margin-bottom:18px;
    }
    .tc-account-top-left p {
        max-width:none;
        font-size:16px;
        line-height:1.6;
    }
    .tc-account-help-card {
        width:100%;
        min-width:0;
        margin-top:0;
        padding:24px 20px;
        gap:18px;
        align-items:center;
        text-align:center;
        flex-direction:column;
    }
    .tc-account-help-icon {
        width:74px;
        height:74px;
        flex:none;
    }
    .tc-account-help-icon .et-pb-icon {
        font-size:34px;
    }
    .tc-account-help-content{
        width:100%;
    }
    .tc-account-help-content strong {
        display:block;
        margin-bottom:10px;
        font-size:30px;
        line-height:1;
    }
    .tc-account-help-content p {
        margin:0 0 20px;
        font-size:16px;
        line-height:1.6;
    }
    .tc-account-help-btn {
        width:100%;
        height:54px;
        padding:0 20px;

        display:flex;
        align-items:center;
        justify-content:center;

        font-size:16px;
        white-space:nowrap;
    }
}
/* Partie basse structure */
.tc-account-main {
    display:grid;
    grid-template-columns:280px 1fr;
    gap:42px;
    padding:0 55px 55px;
}
.tc-account-nav {
    width:280px;
    border-right:1px solid rgba(169,122,43,.18);
    padding-right:28px;
}
.tc-account-content {
    min-width:0;
}
@media (max-width: 767px) {
    .tc-account-main {
        display: block;
        padding: 0 18px 34px;
    }
    .tc-account-nav {
        width: 100%;
        padding-right: 0;
        margin-bottom: 26px;
        border-right: none;
        border-bottom: 1px solid rgba(169, 122, 43, .18);
        padding-bottom: 22px;
    }
    .tc-account-content {
        width: 100%;
    }
}
/* Menu Navigation */
.tc-account-navigation {
    width:100% !important;
}
.tc-account-navigation ul {
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}
.tc-account-navigation li {
    margin:0 0 10px!important;
    padding:0!important;
    width: 100% !important;
}
.tc-account-navigation li a {
    display: grid !important;
    grid-template-columns: 42px 1fr;
    align-items: center !important;
    column-gap: 14px !important;
    width: 100% !important;
    min-height: 62px !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    color: #2F261F !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}
.tc-account-navigation li a:hover,
.tc-account-navigation li.is-active a {
    background:#F6EFE4!important;
    border-color:rgba(184,138,66,.22)!important;
    color:#2F261F!important;
}
.tc-account-navigation li.is-active a {
    border-left:3px solid #B88A42!important;
    padding-left:15px!important;
}
.tc-account-nav-icon {
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    background:#F3EBDD!important;
    color:#B88A42!important;
    font-size:17px!important;
    line-height:1!important;
}
.tc-account-nav-icon svg {
    width: 17px;
    height: 17px;
    display: block;
}
.tc-account-nav-label {
    display:block!important;
    white-space:normal!important;
}
.tc-account-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top:34px!important;
    padding-top:24px!important;
    border-top:1px solid rgba(169,122,43,.18)!important;
}
.tc-account-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.tc-account-navigation li.woocommerce-MyAccount-navigation-link--customer-logout.is-active a {
    background: #FCE9E6 !important;
    border-color: rgba(180, 74, 58, .18) !important;
    color: #B44A3A !important;
}
.tc-account-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover .tc-account-nav-icon,
.tc-account-navigation li.woocommerce-MyAccount-navigation-link--customer-logout.is-active a .tc-account-nav-icon {
    background: #F7D9D3 !important;
    color: #B44A3A !important;
}
@media (max-width: 767px) {
    .tc-account-navigation {
        width: 100% !important;
    }
    .tc-account-navigation ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .tc-account-navigation li {
        margin: 0 !important;
    }
    .tc-account-navigation li a {
        min-height: 52px !important;
        padding: 9px 12px !important;
        border-radius: 4px !important;
        grid-template-columns: 40px 1fr !important;
    }
    .tc-account-nav-icon {
        width: 34px !important;
        height: 34px !important;
        flex: 0 0 34px !important;
    }
    .tc-account-nav-icon svg {
        width: 16px;
        height: 16px;
    }
    .tc-account-navigation li.tc-account-nav-item--customer-logout {
        margin-top: 8px !important;
        padding-top: 14px !important;
        border-top: 1px solid rgba(169, 122, 43, .18) !important;
    }
}
/* Partie Commande Sans Commande */
.tc-account-empty-orders {
    max-width: 760px;
    margin: 0 auto;
    padding: 42px 38px;
    display: flex;
    align-items: center;
    gap: 28px;
    border: 1px solid rgba(184, 138, 66, .22);
    border-radius: 14px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 18px 42px rgba(47, 38, 31, .06);
}
.tc-account-empty-orders-icon {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F3EBDD;
    color: #B88A42;
}
.tc-account-empty-orders-icon svg {
    width: 36px;
    height: 36px;
}
.tc-account-empty-orders-content h2 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
    margin-bottom: 14px;
}
.tc-account-empty-orders-content p {
    margin: 0 0 22px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 6px;
    background: #B88A42;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .tc-account-empty-orders {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0;
        padding: 30px 22px;
        gap: 20px;
    }
    .tc-account-empty-orders-content h2 {
        font-size: 30px;
        line-height: 1.05;
        margin-bottom: 16px;
    }
    .tc-account-empty-orders-content p {
        font-size: 15px;
    }
    .tc-account-primary-btn {
        width: 100%;
    }
}
/* Partie Dashboard */
.tc-account-dashboard {
    width: 100%;
}
.tc-account-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.tc-account-dashboard-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 245px;
    padding: 30px 24px;
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .62);
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(47, 38, 31, .05);
}
.tc-account-dashboard-card:hover {
    border-color: rgba(184, 138, 66, .36);
    background: rgba(255, 255, 255, .78);
}
.tc-account-dashboard-card-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F3EBDD;
    color: #B88A42;
}
.tc-account-dashboard-card-icon svg {
    width: 30px;
    height: 30px;
}
.tc-account-dashboard-card h3 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    color: #2F261F;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tc-account-dashboard-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #5F554B;
    min-height: 78px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.tc-account-dashboard-info {
    margin-top: 26px;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 12px;
    background: rgba(246, 239, 228, .48);
}
.tc-account-dashboard-info-logo {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 10px 24px rgba(47, 38, 31, .06);
}
.tc-account-dashboard-info-logo img {
    max-width: 42px;
    max-height: 42px;
    display: block;
}
.tc-account-dashboard-info-content h3 {
    margin: 0 0 6px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-dashboard-info-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #5F554B;
}
@media (max-width: 767px) {
    .tc-account-dashboard-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .tc-account-dashboard-card {
        min-height: auto;
        padding: 28px 22px;
    }
    .tc-account-dashboard-card-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 18px;
    }
    .tc-account-dashboard-card h3 {
        font-size: 30px;
    }
    .tc-account-dashboard-info {
        margin-top: 18px;
        padding: 26px 22px;
        flex-direction: column;
        text-align: center;
    }
    .tc-account-dashboard-info-content h3 {
        font-size: 30px;
    }
}
/* Partie commande avec commande */
.tc-account-orders-header {
    margin-bottom: 26px;
}
.tc-account-orders-header h2 {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-orders-header p {
    margin: 0;
    font-size: 15px;
    color: #5F554B;
}
.tc-account-orders-row-head > div:nth-child(2) {
    text-align: center;
}
.tc-account-orders-row-head > div:nth-child(3) {
    text-align: center;
}
.tc-account-orders-row-head > div:nth-child(4) {
    text-align: right;
}
.tc-account-orders-row-head > div:nth-child(5) {
    text-align: center;
}
.tc-account-orders-table {
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 10px;
    background: rgba(255,255,255,.62);
    overflow: hidden;
}
.tc-account-orders-row {
    display: grid;
    grid-template-columns: 2fr 140px 190px 120px 90px;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(184, 138, 66, .12);
    font-size: 15px;
    color: #4C433B;
    min-height: 92px;
}
.tc-account-orders-row:last-child {
    border-bottom: none;
}
.tc-account-orders-row-head {
    padding: 14px 22px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9A8E80;
    background: rgba(246,239,228,.45);
}
.tc-account-orders-number,
.tc-account-orders-total {
    font-weight: 700;
    color: #2F261F;
    line-height: 1.45;
}
.tc-account-orders-date {
    text-align:center;
}
.tc-account-order-status {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    min-width: 190px;
}
.tc-order-status-pending,
.tc-order-status-on-hold {
    background: #FEF5C9;
    color: #A9791F;
}
.tc-order-status-processing {
    background: #D5E7F5;
    color: #2E6EA6;
}
.tc-order-status-completed {
    background: #CFEDDF;
    color: #32784E;
}
.tc-order-status-cancelled,
.tc-order-status-failed {
    background: #FCDFD2;
    color: #B03600;
}
.tc-order-status-refunded {
    background: #ECF2F4;
    color: #6A7478;
}
.tc-order-status-checkout-draft,
.tc-order-status-draft {
    background: #ECF2F4;
    color: #777;
}
.tc-order-status-att-logistique {
    background: #F6E7D2;
    color: #B46B1F;
}
.tc-account-orders-view {
    color: #B88A42 !important;
    font-weight: 800;
    text-decoration: none !important;
}
.tc-account-orders-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    text-align: right;
    min-height: 42px;
    justify-content: center;
}
.tc-account-orders-total-old {
    font-size: 13px;
    color: #8F857B;
    text-decoration: line-through;
    font-weight: 600;
}
.tc-account-orders-total-current {
    font-size: 16px;
    color: #2F261F;
    font-weight: 800;
}
.tc-account-orders-action {
    text-align:center;
    padding-left: 12px;
}
.tc-account-orders-help {
    margin-top: 28px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(184,138,66,.18);
    border-radius: 10px;
    background: rgba(246,239,228,.55);
}
.tc-account-orders-help-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #B88A42;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tc-account-orders-help-icon svg {
    width: 24px;
    height: 24px;
}
.tc-account-orders-help-content {
    flex: 1;
}
.tc-account-orders-help-content strong {
    display: block;
    margin-bottom: 4px;
    color: #2F261F;
}
.tc-account-orders-help-content span {
    font-size: 14px;
    color: #5F554B;
}
.tc-account-orders-help-btn {
    min-height: 44px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #B88A42;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .tc-account-orders-header {
        margin-bottom: 22px;
    }
    .tc-account-orders-header h2 {
        font-size: 34px;
        line-height: 1;
    }
    .tc-account-orders-table {
        border: none;
        background: none;
        overflow: visible;
    }
    .tc-account-orders-row-head {
        display: none;
    }
    .tc-account-orders-row.tc-account-orders-row-head {
        display: none !important;
    }
    .tc-account-orders-row {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 18px;
        padding: 24px 22px;
        border: 1px solid rgba(184,138,66,.18);
        border-radius: 14px;
        background: rgba(255,255,255,.72);
        box-shadow: 0 10px 26px rgba(47,38,31,.04);
        align-items: center;
        text-align: center;
    }
    .tc-account-orders-number {
        font-size: 24px;
        line-height: 1.2;
    }
    .tc-account-orders-date,
    .tc-account-orders-total,
    .tc-account-orders-action {
        text-align: center !important;
    }
    .tc-account-orders-row > div:nth-child(3) {
        justify-content: flex-start;
    }
    .tc-account-order-status {
        min-width: auto;
        width: fit-content;
        padding: 0 16px;
    }
    .tc-account-orders-total {
        align-items: center;
        justify-content: center;
    }
    .tc-account-orders-total-current {
        font-size: 24px;
    }
    .tc-account-orders-view {
        display: flex;
        width: auto;
        min-width: 180px;
        min-height: 48px;
        padding: 0 26px;
        border-radius: 6px;
        background: #B88A42;
        color: #FFFFFF !important;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none !important;
        justify-content: center;
        align-items: center;
    }
    .tc-account-orders-help {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;

        padding: 22px;
    }
    .tc-account-orders-help-icon {
        margin:auto;
    }
    .tc-account-orders-help-btn {
        width: 100%;
    }
}
/* Partie adresse */
.tc-account-addresses-header {
    margin-bottom: 30px;
}
.tc-account-addresses-header h2 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-addresses-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-addresses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.tc-account-address-card {
    display: flex;
    flex-direction: column;
    min-height: 360px;
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(47, 38, 31, .05);
}
.tc-account-address-card-content {
    flex: 1;
    padding: 34px 38px 24px;
}
.tc-account-address-card h3 {
    margin: 0 0 22px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    margin-bottom: 26px;
    line-height: 1.08;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-address-card-text {
    margin: 0;
    min-height: 96px;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-address-card-separator {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: rgba(184, 138, 66, .18);
}
.tc-account-address-card-address {
    margin: 0;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #3F3934;
}
.tc-account-address-card-address strong,
.tc-account-address-card-address b {
    color: #2F261F;
    font-weight: 800;
}
.tc-account-address-card-address span {
    font-style: italic;
    color: #5F554B;
}
.tc-account-address-card-footer {
    display: flex;
    justify-content: center;
    padding: 26px 38px;
    border-top: 1px solid rgba(184, 138, 66, .14);
    background: rgba(246, 239, 228, .35);
}
.tc-account-address-edit {
     display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 6px;
    background: #B88A42;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}
.tc-account-addresses .tc-account-orders-help {
    margin-top: 28px;
}
@media (max-width: 767px) {
    .tc-account-addresses-header {
        margin-bottom: 22px;
    }
    .tc-account-addresses-header h2 {
        font-size: 42px;
        line-height: 1;
    }
    .tc-account-addresses-header p {
        font-size: 15px;
        line-height: 1.6;
    }
    .tc-account-addresses-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tc-account-address-card {
        min-height: auto;
    }
    .tc-account-address-card-content {
        padding: 30px 28px 24px;
    }
    .tc-account-address-card h3 {
        font-size: 38px;
        line-height: 1.05;
        margin-bottom: 28px;
    }
    .tc-account-address-card-text {
        min-height: auto;
        font-size: 16px;
    }
    .tc-account-address-card-separator {
        margin: 26px 0;
    }
    .tc-account-address-card-address {
        font-size: 16px;
        line-height: 1.7;
    }
    .tc-account-address-card-footer {
        padding: 24px 28px;
    }
    .tc-account-address-edit {
        width: 100%;
    }
}
/* Modification adresse */
.tc-account-edit-address-header {
    margin-bottom: 30px;
}
.tc-account-edit-address-header h2 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-edit-address-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-edit-address-form {
    padding: 34px;
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 16px 38px rgba(47, 38, 31, .05);
}
.tc-account-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 24px;
}
.tc-account-form-grid .form-row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.tc-account-form-grid .form-row-wide {
    grid-column: 1 / -1;
}
.tc-account-form-grid label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2F261F;
}
.tc-account-form-grid .required {
    color: #B88A42;
}
.tc-account-form-grid input,
.tc-account-form-grid select,
.tc-account-form-grid textarea {
    width: 100% !important;
    min-height: 50px;
    padding: 0 16px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, .86) !important;
    color: #2F261F !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.tc-account-form-grid textarea {
    min-height: 110px;
    padding-top: 14px !important;
}
.tc-account-form-grid input:focus,
.tc-account-form-grid select:focus,
.tc-account-form-grid textarea:focus {
    border-color: rgba(184, 138, 66, .55) !important;
    outline: none !important;
}
.tc-account-form-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid rgba(184, 138, 66, .14);
}
.tc-account-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 6px;
    border: 1px solid rgba(184, 138, 66, .28);
    background: transparent;
    color: #B88A42 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    cursor:pointer;
}
.tc-account-edit-address-form .tc-account-primary-btn {
    border: none !important;
    box-shadow: none !important;
}
.tc-account-edit-address-form .tc-account-primary-btn:hover,
.tc-account-edit-address-form .tc-account-primary-btn:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #A67A36;
}
.tc-account-edit-address-form {
    max-width: 860px;
}
.select2-container .select2-selection--single {
    min-height: 50px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #B88A42 !important;
    color: #FFFFFF !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(184, 138, 66, .12) !important;
    color: #2F261F !important;
}
.select2-dropdown {
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
.select2-search--dropdown {
    padding: 10px !important;
    background: #FFFFFF !important;
}
.select2-search--dropdown .select2-search__field {
    min-height: 42px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    padding: 0 12px !important;
}
.select2-results__option {
    padding: 12px 14px !important;
    font-size: 15px !important;
}
@media (max-width: 767px) {
    .tc-account-edit-address-header {
        margin-bottom: 22px;
    }
    .tc-account-edit-address-header h2 {
        font-size: 38px;
        line-height: 1.05;
    }
    .tc-account-edit-address-header p {
        font-size: 15px;
        line-height: 1.6;
    }
    .tc-account-edit-address-form {
        padding: 26px 22px;
        max-width: none;
    }
    .tc-account-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tc-account-form-grid input,
    .tc-account-form-grid select,
    .tc-account-form-grid textarea {
        min-height: 52px;
        font-size: 15px !important;
    }
    .tc-account-form-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 26px;
        padding-top: 24px;
    }
    .tc-account-form-actions .tc-account-primary-btn,
    .tc-account-form-actions .tc-account-secondary-btn {
        width: 100%;
    }
    .select2-container {
        width: 100% !important;
    }
    .select2-container .select2-selection--single {
        min-height: 52px !important;
    }
}
/* Suppression des message woocomerce sauf pour le mot de passe */
.woocommerce-message:not(.tc-account-security-notices .woocommerce-message),
.woocommerce-error:not(.tc-account-security-notices .woocommerce-error),
.woocommerce-info:not(.tc-account-security-notices .woocommerce-info) {
    display:none !important;
}
/* Sécurité */
.tc-account-security-header {
    margin-bottom: 30px;
}
.tc-account-security-header h2 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-security-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-security-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}
.tc-account-security-card,
.tc-account-security-advice,
.tc-account-security-logout {
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255,255,255,.62);
    box-shadow: 0 16px 38px rgba(47,38,31,.05);
}
.tc-account-security-card {
    padding: 34px;
}
.tc-account-security-card h3,
.tc-account-security-advice h3,
.tc-account-security-logout h3 {
    margin: 0 0 22px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-security-form .form-row {
    margin-bottom: 22px;
}
.tc-account-security-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2F261F;
}
.tc-account-security-form .required {
    color: #B88A42;
}
.tc-account-security-form input {
    width: 100% !important;
    min-height: 52px;
    padding: 0 16px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.86) !important;
    color: #2F261F !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.tc-account-security-form input:focus {
    border-color: rgba(184,138,66,.55) !important;
    outline: none !important;
}
.tc-account-security-form .tc-account-primary-btn {
    width:100%;
    margin-top: 8px;
    border: none !important;
    box-shadow: none !important;
    cursor:pointer;
}
.tc-account-security-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tc-account-security-advice,
.tc-account-security-logout {
    padding: 28px;
}
.tc-account-security-advice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tc-account-security-advice li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #4F463F;
}
.tc-account-security-advice li:last-child {
    margin-bottom: 0;
}
.tc-account-security-advice li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B88A42;
}
.tc-account-security-logout p {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #5F554B;
}
.tc-account-security-notice {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}
.tc-account-security-notice-error {
    background: #FCE3DD;
    color: #B03600;
}
.tc-account-security-notice-success {
    background: #E7F4EA;
    color: #2E6B44;
}
@media (max-width: 767px) {
    .tc-account-security-header {
        margin-bottom: 22px;
    }
    .tc-account-security-header h2 {
        font-size: 38px;
        line-height: 1.05;
    }
    .tc-account-security-header p {
        font-size: 15px;
        line-height: 1.6;
    }
    .tc-account-security-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tc-account-security-card {
        padding: 28px 22px;
    }
    .tc-account-security-advice,
    .tc-account-security-logout {
        padding: 24px 22px;
    }
    .tc-account-security-card h3,
    .tc-account-security-advice h3,
    .tc-account-security-logout h3 {
        font-size: 34px;
        line-height: 1.05;
        margin-bottom: 22px;
    }
    .tc-account-security-form .form-row {
        margin-bottom: 20px;
    }
    .tc-account-security-form input {
        min-height: 52px;
        font-size: 15px !important;
    }
    .tc-account-security-form .tc-account-primary-btn {
        width: 100%;
    }
    .tc-account-security-advice li {
        padding-left: 24px;
        margin-bottom: 12px;
        font-size: 15px;
    }
    .tc-account-security-logout p {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .tc-account-security-logout .tc-account-secondary-btn {
        width: 100%;
    }
}
/* Détails du compte */
.tc-account-details-header {
    margin-bottom: 30px;
}
.tc-account-details-header h2 {
    margin: 0 0 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-details-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}
.tc-account-details-form,
.tc-account-details-info-card {
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 16px 38px rgba(47, 38, 31, .05);
}
.tc-account-details-form {
    padding: 34px;
}
.tc-account-details-form .form-row {
    margin: 0 0 22px !important;
    padding: 0 !important;
}
.tc-account-details-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2F261F;
}
.tc-account-details-form .required {
    color: #B88A42;
}
.tc-account-details-form input {
    width: 100% !important;
    min-height: 52px;
    padding: 0 16px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, .86) !important;
    color: #2F261F !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.tc-account-details-form input:focus {
    border-color: rgba(184, 138, 66, .55) !important;
    outline: none !important;
}
.tc-account-field-description {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #7A7068;
}
.tc-account-details-security-link {
    margin-top: 8px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(184, 138, 66, .16);
    border-radius: 12px;
    background: rgba(246, 239, 228, .45);
    flex-direction: column;
    align-items: flex-start;
}
.tc-account-details-security-content h3 {
    margin: 0 0 6px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-details-security-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #5F554B;
}
.tc-account-details-info-card {
    padding: 28px;
}
.tc-account-details-info-card h3 {
    margin: 0 0 24px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-info-row {
    padding: 18px 0;
    border-top: 1px solid rgba(184, 138, 66, .14);
}
.tc-account-info-row span {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9A8E80;
}
.tc-account-info-row strong {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #2F261F;
    word-break: break-word;
}
.tc-account-status-active {
    color: #32784E !important;
}
.tc-account-status-active::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #3D8B5A;
}
.tc-account-details-form .tc-account-form-actions {
    margin-top: 26px;
}
.tc-account-details-security-link .tc-account-secondary-btn {
    width: 100%;
}
.tc-account-form-actions .tc-account-primary-btn {
    width: 100%;
    max-width: 320px;
    min-height: 54px;
    font-size: 16px;
    border: none !important;
    box-shadow: none !important;
    cursor:pointer;
}
@media (max-width: 767px) {
    .tc-account-details-header {
        margin-bottom: 22px;
    }
    .tc-account-details-header h2 {
        font-size: 38px;
        line-height: 1.05;
    }
    .tc-account-details-header p {
        font-size: 15px;
        line-height: 1.6;
    }
    .tc-account-details-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .tc-account-details-form {
        padding: 28px 22px;
    }
    .tc-account-details-form .tc-account-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .tc-account-details-security-link {
        padding: 24px 22px;
    }
    .tc-account-details-security-content h3,
    .tc-account-details-info-card h3 {
        font-size: 32px;
        line-height: 1.05;
    }
    .tc-account-details-security-link .tc-account-secondary-btn,
    .tc-account-details-form .tc-account-primary-btn {
        width: 100%;
        max-width: none;
    }
    .tc-account-details-info-card {
        padding: 26px 22px;
    }
}
/* Connexion */
.tc-account-login {
    width: 100%;
}
.tc-account-login-card {
    max-width: 620px;
    margin: 0 auto;
    padding: 44px;
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 16px 38px rgba(47, 38, 31, .05);
}
.tc-account-login-header {
    margin-bottom: 30px;
}
.tc-account-login-header h2 {
    margin: 0 0 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-login-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-login-form .form-row {
    margin: 0 0 22px !important;
    padding: 0 !important;
}
.tc-account-login-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2F261F;
}
.tc-account-login-form .required {
    color: #B88A42;
}
.tc-account-login-form input[type="text"],
.tc-account-login-form input[type="password"] {
    width: 100% !important;
    min-height: 52px;
    padding: 0 16px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, .86) !important;
    color: #2F261F !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.tc-account-login-form input:focus {
    border-color: rgba(184, 138, 66, .55) !important;
    outline: none !important;
}
.tc-account-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 4px 0 26px;
}
.tc-account-login-remember {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #5F554B !important;
}
.tc-account-login-remember input {
    width: 16px;
    height: 16px;
    accent-color: #B88A42;
}
.tc-account-login-lost {
    color: #B88A42 !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}
.tc-account-login-submit {
    width: 100%;
    min-height: 54px;
    border: none !important;
    box-shadow: 0 10px 24px rgba(47, 38, 31, .08) !important;
    cursor:pointer;
}
.tc-account-login-submit:after {
    display: none !important;
}
.tc-account-login-form {
    border: none !important;
    padding: 0 !important;
}
@media (max-width: 767px) {
    .tc-account-login-card {
        max-width: none;
        margin: 0;
        padding: 30px 22px;
    }
    .tc-account-login-header {
        margin-bottom: 26px;
    }
    .tc-account-login-header h2 {
        font-size: 42px;
        line-height: 1;
    }
    .tc-account-login-header p {
        font-size: 15px;
        line-height: 1.6;
    }
    .tc-account-login-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 24px;
    }
    .tc-account-login-submit {
        width: 100%;
        min-height: 54px;
    }
}
/* Mot de passe perdu */
.tc-account-lost-password-card {
    max-width: 620px;
    margin: 0 auto;
    padding: 44px;
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 16px 38px rgba(47, 38, 31, .05);
}
.tc-account-lost-password-header {
    margin-bottom: 30px;
}
.tc-account-lost-password-header h2 {
    margin: 0 0 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-lost-password-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-lost-password-form {
    border: none !important;
    padding: 0 !important;
}
.tc-account-lost-password-form .form-row {
    margin: 0 0 24px !important;
    padding: 0 !important;
}
.tc-account-lost-password-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2F261F;
}
.tc-account-lost-password-form .required {
    color: #B88A42;
}
.tc-account-lost-password-form input[type="text"] {
    width: 100% !important;
    min-height: 52px;
    padding: 0 16px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, .86) !important;
    color: #2F261F !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.tc-account-lost-password-form input[type="text"]:focus {
    border-color: rgba(184, 138, 66, .55) !important;
    outline: none !important;
}
.tc-account-lost-password-submit {
    width: 100%;
    min-height: 54px;
    border: none !important;
    box-shadow: 0 10px 24px rgba(47, 38, 31, .08) !important;
    cursor:pointer;
}
.tc-account-lost-password-submit:after {
    display: none !important;
}
@media (max-width: 767px) {
    .tc-account-lost-password-card {
        max-width: none;
        margin: 0;
        padding: 30px 22px;
    }
    .tc-account-lost-password-header {
        margin-bottom: 26px;
    }
    .tc-account-lost-password-header h2 {
        font-size: 42px;
        line-height: 1;
    }
    .tc-account-lost-password-header p {
        font-size: 15px;
        line-height: 1.6;
    }
}
/* Réinitialisation mot de passe */
.tc-account-reset-password-card {
    max-width: 620px;
    margin: 0 auto;
    padding: 44px;
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 16px 38px rgba(47, 38, 31, .05);
}
.tc-account-reset-password-header {
    margin-bottom: 30px;
}
.tc-account-reset-password-header h2 {
    margin: 0 0 12px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-reset-password-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5F554B;
}
.tc-account-reset-password-form {
    border: none !important;
    padding: 0 !important;
}
.tc-account-reset-password-form .form-row {
    margin: 0 0 24px !important;
    padding: 0 !important;
}
.tc-account-reset-password-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2F261F;
}
.tc-account-reset-password-form .required {
    color: #B88A42;
}
.tc-account-reset-password-form input[type="password"] {
    width: 100% !important;
    min-height: 52px;
    padding: 0 16px !important;
    border: 1px solid rgba(184, 138, 66, .18) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, .86) !important;
    color: #2F261F !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.tc-account-reset-password-form input[type="password"]:focus {
    border-color: rgba(184, 138, 66, .55) !important;
    outline: none !important;
}
.tc-account-reset-password-submit {
    width: 100%;
    min-height: 54px;
    border: none !important;
    box-shadow: 0 10px 24px rgba(47, 38, 31, .08) !important;
    cursor:pointer;
}
.tc-account-reset-password-submit:after {
    display: none !important;
}
@media (max-width: 767px) {
    .tc-account-reset-password-card {
        max-width: none;
        margin: 0;
        padding: 30px 22px;
    }
    .tc-account-reset-password-header {
        margin-bottom: 26px;
    }
    .tc-account-reset-password-header h2 {
        font-size: 42px;
        line-height: 1;
    }
    .tc-account-reset-password-header p {
        font-size: 15px;
        line-height: 1.6;
    }
}
/* Détail commande */
.tc-account-view-order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}
.tc-account-view-order-header h2 {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-view-order-header p {
    margin: 0;
    font-size: 16px;
    color: #5F554B;
}
.tc-account-view-order-card,
.tc-account-view-order-address-card {
    border: 1px solid rgba(184, 138, 66, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 16px 38px rgba(47, 38, 31, .05);
}
.tc-account-view-order-card {
    padding: 34px;
    margin-bottom: 28px;
}
.tc-account-view-order-card h3,
.tc-account-view-order-address-card h3 {
    margin: 0 0 24px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 500;
    color: #2F261F;
}
.tc-account-view-order-items {
    border: 1px solid rgba(184, 138, 66, .14);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, .42);
}
.tc-account-view-order-item {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 20px;
    align-items: center;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(184, 138, 66, .12);
}
.tc-account-view-order-item:last-child {
    border-bottom: none;
}
.tc-account-view-order-product strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    color: #2F261F;
}
.tc-account-view-order-product span {
    display: block;
    font-size: 14px;
    color: #7A7068;
}
.tc-account-view-order-total {
    text-align: right;
    font-size: 17px;
    font-weight: 800;
    color: #2F261F;
}
.tc-account-view-order-totals {
    margin-top: 22px;
    margin-left: auto;
    max-width: 360px;
    border-top: 1px solid rgba(184, 138, 66, .16);
}
.tc-account-view-order-total-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(184, 138, 66, .12);
}
.tc-account-view-order-total-row span {
    color: #5F554B;
    font-weight: 700;
}
.tc-account-view-order-total-row strong {
    color: #2F261F;
    font-weight: 800;
    text-align: right;
}
.tc-total-row-order_total {
    font-size: 18px;
}
.tc-account-view-order-addresses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 28px;
}
.tc-account-view-order-address-card {
    padding: 30px;
}
.tc-account-view-order-address-card address {
    margin: 0;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #3F3934;
}
.tc-account-view-order-address-card address span {
    display: block;
    margin-top: 10px;
}

.tc-account-order-product-title strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #2F261F;
}
.tc-account-order-product-subtitle {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #7A7068;
}
@media (max-width: 767px) {
    .tc-account-view-order-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }
    .tc-account-view-order-header h2 {
        font-size: 38px;
        line-height: 1.05;
    }
    .tc-account-view-order-header p {
        font-size: 15px;
        line-height: 1.6;
    }
    .tc-account-view-order-card {
        padding: 26px 22px;
        margin-bottom: 22px;
    }
    .tc-account-view-order-card h3,
    .tc-account-view-order-address-card h3 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 1.05;
    }
    .tc-account-view-order-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }
    .tc-account-view-order-total {
        text-align: left;
        font-size: 16px;
    }
    .tc-account-view-order-product strong {
        font-size: 16px;
    }
    .tc-account-order-product-subtitle {
        font-size: 14px;
    }
    .tc-account-order-product-info {
        font-size: 12px;
    }
    .tc-account-view-order-totals {
        max-width: none;
        margin-top: 20px;
    }
    .tc-account-view-order-total-row {
        padding: 12px 0;
    }
    .tc-account-view-order-total-row span,
    .tc-account-view-order-total-row strong {
        font-size: 15px;
    }
    .tc-total-row-order_total {
        font-size: 17px;
    }
    .tc-account-view-order-addresses {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 22px;
    }
    .tc-account-view-order-address-card {
        padding: 24px 22px;
    }
    .tc-account-view-order-address-card address {
        font-size: 15px;
        line-height: 1.7;
    }
}


.tc-account-pay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    background: #b88d45;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.tc-account-pay-btn:hover {
    background: #a77d38;
    color: #fff !important;
}