.email-login-container {

    max-width: 381px;

    margin: 140px auto;

}



.email-login-container h1 {

    font-size: 28px;

    font-weight: 400;

    text-align: center;

    margin-bottom: 36px;

    color: #202020;

    font-family: 'Calibri', sans-serif;

}



.email-login-subtitle {

    font-size: 20px;

    font-weight: 400;

    text-align: center;

    margin-bottom: 36px;

    color: #202020;

    font-family: 'Calibri', sans-serif;

    padding-bottom: 25px;

    border-bottom: 1px solid rgba(32, 32, 32, 0.6);

}



.form-group {

    margin-bottom: 36px;

}



.form-group label {

    font-weight: 400;

    font-size: 17px;

    color: rgba(32, 32, 32, 0.6);

    margin-bottom: 10px;

    font-family: 'Calibri', sans-serif;



}



.form-group input[type="email"] {

    width: 100%;

    padding: 18px 10px;

    font-size: 15px;

    border: 1px solid rgba(32, 32, 32, 0.3);

    border-radius: 5px;

    background: #fff;

    transition: border-color 0.3s;

    font-family: 'Calibri', sans-serif;





}



.form-group input[type="email"]:focus {

    outline: none;

    border-color: #c9a361;

}



.form-group input::placeholder {

    color: #999;

    font-family: 'Calibri', sans-serif;



}



.btn-submit {

    width: 100%;

    padding: 18px;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    color: #fff;

    background: #c9a361;

    border: none;

    border-radius: 6px;

    cursor: pointer;

    transition: background 0.3s;

    font-family: 'Calibri', sans-serif;



}



.btn-submit:hover {

    background: #b89350;

}



.btn-submit:disabled {

    background: #d4d4d4;

    cursor: not-allowed;

}





.checkbox-container {

    display: flex;

    align-items: flex-start;

    gap: 10px;

}



.checkbox-container input[type="checkbox"] {

    margin-top: 3px;

    width: 18px;

    height: 18px;

    cursor: pointer;

    flex-shrink: 0;

}



.checkbox-label {

    font-size: 13px;

    color: #666;

    font-family: 'Calibri', sans-serif;



}



.checkbox-label a {

    color: #c9a361;

    text-decoration: none;

    font-family: 'Calibri', sans-serif;



}



.checkbox-label a:hover {

    text-decoration: underline;

}





.code-verification-container {

    max-width: 381px;

    margin: 140px auto;

}



.code-verification-container h1 {

    font-size: 28px;

    font-weight: 400;

    text-align: center;

    margin-bottom: 36px;

    color: #202020;

    font-family: 'Calibri', sans-serif;

}



.code-subtitle {

    font-size: 20px;

    font-weight: 400;

    text-align: center;

    margin-bottom: 36px;

    color: #202020;

    font-family: 'Calibri', sans-serif;

    padding-bottom: 25px;

    border-bottom: 1px solid rgba(32, 32, 32, 0.6);



}



.code-instruction {



    font-weight: 400;

    font-size: 15px;

    letter-spacing: 0.01em;

    text-align: center;

    color: rgba(32, 32, 32, 0.4);

    margin-bottom: 16px;

    font-family: 'Calibri', sans-serif;



}



.code-instruction strong {

    color: rgba(32, 32, 32, 0.4);

    font-weight: 500;

    font-family: 'Calibri', sans-serif;



}



.code-inputs {

    display: flex;

    justify-content: center;

    gap: 12px;

    margin-bottom: 16px;

    font-family: 'Calibri', sans-serif;



}



.code-input {

    width: 56px;

    height: 56px;

    font-size: 24px;

    text-align: center;

    border: 1px solid #e0e0e0;

    border-radius: 6px;

    background: #fff;

    transition: border-color 0.3s;

    font-family: 'Calibri', sans-serif;



}



.code-input:focus {

    outline: none;

    border-color: #c9a361;

}



