.woocommerce-account .site-main .entry-content > .woocommerce {
    margin-top: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left !important;
    width: 280px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right !important;
    width: calc(100% - 304px) !important;
    padding: 24px;
    border: 1px solid #e7d7c1;
    border-radius: 14px;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(84, 56, 29, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    border: 1px solid #e7d7c1;
    border-radius: 14px;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(84, 56, 29, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
    margin-top: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    color: #3b2f23;
    font-weight: 600;
    line-height: 1.3;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f4e3cf;
    color: #2c2219;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    border: 1px solid #ecdcc6;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    margin-top: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    padding: 0 8px;
    margin-left: 2px;
    color: #4b3523;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce form.login h2,
.woocommerce-account .woocommerce form.register h2 {
    margin-bottom: 16px;
    color: #2f241a;
    font-size: 30px;
    line-height: 1.2;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    border: 1px solid #e7d7c1;
    border-radius: 14px;
    padding: 24px;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(84, 56, 29, 0.08);
}

.woocommerce-account #customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.woocommerce-account .woocommerce form .form-row label {
    margin-bottom: 6px;
    color: #3d3023;
    font-weight: 600;
}

.woocommerce-account .woocommerce form .input-text,
.woocommerce-account .woocommerce form select,
.woocommerce-account .woocommerce form textarea {
    min-height: 46px;
    border: 1px solid #dcc6a8;
    border-radius: 10px;
    background: #fff;
}

.woocommerce-account .woocommerce form .input-text:focus,
.woocommerce-account .woocommerce form select:focus,
.woocommerce-account .woocommerce form textarea:focus {
    border-color: #d1913f;
    box-shadow: 0 0 0 3px rgba(209, 145, 63, 0.18);
    outline: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input[type="text"] {
    width: 100%;
    padding-right: 44px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input .show-password-input {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-password-strength {
    margin-top: 8px;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-password-hint {
    display: block;
    margin-top: 8px;
    color: #6c5643;
    font-size: 12px;
    line-height: 1.4;
}

.woocommerce-account .woocommerce form .button {
    border: 0;
    border-radius: 10px;
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(135deg, #d1913f 0%, #b2742e 100%);
}

.woocommerce-account .woocommerce form .button:hover {
    filter: brightness(1.05);
}

.woocommerce-account .woocommerce form.login .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.woocommerce-account .woocommerce form.login .woocommerce-form__label-for-checkbox {
    margin: 0;
}

.woocommerce-account .woocommerce .lost_password {
    margin-top: 8px;
}

.woocommerce-account .woocommerce .lost_password a {
    color: #7c4f26;
    font-weight: 600;
}

body.woocommerce-account.woocommerce-orders .content-area .row,
body.woocommerce-account.woocommerce-view-order .content-area .row {
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.woocommerce-account.woocommerce-orders .content-area .row > [class*="col-"],
body.woocommerce-account.woocommerce-orders .content-area .row > .site-main,
body.woocommerce-account.woocommerce-orders .content-area .row > .widget-area,
body.woocommerce-account.woocommerce-view-order .content-area .row > [class*="col-"],
body.woocommerce-account.woocommerce-view-order .content-area .row > .site-main,
body.woocommerce-account.woocommerce-view-order .content-area .row > .widget-area {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

@media (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        white-space: normal;
        padding: 6px;
        box-shadow: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        flex: initial;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
        margin-top: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 14px;
        border: 1px solid #dcc6a8;
        border-radius: 12px;
        background: #fff;
        font-size: 14px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        background: #2f241a;
        border-color: #2f241a;
        color: #fff;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 16px;
    }

    .woocommerce-account #customer_login {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .woocommerce form.login,
    .woocommerce-account .woocommerce form.register {
        padding: 16px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
        padding: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
        font-size: 13px;
    }

    .woocommerce-account .woocommerce > h2 {
        font-size: 24px;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table {
        display: table;
        width: 100%;
        table-layout: auto;
    }

    .woocommerce-account .woocommerce-MyAccount-content .shop_table_responsive:not(.woocommerce-orders-table) td::before {
        display: none !important;
        content: none !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
        white-space: normal;
        word-break: break-word;
        vertical-align: middle;
    }

    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td:last-child .button {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
        display: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr {
        display: block;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr.woocommerce-orders-table__row {
        margin-bottom: 12px;
        border: 1px solid #e7d7c1;
        border-radius: 12px;
        background: #fff;
        padding: 8px 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell {
        display: grid;
        grid-template-columns: 88px 1fr;
        align-items: start;
        gap: 8px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #f1e5d5;
        padding: 10px 0 9px;
        text-align: left;
        font-size: 14px;
        line-height: 1.35;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell:last-child {
        border-bottom: 0;
        padding-bottom: 4px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell::before {
        content: attr(data-title);
        display: block;
        margin: 0;
        float: none;
        min-width: 0;
        color: #5d4a37;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell > * {
        justify-self: end;
        text-align: right;
        word-break: normal;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell a {
        word-break: normal;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
        white-space: nowrap;
        font-weight: 700;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
        display: block;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before {
        display: block;
        margin-bottom: 6px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button {
        display: block;
        width: 100%;
        margin: 0 0 6px;
        padding: 10px 12px;
        text-align: center;
        border-radius: 8px;
        font-size: 13px;
        line-height: 1.2;
    }

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button:last-child {
        margin-bottom: 0;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-downloads {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table.shop_table,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details.shop_table,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-downloads.shop_table {
        min-width: 560px;
        width: 100%;
        table-layout: auto;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table th,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table td,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table.shop_table th,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table.shop_table td,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details.shop_table th,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details.shop_table td,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-downloads.shop_table th,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-downloads.shop_table td {
        white-space: nowrap;
        word-break: normal;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table td.product-name,
    .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details.shop_table td.woocommerce-table__product-name {
        white-space: normal;
        min-width: 220px;
    }

    .woocommerce-view-order .content-area .row {
        display: block !important;
    }

    .woocommerce-view-order .content-area .site-main.full-content {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    body.woocommerce-account.woocommerce-orders .content-area .row > [class*="col-"],
    body.woocommerce-account.woocommerce-orders .content-area .row > .site-main,
    body.woocommerce-account.woocommerce-orders .content-area .row > .widget-area,
    body.woocommerce-account.woocommerce-view-order .content-area .row > [class*="col-"],
    body.woocommerce-account.woocommerce-view-order .content-area .row > .site-main,
    body.woocommerce-account.woocommerce-view-order .content-area .row > .widget-area {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