.code-input.filled {

    border-color: #c9a361;

}



.resend-timer {

    text-align: center;

    font-size: 13px;

    color: #999;

    margin-bottom: 40px;

    font-family: 'Calibri', sans-serif;



}



.resend-timer a {

    font-family: 'Calibri', sans-serif;

}



.btn-submit {

    width: 100%;

    padding: 18px;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    color: #fff;

    background: #c9a361;

    border: none;

    border-radius: 6px;

    cursor: pointer;

    transition: background 0.3s;

    margin-bottom: 36px;

    font-family: 'Calibri', sans-serif;



}



.btn-submit:hover {

    background: #b89350;

}



.btn-submit:disabled {

    background: #d4d4d4;

    cursor: not-allowed;

}





.checkbox-container {

    display: flex;

    align-items: flex-start;

    gap: 10px;

}



.checkbox-container input[type="checkbox"] {

    margin-top: 3px;

    width: 18px;

    height: 18px;

    cursor: pointer;

    flex-shrink: 0;

}



.checkbox-label {

    font-size: 13px;

    color: #666;

    font-family: 'Calibri', sans-serif;



}



.checkbox-label a {

    color: #c9a361;

    text-decoration: none;

    font-family: 'Calibri', sans-serif;



}



.checkbox-label a:hover {

    text-decoration: underline;

}





































/* КАБИНЕТ */





.profile__section {

    margin: 157px 0;

}



.profile__wrapper {

    display: flex;

    align-items: start;

}





.profile__section .sidebar {

    width: 217px;

    flex-shrink: 0;

    margin-right: 138px;

}



.profile__section .sidebar ul {

    list-style: none;

}



.profile__section .sidebar li {

    margin-bottom: 15px;

}



.profile__section .sidebar a {

    text-decoration: none;

    color: #202020;

    display: block;

    padding: 12px 20px;

    transition: 0.3s;







    font-weight: 400;

    font-size: 16px;

    letter-spacing: 0.03em;

    text-transform: uppercase;





    font-family: 'Calibri', sans-serif;

}



.profile__section .sidebar li.active a {

    background-color: rgba(217, 217, 217, 0.3);

    color: #c99f5e;

}



.profile__section .sidebar li:last-child a {

    color: rgba(32, 32, 32, 0.4);

    margin-top: 20px;

}



.profile__section .main-content-account {

    width: 100%;

}







.profile__section .custom-lk-wrapper {

    margin: 0 auto;

}



.profile__section .lk-form-profile {

    width: 486px;

}



.profile__section .custom-lk-wrapper h1 {

    text-transform: uppercase;

    margin-bottom: 27px;

    font-family: "Calibri", sans-serif;



    font-weight: 400;

    font-size: 24px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

}



.profile__section .lk-block {

    background: rgba(32, 32, 32, 0.03);

    padding: 30px;

    margin-bottom: 30px;

    border-radius: 3px;

}



.profile__section .lk-block h2 {
    font-family: "Calibri", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}



.profile__section .lk-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

}



.profile__section .lk-group.full-width {

    grid-column: span 2;

}



.profile__section .lk-group {

    display: flex;

    flex-direction: column;

}



.profile__section .lk-group label {

    margin-bottom: 10px;

    font-weight: 400;

    font-size: 13px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: rgba(32, 32, 32, 0.9);

    font-family: "Calibri", sans-serif;

}



.profile__section .lk-group input[type="text"],

.profile__section .lk-group input[type="email"],

.profile__section .lk-group input[type="tel"] {

    width: 100%;

    padding: 12px 15px;

    border: 1px solid #e0e0e0;

    background-color: #fff;

    border-radius: 2px;

    font-size: 14px;

    color: #333;

    outline: none;

    box-sizing: border-box;

    height: 46px;

    font-family: "Calibri", sans-serif;

}



.profile__section .lk-group input:focus {

    border-color: #999;

}



.profile__section .lk-hint {

    font-size: 11px;

    color: #e0a87a;

    margin-top: 6px;

}



.profile__section .gender-switch {

    display: flex;

    border: 1px solid #e0e0e0;

    background: #fff;

}



.profile__section .gender-switch input[type="radio"] {

    display: none;

}



.profile__section .gender-btn {

    flex: 1;

    padding: 14px 0;

    text-align: center;

    font-size: 12px;

    text-transform: uppercase;

    cursor: pointer;

    color: #777;

    transition: background 0.2s;

    margin: 0 !important;

    font-weight: 500 !important;

}



.profile__section.gender-btn:first-of-type {

    border-right: 1px solid #e0e0e0;

}



.profile__section .gender-switch input[type="radio"]:checked+.gender-btn {

    background-color: #f0f0f0;

    color: #000;

    font-weight: 600 !important;

}



.profile__section .lk-btn {

    background-color: #1f1f1f;

    color: #fff;

    border: none;

    padding: 16px;

    width: 100%;

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1px;

    cursor: pointer;

    margin-top: 25px;

    font-weight: 500;

    transition: background 0.3s;

    font-family: "Calibri", sans-serif;



}



.profile__section .lk-btn:hover {

    background-color: #000;

}



@media (max-width: 600px) {

    .profile__section .lk-grid {

        grid-template-columns: 1fr;

    }



    .profile__section .lk-group.full-width {

        grid-column: span 1;

    }



    .profile__section .custom-lk-wrapper {

        padding: 0 15px;

    }

}







































































.profile__section .profile-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 26px;

}



.profile__section .profile-header h1 {

    text-transform: uppercase;

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 24px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

}



.profile__section .profile-tabs {

    display: flex;

    gap: 30px;

}



.profile__section .profile-tab {

    font-size: 14px;

    cursor: pointer;

    transition: all 0.3s;

    font-family: 'Calibri', sans-serif;



    font-weight: 400;

    font-size: 13px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: rgba(0, 0, 0, 0.5);

}



.profile__section .profile-tab.profile-tab--active {

    color: #000;

}



.profile__section .profile-accordion-item {

    border: 1px solid rgba(32, 32, 32, 0.1);

    border-radius: 5px;

    margin-bottom: 12px;

}



.profile__section .profile-accordion-header {

    display: grid;

    grid-template-columns: 1.2fr 1fr 1.5fr 1.2fr 1fr 40px;

    gap: 20px;

    padding: 20px 30px 0 30px;

    cursor: pointer;

    align-items: center;

    transition: background-color 0.2s;

    position: relative;

}



.profile__section .profile-header-label {

    display: none;

}



.profile__section .profile-header-value {

    font-weight: 400;

    font-size: 16px;

    letter-spacing: 0.02em;

    text-transform: uppercase;

    color: #202020;

    font-family: 'Calibri', sans-serif;

}





.profile__section .profile-header-value:first-child {

    font-weight: 700;

}



.profile__section .profile-header-column-labels {

    display: grid;

    grid-template-columns: 1.2fr 1fr 1.5fr 1.2fr 1fr 40px;

    gap: 20px;

    padding: 15px 30px;

    background-color: #F4F4F4;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    font-family: 'Calibri', sans-serif;

    margin-bottom: 12px;

    border-radius: 5px;

}



.profile__section .profile-header-column-labels div {

    font-weight: 400;

    font-size: 14px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;

    font-family: 'Calibri', sans-serif;



}



.profile__section .profile-status {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #202020;

    font-family: 'Calibri', sans-serif;

    font-weight: 400;

    font-size: 14px;

    letter-spacing: 0.04em;

    text-transform: uppercase;

}



.profile__section .profile-status-icon {

    display: flex;

    align-items: center;

}







.profile__section .profile-price {

    font-weight: 600;

    font-size: 16px;

    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-price span {

    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-toggle-icon {

    width: 24px;

    height: 24px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: transform 0.3s;

}



.profile__section .profile-toggle-icon svg {

    width: 12px;

    height: 12px;

}



.profile__section .profile-accordion-item.profile-accordion-item--active .profile-toggle-icon {

    transform: rotate(180deg);

}



.profile__section .profile-accordion-item.profile-accordion-item--active .profile-accordion-header {

    padding-bottom: 24px;

    margin-bottom: 28px;

    border-bottom: 1px solid rgba(32, 32, 32, 0.2);

}



.profile__section .profile-accordion-content {

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.3s ease-out;

}



.profile__section .profile-accordion-item.profile-accordion-item--active .profile-accordion-content {

    max-height: 800px;

}



.profile__section .profile-accordion-body {

    padding: 0 30px 30px 30px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 40px;

}



.profile__section .profile-section {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.profile__section .profile-section-title {

    font-family: 'Calibri', sans-serif;



    font-weight: 700;

    font-size: 16px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

}



.profile__section .profile-info-row {

    font-family: 'Calibri', sans-serif;



    display: flex;

    flex-direction: column;

    margin-bottom: 20px;

}



.profile__section .profile-info-label {

    font-family: 'Calibri', sans-serif;



    font-weight: 400;

    font-size: 12px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: rgba(32, 32, 32, 0.7);

}



.profile__section .profile-info-value {

    font-family: 'Calibri', sans-serif;

    font-weight: 400;

    font-size: 16px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;

}



.profile__section .profile-info-value span {

    font-family: 'Calibri', sans-serif;



}



.profile__section .profile-info-value.profile-highlight {

    color: #e67e22;

}



.profile__section .profile-product-item {

    display: flex;

    gap: 15px;

    padding: 15px 0;

}



.profile__section .profile-product-image {

    width: 80px;

    height: 80px;

    background-color: #e0e0e0;

    border-radius: 4px;

    flex-shrink: 0;

}



.profile__section .profile-product-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 4px;

}



.profile__section .profile-product-info {

    flex: 1;

}



.profile__section .profile-product-name {

    margin-bottom: 14px;





    font-weight: 400;

    font-size: 12px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: rgba(32, 32, 32, 0.8);





    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-product-title {

    margin-bottom: 12px;

    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-product-title a {

    font-weight: 400;

    font-size: 16px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #bb974a;

    font-family: 'Calibri', sans-serif;



    text-decoration: none;

}



.profile__section .profile-product-title a:hover {

    text-decoration: underline;

}



.profile__section .profile-product-details {

    font-size: 12px;

    font-family: 'Calibri', sans-serif;



    font-weight: 400;

    font-size: 12px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: rgba(32, 32, 32, 0.6);

}



.profile__section .profile-product-price {

    font-size: 16px;

    font-weight: 600;

    text-align: right;

    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-product-price span {

    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-return-link {

    color: #c99f5e;

    display: block;

    text-align: right;

    font-family: 'Calibri', sans-serif;



    font-weight: 400;

    font-size: 12px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    text-decoration: underline;

    text-decoration-skip-ink: none;

}



.profile__section .profile-return-link:hover {

    text-decoration: underline;

}



.profile__section .profile-preview-section {

    display: grid;

    grid-template-columns: 100px 1fr auto;

    gap: 15px;

    align-items: end;

    padding: 20px 30px;

}



.profile__section .profile-accordion-item.profile-accordion-item--active .profile-preview-section {

    display: none;

}



.profile__section .profile-preview-image {

    width: 100px;

    height: 100px;

    background-color: #e0e0e0;

    border-radius: 4px;

}



.profile__section .profile-preview-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 4px;

}



.profile__section .profile-preview-return {

    text-align: right;

}



.profile__section .profile-orders-empty {

    padding: 40px 0;

    text-align: left;

    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-orders-empty p {

    margin-bottom: 20px;

    font-family: 'Calibri', sans-serif;

    font-weight: 400;

    font-size: 14px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;

}



.profile__section .profile-orders-empty .button {

    display: inline-block;

    padding: 12px 30px;

    background-color: #e67e22;

    color: #fff;

    text-decoration: none;

    border-radius: 4px;

    font-size: 14px;

    transition: background-color 0.3s;

    font-family: 'Calibri', sans-serif;

}



.profile__section .profile-orders-empty .button:hover {

    background-color: #d35400;

}









/* RETURNS */







.profile__section .return-reasons-wrapper {

    margin-bottom: 13px;

}



.profile__section .return-radio-row {

    display: flex;

    align-items: center;

    margin-bottom: 13px;

    cursor: pointer;

}



.profile__section .return-radio-row:last-child {

    border-bottom: none;

}



.profile__section .return-radio-input {

    display: none;

}



/* Кастомный кружок */

.profile__section .return-radio-circle {

    width: 18px;

    height: 18px;

    border: 1px solid #ccc;

    border-radius: 50%;

    margin-right: 15px;

    position: relative;

    flex-shrink: 0;

}



.profile__section .return-radio-input:checked+.return-radio-circle {

    border-color: #000;

}



.profile__section .return-radio-input:checked+.return-radio-circle::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 10px;

    height: 10px;

    background-color: #000;

    border-radius: 50%;

}



.profile__section .return-radio-text {

    font-weight: 400;

    font-size: 13px;

    text-transform: uppercase;

    color: #202020;

    font-family: "Calibri", sans-serif;

}



.profile__section .return-comment-area {

    width: 100%;

    height: 46px;

    border: 1px solid rgba(32, 32, 32, 0.2);

    padding: 19px 14px;

    outline: none;

    resize: none;

    margin-bottom: 15px;

    text-transform: uppercase;

    box-sizing: border-box;

    font-family: "Calibri", sans-serif;





    font-weight: 400;

    font-size: 12px;

    text-transform: uppercase;

    color: rgba(32, 32, 32, 0.6);

}



.profile__section .return-comment-area::placeholder {

    color: #ccc;

}



.profile__section .return-comment-area:focus {

    border-color: #000;

}



.profile__section .return-submit-btn {

    padding: 13px 50px;

    background-color: #c99f5e;

    color: #f7f4ef;

    border: none;

    text-transform: uppercase;

    cursor: pointer;

    transition: background-color 0.3s;

    border-radius: 4px;

    margin: 0 auto;

    display: block;

    font-weight: 400;

    font-size: 13px;

    text-transform: uppercase;

    text-align: center;

    margin-bottom: 25px;

}



.profile__section .return-submit-btn:hover {

    background-color: #202020;

}









.profile__section .auth-modal__body {

    max-width: 600px;

    margin: 0 auto;

    position: relative;

    background: #fff;

    font-family: sans-serif;

}



.profile__section .return-success {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    color: #333;

}



.profile__section .return-success__close {

    position: absolute;

    top: 20px;

    right: 20px;

    background: none;

    border: none;

    cursor: pointer;

    color: #999;

    transition: color 0.2s;

}



.profile__section .return-success__close:hover {

    color: #000;

}



#return-reason-modal .checkout-modal__dialog {

    max-width: 643px;

    padding: 49px 60px;

}



.profile__section .return-success__title {

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 25px;

    margin-bottom: 25px;

    color: #202020;

}



.profile__section .return-success__info {

    font-size: 14px;

    letter-spacing: 0.05em;

    margin-bottom: 35px;

    text-transform: uppercase;

}



.profile__section .return-success__info strong {

    font-family: "Calibri", sans-serif;



    font-weight: bold;

}



.profile__section .return-success__btn {

    font-family: "Calibri", sans-serif;



    display: inline-block;

    background-color: #cca366;

    color: #fff;

    text-decoration: none;

    padding: 18px 45px;

    border-radius: 4px;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: 0.1em;

    transition: background-color 0.3s;

    margin-bottom: 30px;

}



.profile__section .return-success__btn:hover {

    background-color: #b38e55;

}



.profile__section .return-success__legal {

    font-size: 12px;

    color: #888;

    max-width: 500px;

}



.profile__section .return-success__legal a {

    font-family: "Calibri", sans-serif;



    color: inherit;

    text-decoration: underline;

}









































.profile__section .page-title {

    font-family: "Calibri", sans-serif;

    margin: 0 auto 45px auto;

    font-weight: 400;

    font-size: 24px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;



}



.profile__section .history-wrapper .no-returns-message {

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 14px;

    text-transform: uppercase;

    color: #202020;

}





.profile__section .order-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 35px;

    flex-wrap: wrap;

}



.profile__section .order-info {

    font-family: "Calibri", sans-serif;

}



.profile__section .order-info strong {

    font-family: "Calibri", sans-serif;



    font-weight: 700;

    font-size: 20px;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: #202020;

    margin-right: 15px;



}



.profile__section .order-info span {

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 17px;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: #202020;

}



.profile__section .order-date {

    color: #555;

}



.profile__section .cancel-btn {

    background-color: #202020;

    color: #f7f4ef;

    border: none;

    padding: 11px 80px;

    cursor: pointer;

    font-family: "Calibri", sans-serif;

    border-radius: 4px;





    font-weight: 400;

    font-size: 13px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    text-align: center;

}





/* Линии-разделители */

.profile__section .divider {

    height: 1px;

    background-color: #eee;

    width: 100%;

    margin: 0;

}



/* --- СЕТКА ТОВАРА --- */

.profile__section .product-row {

    display: grid;

    grid-template-columns: 50px 2.5fr 1fr 1fr 1fr 1fr;

    align-items: start;

    padding: 27px 0;

}



.profile__section .img-placeholder {

    width: 60px;

    height: 80px;

    background-color: #e0e0e0;

    /* Серый фон как заглушка */

    display: block;

}



/* Если будет реальная картинка */

.profile__section .product-img {

    width: 60px;

    height: auto;

    display: block;

}



.profile__section .prod-text {

    font-family: "Calibri", sans-serif;



    font-weight: 400;

    font-size: 14px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;

}



.profile__section .prod-title {

    font-family: "Calibri", sans-serif;

    padding-right: 20px;

    text-align: center;

    font-weight: 400;

    font-size: 14px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;

}



.profile__section .prod-price {

    text-align: right;

    font-weight: bold;

    font-size: 16px;

}



/* --- ИТОГО --- */

.profile__section .total-row {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    padding: 35px 0 28px 0;

    gap: 30px;

}



.profile__section .total-label {

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 16px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;

}



.profile__section .total-value {

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 18px;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: #202020;

}



/* --- СТАТУС БАР (Серый блок внизу) --- */

.profile__section .status-bar {

    background-color: rgba(217, 217, 217, 0.8);

    padding: 15px 56px;

    display: flex;

    align-items: center;

}



/* Иконка восклицательного знака */

.profile__section .status-icon {

    width: 18px;

    height: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 15px;

    font-style: normal;

    flex-shrink: 0;

}



.profile__section .status-text {

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 13px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #202020;

}



/* Адаптив */

@media (max-width: 768px) {

    .profile__section .product-row {

        grid-template-columns: 60px 1fr;

        gap: 15px;

        position: relative;

    }



    /* Скрываем лишние колонки на мобильном, как в прошлый раз */

    .profile__section .prod-size,

    .profile__section .prod-color,

    .profile__section .prod-qty {

        display: none;

    }



    .profile__section .prod-price {

        position: absolute;

        bottom: 30px;

        right: 0;

    }



    .profile__section .order-header {

        flex-direction: column;

        align-items: flex-start;

    }



    .profile__section .cancel-btn {

        width: 100%;

        text-align: center;

    }

}











.profile__section {

    width: 100%;

    box-sizing: border-box;

}





/* Наследуем шрифт для элементов форм внутри секции */

.profile__section input,

.profile__section button,

.profile__section select,

.profile__section textarea {

    font-family: "Calibri", sans-serif;

}



/* Заголовки */

.profile__section .section-title {

    margin-bottom: 46px;

    font-family: "Calibri", sans-serif;

    font-weight: 400;

    font-size: 24px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

}



.profile__section .section-title:nth-child(2) {

    margin-bottom: 39px;

}





.profile__section .product-row {

    display: grid;

    align-items: start;

    padding: 17px 0;

    border-bottom: 1px solid rgba(32, 32, 32, 0.2);

    ;

}



.profile__section .return-page-wrapper .products-list {

    margin-bottom: 70px;

}



.profile__section .product-row .img-box {

    width: 64px;

    height: 85px;

}



.profile__section .product-row .img-box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}





.profile__section .radio-cell {

    align-self: center;

    display: flex;

    justify-content: center;

}



.profile__section .product-row input[type="radio"] {

    transform: scale(1.3);

    cursor: pointer;

    accent-color: #333;

    margin: 0;

}



.profile__section .img-placeholder {

    width: 80px;

    height: 100px;

    background-color: #e0e0e0;

    display: block;

}



/* Текст в товарах */

.profile__section .prod-info,

.profile__section .prod-meta,

.profile__section .prod-qty,

.profile__section .prod-price {

    font-size: 14px;

    font-family: "Calibri", sans-serif;

    text-transform: uppercase;

    padding-top: 5px;

}



.profile__section .prod-info {

    padding-right: 20px;

    font-weight: bold;

}



.profile__section .prod-meta {

    color: #202020;

    font-family: "Calibri", sans-serif;



}



.profile__section .prod-price {

    text-align: right;

    font-weight: bold;

    font-size: 16px;

}



/* --- СЕКЦИЯ 2: ПОЛЕ ВВОДА ГОРОДА --- */

.profile__section .location-group {

    margin-bottom: 30px;

    border-bottom: 1px solid #e0e0e0;

    padding-bottom: 5px;

    max-width: 600px;

}



.profile__section .location-label {

    font-family: "Calibri", sans-serif;

    display: block;

    margin-bottom: 2px;

    font-weight: 400;

    font-size: 11px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: rgba(32, 32, 32, 0.6);

}



.profile__section .location-value {

    font-size: 15px;

    text-transform: uppercase;

    font-weight: bold;

    color: #333;

    border: none;

    width: 100%;

    outline: none;

    background: transparent;

    padding: 5px 0;

    margin: 0;

    display: block;

}



.profile__section .location-value::placeholder {

    color: #ccc;

}



/* --- СЕТКА КАРТОЧЕК --- */

.profile__section .options-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    max-width: 800px;

    margin-bottom: 51px;

}



.profile__section .option-card {

    border: 1px solid #eee;

    padding: 25px;

    background: #fff;

    min-height: 140px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    cursor: pointer;

    transition: border-color 0.3s;

    box-sizing: border-box;

}



.profile__section .option-card:hover {

    border-color: #C99F5E;

}



.profile__section .card-title {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 17px;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: #202020;



    font-family: 'Calibri', sans-serif;

}



.profile__section .card-desc {

    font-family: 'Calibri', sans-serif;

    max-width: 70%;

    font-weight: 400;

    font-size: 9px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: rgba(32, 32, 32, 0.7);

    margin: 12px 0;

}



.profile__section .card-link {

    font-family: 'Calibri', sans-serif;



    color: #c99f5e;

    text-decoration: underline;

    text-transform: uppercase;

    display: inline-block;



    font-weight: 400;

    font-size: 8px;

    letter-spacing: 0.01em;

    text-transform: uppercase;

}



.profile__section .card-link:hover {

    text-decoration: none;

}



/* Адаптив */

@media (max-width: 768px) {

    .profile__section .product-row {

        grid-template-columns: 40px 70px 1fr;

        gap: 15px;

        position: relative;

    }



    .profile__section .img-placeholder {

        width: 60px;

        height: 80px;

    }





    .profile__section .prod-price {

        position: absolute;

        bottom: 30px;

        right: 0;

    }



    .profile__section .options-grid {

        grid-template-columns: 1fr;

    }



    .profile__section .location-group {

        max-width: 100%;

    }

}











.profile__section .return-block {

    margin-bottom: 40px;

}













































#cancel-return-modal .checkout-modal__dialog {

    max-width: 656px;

    padding: 60px 0;

}





#cancel-return-modal .return-success__title {

    text-align: center;

}





.profile__section #cancel-return-modal .return-success__btn {

    width: 230px;

    padding: 13px 0;

    font-family: "Calibri" !important;

    outline: none;

    border: 0;

    transition: .3s;



}



.profile__section #cancel-return-modal .return-success__btn:hover {

    background-color: #202020;

}





#cancel-return-modal .return-success__legal {

    font-family: "Calibri" !important;



}









.return-product-txt {

    display: flex;

}





.profile__section .prod-info {

    font-family: "Calibri" !important;

    font-weight: 400;

    font-size: 14px;

    width: 70%;

    margin-left: 15px;

}









.products-list .checkbox-cell {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 15px;

    height: 100%;

}



.products-list .custom-checkbox {

    position: relative;

    display: inline-block;

    cursor: pointer;

}



.products-list .custom-checkbox input[type="checkbox"] {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}



.products-list .checkbox-mark {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 24px;

    height: 24px;

    border: 1px solid #C99F5E;

    border-radius: 5px;

    background-color: transparent;

    transition: all 0.2s ease;

}



.products-list .checkbox-mark svg {

    opacity: 0;

    transition: opacity 0.2s ease;

}



.products-list .custom-checkbox input[type="checkbox"]:checked~.checkbox-mark {

    background-color: #C99F5E;

    border-color: #C99F5E;

}



.products-list .custom-checkbox input[type="checkbox"]:checked~.checkbox-mark svg {

    opacity: 1;

}



.products-list .custom-checkbox input[type="checkbox"]:disabled~.checkbox-mark {

    opacity: 0.5;

    cursor: not-allowed;

}



.products-list .product-row.has-return {

    opacity: 0.6;

}













#return-reason-modal .checkout-modal__title {

    font-family: "Calibri" !important;

    margin-bottom: 25px;

    font-weight: 400;

    font-size: 25px;

    color: #202020;

}



#return-reason-modal .reason-options {

    display: flex;

    flex-direction: column;

    margin-bottom: 25px;

}



#return-reason-modal .reason-option span {

    font-family: "Calibri" !important;

    margin-bottom: 13px;



    font-weight: 400;

    font-size: 13px;

    text-transform: uppercase;

    color: #202020;

}





#return-success-modal .checkout-modal__dialog {

    max-width: 656px;

}



#return-success-modal .return-success__title {

    font-family: "Calibri" !important;

    margin-bottom: 25px;

    font-weight: 400;

    font-size: 25px;

    text-align: center;

    color: #202020;

}





#return-success-modal .return-success__info p {

    font-family: "Calibri" !important;

    font-weight: 400;

    font-size: 13px;

    text-align: center;

    color: #202020;

}





.profile__section .return-success__legal {

    font-family: "Calibri" !important;



    font-weight: 400;

    font-size: 13px;

    line-height: 138%;

    letter-spacing: 0.01em;

    text-align: center;

    color: rgba(32, 32, 32, 0.6);

}