.ttp,
.ttp * {
    box-sizing: border-box;
}

.ttp {
    --ttp-blue: #2f63e9;
    --ttp-green: #5ed49a;
    --ttp-ink: #141823;
    --ttp-muted: #6b7280;
    --ttp-line: #e7eaf0;
    --ttp-soft: #f5f6f8;
    --ttp-card: #ffffff;
    color: var(--ttp-ink);
    direction: rtl;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
    max-width: 1180px;
    margin: 0 auto;
    padding: 38px 18px 72px;
}

.ttp a {
    color: inherit;
    text-decoration: none;
}

.ttp__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    background: linear-gradient(90deg, var(--ttp-soft) 0 50%, #fff 50% 100%);
    border: 1px solid var(--ttp-line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

.ttp__summary,
.ttp__media {
    min-width: 0;
    padding: 40px;
}

.ttp__summary {
    order: 2;
    background: var(--ttp-soft);
}

.ttp__media {
    position: relative;
    order: 1;
    background: var(--ttp-card);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
}

.ttp__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 36px;
    padding: 9px 16px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    color: var(--ttp-muted);
    font-size: 13px;
    line-height: 1.8;
}

.ttp__breadcrumbs a,
.ttp__breadcrumbs strong {
    color: var(--ttp-blue) !important;
    font-weight: 600;
}

.ttp__category {
    margin-bottom: 16px;
    color: var(--ttp-muted);
    font-size: 13px;
}

.ttp__category span {
    color: var(--ttp-blue) !important;
}

.ttp__category a {
    color: var(--ttp-blue) !important;
    font-weight: 800;
    text-decoration: none;
}

.ttp__stock {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 4px 0 8px;
    padding: 6px 12px;
    border: 1px solid #d8eee3;
    border-radius: 999px;
    background: #f2fbf6;
    color: #15803d;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.ttp__stock.is-out-of-stock {
    border-color: #ffe1e1;
    background: #fff5f5;
    color: #dc2626;
}

.ttp__title {
    margin: 0 0 24px;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 800;
}

.ttp__excerpt {
    color: #4b5563;
    font-size: 14px;
    line-height: 2.2;
}

.ttp__excerpt p {
    margin: 0 0 12px;
}

.ttp__price {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin: 22px 0 18px;
    padding: 8px 18px;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
}

.ttp__price strong,
.ttp__price .amount {
    color: #ef4444 !important;
    font-weight: 800;
}

.ttp__price ins {
    color: #ef4444 !important;
    text-decoration: none;
}

.ttp__price del {
    color: #98a1b2 !important;
}

.ttp__purchase {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin: 0 0 24px;
}

.ttp__qty {
    display: grid;
    grid-template-columns: 48px minmax(54px, 1fr) 48px;
    align-items: center;
    direction: ltr;
    width: 236px;
    max-width: 100%;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #d9e4f4;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.ttp__qty button,
.ttp__qty input {
    display: grid;
    place-items: center;
    width: 100%;
    height: 52px;
    border: 0;
    background: transparent;
    color: var(--ttp-ink);
    text-align: center;
    font: inherit;
}

.ttp__qty button {
    cursor: pointer;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.ttp__qty button:last-child {
    background: linear-gradient(135deg, #2563eb 0%, #22c55e 100%) !important;
    color: #fff !important;
}

.ttp__qty button:first-child {
    background: #eef4ff !important;
    color: #2563eb !important;
}

.ttp__qty input {
    direction: rtl;
    -moz-appearance: textfield;
    color: #172033;
    font-size: 18px;
    font-weight: 900;
}

.ttp__qty input::-webkit-outer-spin-button,
.ttp__qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.ttp__actions {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.ttp__variations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    width: min(520px, 100%);
}

.ttp__variation-field {
    display: grid;
    gap: 7px;
    color: #2f3848;
    font-size: 13px;
    font-weight: 800;
}

.ttp__variation-select {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.ttp__variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ttp__variation-options button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d9e4f4;
    border-radius: 999px;
    background: #fff;
    color: #273244;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.ttp__variation-options button.is-active {
    border-color: #2563eb;
    background: #eef4ff;
    color: #2563eb;
    box-shadow: inset 0 0 0 2px rgba(37, 99, 235, .12);
}

.ttp__variation-message,
.ttp__variation-empty {
    grid-column: 1 / -1;
    margin: 0;
    color: #dc2626;
    font-size: 13px;
    font-weight: 800;
}

.ttp__btn.is-disabled {
    opacity: .58;
    pointer-events: none;
}

.ttp__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.ttp__btn,
.ttp__btn:visited,
.ttp__btn:hover,
.ttp__btn:focus,
.ttp__btn:active,
.woocommerce .ttp .ttp__btn,
.woocommerce .ttp .ttp__btn:hover,
.woocommerce .ttp .ttp__btn:focus,
.woocommerce .ttp .ttp__btn:active {
    color: #fff !important;
    text-decoration: none !important;
}

.ttp__btn span,
.ttp__btn:hover span,
.ttp__btn:focus span,
.woocommerce .ttp .ttp__btn span,
.woocommerce .ttp .ttp__btn:hover span,
.woocommerce .ttp .ttp__btn:focus span {
    display: block;
    text-align: right;
    color: #fff !important;
}

.ttp__btn img {
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    object-fit: contain;
}

.ttp__btn--cart {
    justify-content: center;
    width: 260px;
    max-width: 100%;
    background: var(--ttp-green) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ttp__btn--cart.is-loading {
    position: relative;
    pointer-events: none;
    color: transparent !important;
}

.ttp__btn--cart.is-loading span {
    opacity: 0;
}

.ttp__btn--cart.is-loading::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 3px solid rgba(255, 255, 255, .52);
    border-top-color: #fff;
    border-radius: 50%;
    animation: tantab-spin .75s linear infinite;
}

.ttp__btn--cart.has-error {
    background: #ef4444 !important;
}

.ttp__btn--cart:hover,
.ttp__btn--cart:focus,
.ttp__btn--cart:active,
.woocommerce .ttp .ttp__btn--cart:hover,
.woocommerce .ttp .ttp__btn--cart:focus,
.woocommerce .ttp .ttp__btn--cart:active {
    background: var(--ttp-green) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.ttp__btn--phone {
    width: 220px;
    max-width: 100%;
    background: #1C64F2 !important;
    color: #fff !important;
}

.ttp__breadcrumbs a:hover,
.ttp__breadcrumbs a:focus,
.ttp__share a:hover,
.ttp__share a:focus {
    color: inherit !important;
}

.ttp__btn--phone:hover,
.ttp__btn--phone:focus {
    background: #1C64F2 !important;
    color: #fff !important;
}

.ttp__qty button:hover,
.ttp__qty button:focus,
.ttp__gallery button:hover,
.ttp__gallery button:focus,
.ttp__tablist button:hover,
.ttp__tablist button:focus,
.ttp__favorite:hover,
.ttp__favorite:focus {
    background-color: inherit;
    box-shadow: none;
    outline: none;
}

.ttp__qty button:last-child:hover,
.ttp__qty button:last-child:focus,
.ttp__tablist button.is-active:hover,
.ttp__tablist button.is-active:focus {
    background: var(--ttp-blue) !important;
    color: #fff !important;
}

.ttp__gallery button:hover,
.ttp__gallery button:focus {
    background: #fff !important;
    border-color: var(--ttp-line);
}

.ttp__tablist button:hover,
.ttp__tablist button:focus {
    background: #f2f3f5 !important;
    color: #404756 !important;
}

.ttp__gallery button.is-active:hover,
.ttp__gallery button.is-active:focus {
    border-color: var(--ttp-blue) !important;
}

.ttp__share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 44px;
    padding: 10px 14px;
    background: #fff;
    border-radius: 10px;
    color: var(--ttp-muted);
    font-size: 13px;
}

.ttp__share > span {
    text-align: right;
}

.ttp__share-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-right: auto;
}

.ttp__share a {
    flex: 0 0 24px;
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
}

.ttp__share a img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ttp__badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 22px;
    color: #5b6473;
    font-size: 12px;
}

.ttp__badges span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    border-top: 1px solid var(--ttp-line);
}

.ttp__badges img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ttp__badges b {
    font: inherit;
    font-weight: 500;
}

.ttp .ttp__favorite,
.woocommerce .ttp .ttp__favorite,
.woocommerce-page .ttp .ttp__favorite,
button.ttp__favorite {
    position: absolute;
    top: 28px;
    right: auto;
    left: 34px;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    min-height: 0;
    min-width: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #5d6470 !important;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    transform: none !important;
}

.ttp .ttp__favorite:hover,
.ttp .ttp__favorite:focus,
.ttp .ttp__favorite:active,
.woocommerce .ttp .ttp__favorite:hover,
.woocommerce .ttp .ttp__favorite:focus,
.woocommerce .ttp .ttp__favorite:active,
.woocommerce-page .ttp .ttp__favorite:hover,
.woocommerce-page .ttp .ttp__favorite:focus,
.woocommerce-page .ttp .ttp__favorite:active,
button.ttp__favorite:hover,
button.ttp__favorite:focus,
button.ttp__favorite:active {
    border: 0 !important;
    background: transparent !important;
    color: #5d6470 !important;
    box-shadow: none !important;
    outline: none;
    transform: none !important;
}

.ttp__favorite span,
.ttp__favorite:hover span,
.ttp__favorite:focus span {
    color: #5d6470 !important;
}

.ttp__favorite img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ttp__favorite.is-active,
.ttp__favorite.is-active:hover,
.ttp__favorite.is-active:focus {
    color: #e11d48 !important;
}

.ttp__favorite.is-active img {
    filter: invert(24%) sepia(83%) saturate(3391%) hue-rotate(334deg) brightness(91%) contrast(96%);
}

.ttp__main-image {
    position: relative;
    display: grid;
    place-items: center;
    width: min(600px, 100%);
    height: min(600px, 100vw);
    aspect-ratio: 1;
    margin: 44px auto 24px;
    overflow: hidden;
    cursor: zoom-in;
}

.ttp__main-image img {
    display: block;
    width: 600px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ttp__zoom-lens,
.ttp__main-image::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    opacity: 0;
    pointer-events: none;
    background-image: var(--zoom-image);
    background-repeat: no-repeat;
    background-size: 210%;
    background-position: var(--zoom-x, 50%) var(--zoom-y, 50%);
    transition: opacity .16s ease;
}

.ttp__main-image::before {
    content: "";
}

.ttp__main-image:hover .ttp__zoom-lens,
.ttp__main-image:hover::before {
    opacity: 1;
}

.ttp-lightbox-lock {
    overflow: hidden;
}

.ttp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    direction: rtl;
}

.ttp-lightbox.is-open {
    display: flex;
}

.ttp-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 32, .86);
    backdrop-filter: blur(8px);
}

.ttp-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    width: min(1040px, 100%);
    min-height: min(720px, calc(100vh - 48px));
}

.ttp-lightbox__image {
    display: block;
    grid-column: 2;
    justify-self: center;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 128px);
    object-fit: contain;
    user-select: none;
}

.ttp-lightbox__close,
.ttp-lightbox__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
    box-shadow: none;
}

.ttp-lightbox__close {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 44px;
    height: 44px;
    font-size: 30px;
    line-height: 1;
}

.ttp-lightbox__nav {
    width: 50px;
    height: 50px;
    font-size: 46px;
    line-height: 1;
}

.ttp-lightbox__nav--prev {
    grid-column: 1;
}

.ttp-lightbox__nav--next {
    grid-column: 3;
}

.ttp-lightbox__close:hover,
.ttp-lightbox__close:focus,
.ttp-lightbox__nav:hover,
.ttp-lightbox__nav:focus {
    background: rgba(255, 255, 255, .22);
    color: #fff;
    outline: 0;
}

.ttp-lightbox__counter {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    min-width: 72px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

.ttp__gallery {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    width: min(500px, 100%);
    max-width: 100%;
    margin-top: auto;
    margin-inline: auto;
    padding: 0 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #cfd5df transparent;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.ttp__gallery.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.ttp__gallery::-webkit-scrollbar {
    height: 6px;
}

.ttp__gallery::-webkit-scrollbar-track {
    background: transparent;
}

.ttp__gallery::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #cfd5df;
}

.ttp__gallery button {
    display: grid;
    place-items: center;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    padding: 6px;
    border: 1px solid var(--ttp-line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    scroll-snap-align: start;
}

.ttp__gallery button.is-active {
    border-color: var(--ttp-blue) !important;
}

.ttp__gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.ttp__tabs {
    max-width: 900px;
    margin: 70px auto 0;
}

.ttp__tablist {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid var(--ttp-line);
    padding-bottom: 24px;
    margin-bottom: 28px;
}

.ttp__tablist button {
    flex: 0 0 220px;
    width: 220px;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: #f2f3f5;
    color: #404756;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.ttp__tablist button.is-active {
    background: var(--ttp-blue) !important;
    color: #fff !important;
}

.ttp__panel {
    color: #202938;
    font-size: 15px;
    line-height: 2.35;
}

.ttp__panel[data-tab-panel="description"] {
    padding: 24px 26px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.ttp__panel[data-tab-panel="reviews"] {
    padding: 26px;
    border: 1px solid #dce7f6;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.ttp__panel #reviews,
.ttp__panel #comments,
.ttp__panel #review_form_wrapper {
    width: 100%;
    max-width: none;
}

.ttp__panel #reviews h2,
.ttp__panel #reply-title {
    margin: 0 0 18px;
    color: #172033;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
}

.ttp__panel .commentlist {
    display: grid;
    gap: 14px;
    margin: 0 0 24px !important;
    padding: 0 !important;
    list-style: none;
}

.ttp__panel .commentlist li {
    padding: 16px !important;
    border: 1px solid #e6edf7;
    border-radius: 14px;
    background: #fff;
}

.ttp__panel .comment-text {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.ttp__panel #review_form {
    padding: 18px;
    border: 1px solid #e6edf7;
    border-radius: 16px;
    background: #fff;
}

.ttp__panel #review_form input,
.ttp__panel #review_form textarea,
.ttp__panel #review_form select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d7e1ee;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
}

.ttp__panel #review_form .submit {
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: var(--ttp-blue);
    color: #fff;
    font-weight: 900;
}

.ttp__panel .star-rating,
.ttp__panel .star-rating::before,
.ttp__panel .star-rating span::before,
.ttp__panel p.stars a,
.ttp__panel p.stars a::before,
.woocommerce .ttp__panel .star-rating,
.woocommerce .ttp__panel p.stars a {
    color: #f5b301 !important;
}

.ttp__panel p {
    margin: 0 0 24px;
}

.ttp__tags {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 58px;
    margin-top: 54px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #f2f3f5;
    color: #4b5563;
}

.ttp__attrs {
    display: grid;
    gap: 10px;
    margin: 0;
}

.ttp__attrs div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 8px;
    background: #f2f3f5;
}

.ttp__attrs dt,
.ttp__attrs dd {
    margin: 0;
}

.ttp__attrs dt {
    color: #525b68;
    text-align: right;
}

.ttp__attrs dd {
    color: #111827;
    font-weight: 700;
    text-align: left;
}

.tps,
.tps * {
    box-sizing: border-box;
}

.tps {
    --tps-blue: #1e8cff;
    --tps-green: #35cf95;
    --tps-border: #7eb7f5;
    --tps-text: #7a7f89;
    --tps-line: #eef1f5;
    position: relative;
    direction: rtl;
    width: min(520px, 100%);
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
}

.tps__form {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 70px;
    margin: 0;
    overflow: hidden;
    border: 2px solid var(--tps-border);
    border-radius: 16px;
    background: #f7f7f8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset;
}

.tps__button {
    flex: 0 0 70px;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: var(--tps-green) !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.tps__button span {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.tps__button span::after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 1px;
    width: 14px;
    height: 3px;
    border-radius: 999px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: left center;
}

.tps__input,
.woocommerce .tps .tps__input,
.woocommerce-page .tps .tps__input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0 28px 0 18px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #505762;
    direction: rtl;
    font: inherit;
    font-size: 25px;
    font-weight: 500;
    line-height: 70px;
    outline: none;
    box-shadow: none !important;
}

.tps__input::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

.tps__input::-webkit-search-decoration,
.tps__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.tps__results {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid #dce4ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .13);
}

.tps__list {
    display: grid;
    max-height: 430px;
    overflow-y: auto;
}

.tps__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 76px;
    padding: 10px 12px;
    color: #172033;
    text-decoration: none !important;
    border-bottom: 1px solid var(--tps-line);
}

.tps__item:last-child {
    border-bottom: 0;
}

.tps__item:hover,
.tps__item:focus {
    background: #f7fbff;
    color: #172033;
    outline: none;
}

.tps__thumb {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 10px;
    background: #f4f6f8;
}

.tps__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tps__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.tps__body strong {
    overflow: hidden;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tps__body small {
    color: #ef4444;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.tps__empty {
    padding: 18px;
    color: var(--tps-text);
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.tps__more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 16px;
    border-top: 1px solid var(--tps-line);
    background: #f7fbff;
    color: var(--tps-blue) !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    text-decoration: none !important;
}

.tps__more:hover,
.tps__more:focus {
    background: #eef6ff;
    color: #1d4ed8 !important;
    outline: none;
}

.tps.is-loading .tps__button {
    opacity: .82;
}

.tsr,
.tsr * {
    box-sizing: border-box;
}

.tsr {
    --tsr-blue: #2563eb;
    --tsr-ink: #172033;
    --tsr-muted: #737b8c;
    --tsr-line: #e7eaf0;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 72px;
    direction: rtl;
    color: var(--tsr-ink);
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
}

.tsr__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.tsr__head h1 {
    margin: 0;
    color: var(--tsr-ink);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
}

.tsr__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid var(--tsr-line);
    border-radius: 16px;
    background: #fff;
    color: var(--tsr-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
}

.tsr__meta span {
    color: var(--tsr-muted);
    font-weight: 700;
}

.tsr__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
}

.tsr-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--tsr-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

.tsr-card__image {
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    padding: 16px;
    background: #f7f9fc;
}

.tsr-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tsr-card__body {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.tsr-card__title {
    min-height: 54px;
    color: var(--tsr-ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.7;
    text-decoration: none !important;
}

.tsr-card__price {
    min-height: 28px;
    color: #ef4444;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
}

.tsr-card__price ins {
    text-decoration: none;
}

.tsr-card__price del {
    color: #9ca3af;
    font-weight: 700;
}

.tsr-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 12px;
    background: var(--tsr-blue);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    text-decoration: none !important;
}

.tsr__notice {
    padding: 24px;
    border: 1px solid var(--tsr-line);
    border-radius: 18px;
    background: #fff;
    color: var(--tsr-muted);
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
}

.tsr__pagination {
    margin-top: 28px;
}

.tsr__pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tsr__pagination a,
.tsr__pagination span {
    display: grid;
    place-items: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid var(--tsr-line);
    border-radius: 12px;
    background: #fff;
    color: var(--tsr-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none !important;
}

.tsr__pagination .current {
    border-color: var(--tsr-blue);
    background: var(--tsr-blue);
    color: #fff;
}

@media (max-width: 720px) {
    .tsr {
        width: min(100% - 24px, 1180px);
        padding: 32px 0 48px;
    }

    .tsr__head {
        align-items: stretch;
        flex-direction: column;
    }

    .tsr__head h1 {
        font-size: 24px;
    }

    .tsr__head .tps {
        width: 100%;
    }

    .tsr__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .tsr__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .tsr-card__body {
        padding: 12px;
    }

    .tsr-card__title {
        min-height: 48px;
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .ttp__hero {
        grid-template-columns: 1fr;
        background: var(--ttp-soft);
    }

    .ttp__media {
        min-height: auto;
        order: -1;
    }

    .ttp__summary,
    .ttp__media {
        padding: 30px 22px;
    }

    .ttp__qty {
        width: 260px;
    }

    .ttp__badges {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ttp {
        padding-inline: 12px;
    }

    .ttp__hero {
        border-radius: 12px;
    }

    .ttp__breadcrumbs {
        flex-wrap: wrap;
    }

    .ttp__title {
        font-size: 24px;
    }

    .ttp__favorite {
        position: static;
        align-self: flex-end;
    }

    .ttp__actions {
        flex-wrap: wrap;
    }

    .ttp-lightbox {
        padding: 14px;
    }

    .ttp-lightbox__dialog {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        min-height: calc(100vh - 28px);
    }

    .ttp-lightbox__image {
        max-height: calc(100vh - 112px);
    }

    .ttp-lightbox__close {
        width: 40px;
        height: 40px;
    }

    .ttp-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 38px;
    }

    .ttp__gallery {
        gap: 8px;
        padding-bottom: 4px;
    }

    .ttp__gallery button {
        flex-basis: 90px;
    }

    .ttp__tabs {
        margin-top: 56px;
    }

    .ttp__tablist {
        flex-direction: column;
    }

    .ttp__tablist button {
        flex-basis: auto;
        width: 100%;
    }

    .ttp__attrs div {
        grid-template-columns: 1fr;
        gap: 4px;
        padding-block: 12px;
    }

    .tps__form {
        height: 56px;
        border-radius: 13px;
    }

    .tps__button {
        flex-basis: 58px;
        width: 58px;
        height: 56px;
    }

    .tps__button span {
        width: 29px;
        height: 29px;
        border-width: 3px;
    }

    .tps__input,
    .woocommerce .tps .tps__input,
    .woocommerce-page .tps .tps__input {
        height: 56px;
        padding-right: 18px;
        font-size: 18px;
        line-height: 56px;
    }
}

.tcx,
.tcx * {
    box-sizing: border-box;
}

.tcx {
    --tcx-blue: #2563eb;
    --tcx-ink: #55565a;
    --tcx-muted: #8a8f98;
    --tcx-line: #eeeeee;
    --tcx-field: #e8e8e8;
    --tcx-card: #ffffff;
    direction: rtl;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 80px 18px 120px;
    color: var(--tcx-ink);
}

.tcx__notice {
    max-width: 900px;
    margin: 80px auto;
    padding: 24px 28px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
    text-align: center;
}

.tcx__form {
    margin: 0;
}

.tcx__grid {
    display: grid;
    grid-template-columns: minmax(360px, 480px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    direction: ltr;
    width: min(1464px, 100%);
    max-width: 100%;
    margin: 0 auto;
}

.tcx__summary,
.tcx__details {
    direction: rtl;
    min-width: 0;
}

.tcx__summary {
    order: 1;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 100%;
}

.tcx__details {
    order: 2;
    grid-column: 2;
    grid-row: 1;
}

.tcx__card,
.tcx__summary-card {
    background: var(--tcx-card);
    border-radius: 28px;
    box-shadow: 0 22px 52px rgba(15, 23, 42, .07);
}

.tcx__card {
    margin-right: 0;
    padding: 44px 48px 58px;
}

.tcx__payment-card {
    order: 3;
    grid-column: 2;
    grid-row: 2;
    padding-top: 34px;
    padding-bottom: 34px;
}

.tcx__summary-card {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    width: 480px;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin-right: 0;
    padding: 38px 36px 34px;
}

.tcx__title,
.tcx__summary-title,
.tcx__section-title {
    margin: 0;
    color: #55565a;
    font-weight: 900;
    letter-spacing: 0;
}

.tcx__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
}

.tcx__title br,
.tcx__section-title br {
    display: none;
}

.tcx__summary-title {
    padding-bottom: 18px;
    border-bottom: 2px solid var(--tcx-line);
    font-size: 20px;
    line-height: 1.5;
    text-align: right;
}

.tcx__title-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
}

.tcx__summary-title-icon {
    display: none;
}

.tcx__fields {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px 18px;
}

.tcx__field {
    margin: 0 !important;
    padding: 0 !important;
}

.tcx__field--half {
    grid-column: span 3;
}

.tcx__field--third {
    grid-column: span 2;
}

.tcx__field--full {
    grid-column: 1 / -1;
}

.tcx__field label {
    display: block;
    margin: 0 0 8px;
    color: #424348;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.tcx__field label .required {
    color: #dc2626;
    text-decoration: none;
}

.tcx__input,
.tcx__field input.input-text,
.tcx__field textarea,
.tcx__field select,
.tcx__field .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 58px;
    border: 2px solid var(--tcx-field);
    border-radius: 9px;
    background: #fff;
    color: #34363b;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 18px;
    box-shadow: none;
    outline: none;
}

.tcx__field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #7b8089 50%), linear-gradient(135deg, #7b8089 50%, transparent 50%);
    background-position: left 22px center, left 15px center;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    padding-left: 42px;
}

.tcx__field .select2-container {
    display: block;
    width: 100% !important;
    direction: rtl;
}

.tcx__field .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.tcx__field .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 0;
    color: #34363b;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
}

.tcx__field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: auto;
    left: 18px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}

.tcx__field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #7b8089 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin: 0;
    transform: translate(-50%, -20%);
}

.tcx__field textarea {
    min-height: 58px;
    padding-top: 14px;
    resize: vertical;
}

.tcx__input:focus,
.tcx__field input.input-text:focus,
.tcx__field textarea:focus,
.tcx__field select:focus,
.tcx__field .select2-container--default.select2-container--focus .select2-selection--single,
.tcx__field .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #cdd8f8;
    box-shadow: none;
}

.tcx__field .woocommerce-input-wrapper {
    display: block;
}

.tcx__section {
    margin-top: 44px;
    padding-top: 34px;
    border-top: 2px solid var(--tcx-line);
}

.tcx__section--summary {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid #e6edf7;
    border-radius: 16px;
    background: #fbfdff;
}

.tcx__section-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.5;
}

.tcx__summary-card .tcx__section-title {
    font-size: 17px;
    margin-bottom: 16px;
}

.tcx__summary-card .tcx__title-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
}

.tcx__summary-card .tcx__radio,
.tcx__summary-card .tcx__payment .wc_payment_method {
    align-items: flex-start;
    min-height: 38px;
}

.tcx__radios {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcx__radio,
.tcx__payment .wc_payment_method {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 30px;
    color: #66676b;
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
}

.tcx__radio input,
.tcx__payment .wc_payment_method input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tcx__radio > span,
.tcx__payment .wc_payment_method label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: 3px solid #8b8f96;
    border-radius: 50%;
    background: #fff;
}

.tcx__radio input:checked + span,
.tcx__payment .wc_payment_method input:checked + label::before {
    border: 6px solid var(--tcx-blue);
}

.tcx__radio b,
.tcx__payment .wc_payment_method label {
    display: block;
    min-width: 0;
    margin: 0;
    color: #66676b;
    font: inherit;
    font-weight: 500;
    text-align: right;
    overflow-wrap: anywhere;
}

.tcx__radio b span,
.tcx__radio b .amount {
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
}

.tcx__payment .wc_payment_method label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tcx__payment .payment_box {
    grid-column: 1 / -1;
    max-width: 100%;
    margin: 8px 36px 0 0;
    color: var(--tcx-muted);
    font-size: 14px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.tcx__muted {
    margin: 0;
    color: var(--tcx-muted);
    font-size: 15px;
}

.tcx__totals {
    display: grid;
}

.tcx__total-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: start;
    min-height: 64px;
    padding: 18px 0;
    border-bottom: 2px solid var(--tcx-line);
    color: #55565a;
    font-size: 20px;
    line-height: 1.7;
}

.tcx__total-row strong {
    font-size: 21px;
    font-weight: 900;
}

.tcx__total-row span {
    direction: rtl;
    text-align: left;
}

.tcx__total-row--discount strong,
.tcx__total-row--discount span {
    color: var(--tcx-blue);
}

.tcx__total-row--payable {
    border-bottom: 0;
}

.tcx__terms {
    margin: 22px 0 20px;
    color: #55565a;
    font-size: 14px;
    line-height: 2;
    text-align: right;
}

.tcx__terms a {
    color: var(--tcx-blue);
    text-decoration: none;
}

.tcx__pay-button,
.tcx #place_order {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 74px;
    border: 0 !important;
    border-radius: 18px !important;
    background: var(--tcx-blue) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none !important;
}

.tcx__pay-button.is-loading,
.tcx #place_order.is-loading {
    opacity: .78;
    cursor: wait;
    pointer-events: none;
}

.tcx__mobile-pay {
    display: none;
}

.tcx__desktop-pay {
    display: block;
}

.tcx .woocommerce-NoticeGroup,
.tcx .woocommerce-error,
.tcx .woocommerce-message,
.tcx .woocommerce-info {
    grid-column: 1 / -1;
    border-radius: 12px;
    font-family: inherit;
}

.tcx .blockUI.blockOverlay {
    border-radius: inherit;
}

body .select2-container--open .select2-dropdown {
    border: 2px solid #cdd8f8;
    border-radius: 9px;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
    direction: rtl;
}

body .select2-results__option {
    margin: 0;
    padding: 10px 14px;
    text-align: right;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #2563eb;
}

.woocommerce-order {
    width: min(1120px, calc(100% - 24px));
    margin: 40px auto 80px;
    padding: clamp(22px, 4vw, 42px);
    border: 1px solid #e3ebf7;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #172033;
    direction: rtl;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.woocommerce-order .woocommerce-notice--success,
.woocommerce-order > p:first-child {
    margin: 0 0 22px;
    padding: 18px 20px;
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    background: #f0fdf4;
    color: #047857;
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 900;
    line-height: 1.8;
}

.woocommerce-order ul.order_details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
}

.woocommerce-order ul.order_details li {
    float: none;
    margin: 0;
    padding: 16px;
    border: 1px solid #e3ebf7;
    border-radius: 14px;
    background: #fff;
    color: #64748b;
    font-size: 12px;
    line-height: 1.8;
}

.woocommerce-order ul.order_details li strong {
    display: block;
    margin-top: 5px;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
}

.woocommerce-order table.shop_table {
    overflow: hidden;
    border: 1px solid #e3ebf7 !important;
    border-radius: 16px;
    border-collapse: separate !important;
}

@media (max-width: 1100px) {
    .tcx__grid {
        grid-template-columns: 1fr;
        width: min(760px, 100%);
        gap: 18px;
    }

    .tcx__details {
        order: 1;
        grid-column: 1;
        grid-row: auto;
    }

    .tcx__summary {
        order: 2;
        grid-column: 1;
        grid-row: auto;
    }

    .tcx__payment-card {
        order: 3;
        grid-column: 1;
        grid-row: auto;
    }

    .tcx__summary-card {
        position: static;
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .tcx__card {
        margin-right: 0;
    }
}

@media (max-width: 720px) {
    .tcx {
        padding: 22px 0 42px;
    }

    .tcx__grid {
        width: 100%;
        gap: 14px;
        justify-items: center;
    }

    .tcx__details,
    .tcx__summary,
    .tcx__payment-card {
        width: 95%;
        max-width: 95%;
        justify-self: center;
    }

    .tcx__summary-card,
    .tcx__details > .tcx__card,
    .tcx__payment-card {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .tcx__card,
    .tcx__summary-card {
        border-radius: 18px;
        padding: 18px 14px;
        box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
    }

    .tcx__title,
    .tcx__summary-title,
    .tcx__section-title {
        font-size: 19px;
    }

    .tcx__title,
    .tcx__section-title {
        justify-content: flex-end;
        flex-direction: row-reverse;
        margin-bottom: 18px;
        text-align: right;
    }

    .tcx__summary-title {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        gap: 12px;
        padding-bottom: 14px;
        text-align: right;
    }

    .tcx__summary-title-icon {
        display: inline-block;
    }

    .tcx__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
    }

    .tcx__field--full {
        grid-column: 1 / -1;
    }

    .tcx__field--half,
    .tcx__field--third {
        grid-column: span 1;
    }

    .tcx__field label,
    .tcx__radio,
    .tcx__payment .wc_payment_method {
        font-size: 14px;
    }

    .tcx__summary-card .tcx__radio,
    .tcx__payment .wc_payment_method {
        align-items: flex-start;
        gap: 10px;
        min-width: 0;
    }

    .tcx__radio > span,
    .tcx__payment .wc_payment_method label::before {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        border-width: 3px;
    }

    .tcx__payment .wc_payment_method {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }

    .tcx__payment .wc_payment_method label {
        display: flex;
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        line-height: 1.8;
        text-align: right;
    }

    .tcx__payment .wc_payment_method label img {
        max-width: 70px;
        height: auto;
        flex: 0 0 auto;
    }

    .tcx__payment .payment_box {
        width: 100%;
        margin: 0;
        padding: 10px 12px;
        border-radius: 12px;
        background: #f8fbff;
        font-size: 13px;
        line-height: 1.9;
        text-align: right;
    }

    .tcx__payment .payment_box p {
        margin: 0;
    }

    .tcx__desktop-pay {
        display: none;
    }

    .tcx__mobile-pay {
        display: block;
    }

    .tcx__total-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        font-size: 16px;
    }

    .tcx__total-row strong {
        font-size: 17px;
    }

    .tcx__pay-button,
    .tcx #place_order {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        padding: 12px 16px !important;
        border-radius: 12px !important;
        font-size: 20px;
        white-space: normal;
        overflow: visible;
    }
}

@media (max-width: 420px) {
    .tcx {
        padding-inline: 0;
    }

    .tcx__card,
    .tcx__summary-card {
        padding: 16px 12px;
    }

    .tcx__fields {
        gap: 14px 10px;
    }

    .tcx__input,
    .tcx__field input.input-text,
    .tcx__field textarea,
    .tcx__field select,
    .tcx__field .select2-container--default .select2-selection--single {
        min-height: 52px;
        padding-inline: 10px;
        font-size: 14px;
    }

    .tcx__field label {
        font-size: 13px;
    }

    .tcx__total-row,
    .tcx__radio,
    .tcx__payment .wc_payment_method {
        font-size: 14px;
    }

    .tcx__total-row strong {
        font-size: 15px;
    }
}

.tcx {
    --tcx-blue: #2f6df6;
    --tcx-ink: #4f4f4f;
    --tcx-muted: #5a5a5a;
    --tcx-line: #f0f0f0;
    --tcx-field: #d9d9d9;
    width: min(100% - 32px, 1180px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 0 32px;
    color: var(--tcx-ink);
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
}

.tcx__form {
    width: 100%;
}

.tcx__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.25fr);
    gap: 30px;
    align-items: start;
    direction: rtl;
    width: 100%;
    max-width: none;
}

.tcx__details {
    grid-column: 1;
    grid-row: 1;
    order: 1;
}

.tcx__summary {
    grid-column: 2;
    grid-row: 1;
    order: 2;
    height: auto;
}

.tcx__card,
.tcx__summary-card {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 6.85px 64.22px -22.26px #5e5e5e40;
}

.tcx__card {
    padding: 30px;
}

.tcx__summary-card {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 30px;
}

.tcx__payment-card,
.tcx__mobile-pay,
.tcx__desktop-pay {
    display: none;
}

.tcx__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    margin: 0;
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.tcx__summary-title {
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--tcx-line);
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}

.tcx__title-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.tcx__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.tcx__field--half,
.tcx__field--third {
    grid-column: span 1;
}

.tcx__field--full,
.tcx__divider,
.tcx__section--shipping {
    grid-column: 1 / -1;
}

.tcx__field label {
    margin: 0 0 8px;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.tcx__field label .required {
    color: #e60023;
}

.tcx__input,
.tcx__field input.input-text,
.tcx__field textarea,
.tcx__field select,
.tcx__field .select2-container--default .select2-selection--single {
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--tcx-field);
    border-radius: 12px;
    background: #fff;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.6;
}

.tcx__field textarea {
    min-height: 48px;
    padding-top: 10px;
}

.tcx__input:focus,
.tcx__field input.input-text:focus,
.tcx__field textarea:focus,
.tcx__field select:focus,
.tcx__field .select2-container--default.select2-container--focus .select2-selection--single,
.tcx__field .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #4f4f4f;
    box-shadow: none;
}

.tcx__divider {
    width: 100%;
    height: 1px;
    margin: 6px 0;
    border: 0;
    background: var(--tcx-line);
}

.tcx__section {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.tcx__section-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.tcx__section-title .tcx__title-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
}

.tcx__shipping-methods {
    margin-top: 10px;
}

.tcx__radios {
    display: grid;
    gap: 10px;
}

.tcx__radio,
.tcx__payment .wc_payment_method {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 16px;
    min-height: 0;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.tcx__radio input,
.tcx__payment .wc_payment_method input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tcx__radio > span,
.tcx__payment .wc_payment_method label::before {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: 2px solid #8f8f8f;
    border-radius: 50%;
    background: #fff;
}

.tcx__radio > span::after,
.tcx__payment .wc_payment_method label::before {
    content: "";
}

.tcx__radio input:checked + span,
.tcx__payment .wc_payment_method input:checked + label::before {
    border: 6px solid var(--tcx-blue);
}

.tcx__radio b,
.tcx__payment .wc_payment_method label {
    flex: 1;
    color: #6d6d6d;
    font: inherit;
    font-weight: 400;
    text-align: right;
}

.tcx__totals {
    display: grid;
    margin-top: 0;
}

.tcx__total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 0;
    padding: 18px 0;
    border-bottom: 1px solid var(--tcx-line);
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.tcx__total-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tcx__total-row strong {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
}

.tcx__total-row span {
    color: inherit;
    font-weight: 400;
    text-align: left;
}

.tcx__total-row--discount strong,
.tcx__total-row--discount span {
    color: var(--tcx-blue);
}

.tcx__payment-inline {
    margin-top: 18px;
}

.tcx__payment .tcx__radios {
    gap: 10px;
}

.tcx__payment .wc_payment_method {
    flex-wrap: wrap;
    align-items: flex-start;
    color: #5a5a5a;
    font-weight: 700;
}

.tcx__payment .wc_payment_method label {
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #5a5a5a;
    font-weight: 700;
}

.tcx__payment .wc_payment_method label img {
    max-width: 64px;
    max-height: 26px;
    object-fit: contain;
}

.tcx__payment .payment_box {
    flex: 0 0 100%;
    margin: 4px 40px 0 0;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.8;
}

.tcx__terms {
    margin: 18px 0;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.8;
}

.tcx__terms a {
    color: var(--tcx-blue);
    font-weight: 700;
}

.tcx__pay-button,
.tcx #place_order {
    min-height: 72px;
    border: 0 !important;
    border-radius: 24px !important;
    background: var(--tcx-blue) !important;
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
}

.tcx__muted {
    margin: 0;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .tcx {
        width: min(100% - 24px, 1180px);
        padding: 40px 0 24px;
    }

    .tcx__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        width: 100%;
    }

    .tcx__details,
    .tcx__summary {
        grid-column: 1;
        width: 100%;
        max-width: 100%;
    }

    .tcx__summary {
        grid-row: 2;
    }

    .tcx__card {
        padding: 30px;
    }

    .tcx__summary-card {
        padding: 20px;
    }

    .tcx__fields {
        grid-template-columns: 1fr;
    }

    .tcx__field--half,
    .tcx__field--third {
        grid-column: 1 / -1;
    }

    .tcx__radio,
    .tcx__payment .wc_payment_method {
        font-size: 15px;
    }

    .tcx__pay-button,
    .tcx #place_order {
        min-height: 60px;
        font-size: 24px;
    }
}

.tnt-cart-modal,
.tnt-cart-modal * {
    box-sizing: border-box;
}

.tnt-cart-modal {
    --tnt-cart-blue: #2563eb;
    --tnt-cart-green: #22c55e;
    --tnt-cart-ink: #172033;
    --tnt-cart-muted: #737b8c;
    --tnt-cart-line: #e7eaf0;
    --tnt-cart-soft: #f6f8fb;
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    justify-items: end;
    pointer-events: none;
    direction: rtl;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
}

.tnt-cart-modal-lock {
    overflow: hidden;
}

.tnt-cart-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 18, 31, .52);
    opacity: 0;
    backdrop-filter: blur(6px);
    transition: opacity .24s ease;
}

.tnt-cart-modal__panel {
    position: relative;
    width: min(440px, calc(100vw - 18px));
    height: calc(100vh - 18px);
    margin: 9px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(15, 23, 42, .28);
    color: var(--tnt-cart-ink);
    transform: translateX(28px) scale(.98);
    opacity: 0;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
}

.tnt-cart-modal.is-open {
    pointer-events: auto;
}

.tnt-cart-modal.is-open .tnt-cart-modal__backdrop,
.tnt-cart-modal.is-open .tnt-cart-modal__panel {
    opacity: 1;
}

.tnt-cart-modal.is-open .tnt-cart-modal__panel {
    transform: translateX(0) scale(1);
}

.tnt-cart-modal__content {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100%;
    min-height: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.tnt-cart-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 18px;
    border-bottom: 1px solid var(--tnt-cart-line);
}

.tnt-cart-modal__head span {
    display: block;
    margin-bottom: 4px;
    color: var(--tnt-cart-muted);
    font-size: 13px;
    font-weight: 700;
}

.tnt-cart-modal__head h2 {
    margin: 0;
    color: var(--tnt-cart-ink);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0;
}

.tnt-cart-modal__close,
.tnt-cart-modal__remove {
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: var(--tnt-cart-soft);
    color: var(--tnt-cart-ink);
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.tnt-cart-modal__close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
    background: #111827;
    color: #fff;
    font-size: 0;
    line-height: 1;
}

.tnt-cart-modal__close span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: inherit;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-1px);
}

.tnt-cart-modal__close:hover,
.tnt-cart-modal__close:focus,
.tnt-cart-modal__remove:hover,
.tnt-cart-modal__remove:focus {
    background: var(--tnt-cart-blue);
    color: #fff;
    outline: none;
}

.tnt-cart-modal__items {
    min-height: 0;
    padding: 16px 18px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.tnt-cart-modal__item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: start;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid var(--tnt-cart-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.tnt-cart-modal__thumb {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--tnt-cart-soft);
}

.tnt-cart-modal__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tnt-cart-modal__item-body {
    min-width: 0;
}

.tnt-cart-modal__name {
    display: block;
    margin: 2px 0 10px;
    color: var(--tnt-cart-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.tnt-cart-modal__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--tnt-cart-muted);
    font-size: 13px;
}

.tnt-cart-modal__qty,
.tnt-cart-page__qty {
    display: grid;
    grid-template-columns: 28px 42px 28px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--tnt-cart-line);
    border-radius: 10px;
    background: #fff;
    direction: ltr;
}

.tnt-cart-modal__qty button,
.tnt-cart-modal__qty input,
.tnt-cart-page__qty button,
.tnt-cart-page__qty input {
    display: grid;
    place-items: center;
    width: 100%;
    height: 30px;
    min-height: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--tnt-cart-ink);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    box-shadow: none;
}

.tnt-cart-modal__qty button,
.tnt-cart-page__qty button {
    cursor: pointer;
}

.tnt-cart-modal__qty button:last-child,
.tnt-cart-page__qty button:last-child {
    background: var(--tnt-cart-blue);
    color: #fff;
}

.tnt-cart-modal__qty input,
.tnt-cart-page__qty input {
    direction: rtl;
    -moz-appearance: textfield;
}

.tnt-cart-modal__qty input::-webkit-outer-spin-button,
.tnt-cart-modal__qty input::-webkit-inner-spin-button,
.tnt-cart-page__qty input::-webkit-outer-spin-button,
.tnt-cart-page__qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.tnt-cart-modal__meta b,
.tnt-cart-modal__meta .amount {
    color: var(--tnt-cart-blue);
    font-weight: 900;
}

.tnt-cart-modal__remove {
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 1;
}

.tnt-cart-modal__empty {
    display: grid;
    place-content: center;
    gap: 8px;
    min-height: 260px;
    padding: 36px 28px;
    color: var(--tnt-cart-muted);
    text-align: center;
}

.tnt-cart-modal__empty strong {
    color: var(--tnt-cart-ink);
    font-size: 20px;
}

.tnt-cart-modal__empty p {
    max-width: 280px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
}

.tnt-cart-modal__foot {
    padding: 18px 22px 22px;
    border-top: 1px solid var(--tnt-cart-line);
    background: rgba(255, 255, 255, .9);
}

.tnt-cart-modal__subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    color: var(--tnt-cart-muted);
    font-size: 14px;
}

.tnt-cart-modal__subtotal strong,
.tnt-cart-modal__subtotal .amount {
    color: var(--tnt-cart-ink);
    font-size: 18px;
    font-weight: 900;
}

.tnt-cart-modal__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tnt-cart-modal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--tnt-cart-blue);
    border-radius: 12px;
    background: var(--tnt-cart-blue);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
}

.tnt-cart-modal__button--ghost {
    background: #fff;
    color: var(--tnt-cart-blue) !important;
}

.tnt-cart-modal.is-updating .tnt-cart-modal__content,
.tnt-cart-page.is-updating .tnt-cart-page__content {
    opacity: .62;
    pointer-events: none;
}

a.is-tantab-cart-open {
    position: relative;
    z-index: 1000000;
    transform: translateY(-1px) scale(1.04);
}

a.is-tantab-cart-open svg {
    filter: drop-shadow(0 8px 14px rgba(37, 99, 235, .32));
}

.tantab-cart-badge-host {
    position: relative;
}

.tantab-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 4;
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(239, 68, 68, .28);
}

.tantab-cart-badge[hidden] {
    display: none;
}

@media (max-width: 560px) {
    .tnt-cart-modal {
        align-items: end;
        justify-items: stretch;
    }

    .tnt-cart-modal__panel {
        width: auto;
        height: min(86vh, 720px);
        margin: 8px;
        border-radius: 20px;
        transform: translateY(28px) scale(.98);
    }

    .tnt-cart-modal.is-open .tnt-cart-modal__panel {
        transform: translateY(0) scale(1);
    }

    .tnt-cart-modal__head {
        padding: 20px 18px 15px;
    }

    .tnt-cart-modal__items {
        padding: 12px;
    }

    .tnt-cart-modal__item {
        grid-template-columns: 70px minmax(0, 1fr) 32px;
        padding: 10px;
    }

    .tnt-cart-modal__thumb {
        width: 70px;
        height: 70px;
    }

    .tnt-cart-modal__actions {
        grid-template-columns: 1fr;
    }
}

.tnt-cart-page,
.tnt-cart-page * {
    box-sizing: border-box;
}

.tnt-cart-page {
    --tnt-cart-blue: #2563eb;
    --tnt-cart-ink: #172033;
    --tnt-cart-muted: #737b8c;
    --tnt-cart-line: #e7eaf0;
    --tnt-cart-soft: #f6f8fb;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 18px 84px;
    color: var(--tnt-cart-ink);
    direction: rtl;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
    background:
        linear-gradient(180deg, #f7fbff 0%, #ffffff 18%, #ffffff 100%);
}

.tnt-cart-page a {
    color: inherit;
    text-decoration: none;
}

.tnt-cart-page__content {
    transition: opacity .18s ease;
}

.tnt-cart-page__content > * + * {
    margin-top: 22px;
}

.tnt-cart-page__hero {
    display: grid;
    gap: 16px;
}

.tnt-cart-page__notice,
.tnt-cart-page__empty {
    padding: 38px 28px;
    border: 1px solid var(--tnt-cart-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
    text-align: center;
}

.tnt-cart-page__empty strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 900;
}

.tnt-cart-page__empty p {
    margin: 0;
    color: var(--tnt-cart-muted);
    font-size: 15px;
    line-height: 2;
}

.tnt-cart-page__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 10px;
    padding: 24px 24px 22px;
    border: 1px solid #e8eef8;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.tnt-cart-page__head span {
    display: block;
    margin-bottom: 6px;
    color: var(--tnt-cart-blue);
    font-size: 14px;
    font-weight: 800;
}

.tnt-cart-page__head h1 {
    margin: 0;
    color: var(--tnt-cart-ink);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: 0;
}

.tnt-cart-page__head p {
    max-width: 620px;
    margin: 10px 0 0;
    color: var(--tnt-cart-muted);
    font-size: 15px;
    line-height: 2;
}

.tnt-cart-page__head > b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--tnt-cart-blue);
    font-size: 14px;
    font-weight: 800;
}

.tnt-cart-page__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tnt-cart-page__stats div {
    display: grid;
    gap: 10px;
    padding: 18px 20px;
    border: 1px solid #e5edf9;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.tnt-cart-page__stats span {
    color: var(--tnt-cart-muted);
    font-size: 13px;
    font-weight: 700;
}

.tnt-cart-page__stats strong {
    color: var(--tnt-cart-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.4;
}

.tnt-cart-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.tnt-cart-page__items {
    display: grid;
    gap: 14px;
}

.tnt-cart-page__item,
.tnt-cart-page__summary {
    border: 1px solid var(--tnt-cart-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.tnt-cart-page__item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto minmax(120px, auto) auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tnt-cart-page__item:hover {
    transform: translateY(-2px);
    border-color: #cfe0ff;
    box-shadow: 0 22px 52px rgba(15, 23, 42, .09);
}

.tnt-cart-page__thumb {
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.tnt-cart-page__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tnt-cart-page__item-main {
    min-width: 0;
}

.tnt-cart-page__name {
    display: block;
    margin-bottom: 8px;
    color: var(--tnt-cart-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.tnt-cart-page__item-main .variation {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    color: var(--tnt-cart-muted);
    font-size: 13px;
    line-height: 1.8;
}

.tnt-cart-page__item-main .variation dt,
.tnt-cart-page__item-main .variation dd,
.tnt-cart-page__item-main .variation p {
    margin: 0;
}

.tnt-cart-page__price,
.tnt-cart-page__price .amount,
.tnt-cart-page__mobile-price,
.tnt-cart-page__mobile-price .amount {
    color: var(--tnt-cart-blue);
    font-size: 16px;
    font-weight: 950;
}

.tnt-cart-page__mobile-price {
    display: none;
}

.tnt-cart-page__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    background: #fff1f2;
    color: #e11d48 !important;
    font-size: 13px;
    font-weight: 900;
}

.tnt-cart-page__summary {
    position: sticky;
    top: 22px;
    padding: 26px;
    border: 1px solid #dfe8f7;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 24px 58px rgba(15, 23, 42, .08);
}

.tnt-cart-page__summary h2 {
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--tnt-cart-line);
    color: var(--tnt-cart-ink);
    font-size: 23px;
    font-weight: 950;
    line-height: 1.45;
    letter-spacing: 0;
}

.tnt-cart-page__totals {
    display: grid;
    gap: 12px;
}

.tnt-cart-page__totals div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--tnt-cart-muted);
    font-size: 14px;
}

.tnt-cart-page__totals b,
.tnt-cart-page__totals .amount {
    color: var(--tnt-cart-ink);
    font-weight: 900;
}

.tnt-cart-page__totals .is-total {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--tnt-cart-line);
    color: var(--tnt-cart-ink);
    font-size: 18px;
    font-weight: 950;
}

.tnt-cart-page__totals .is-total b,
.tnt-cart-page__totals .is-total .amount {
    color: var(--tnt-cart-blue);
}

.tnt-cart-page__checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin-top: 22px;
    border-radius: 16px;
    background: var(--tnt-cart-blue);
    color: #fff !important;
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 16px 28px rgba(37, 99, 235, .22);
}

.tnt-cart-page__checkout:hover,
.tnt-cart-page__checkout:focus {
    background: #174fd4;
}

.tnt-cart-page__summary::before {
    content: "";
    display: block;
    height: 5px;
    margin: -26px -26px 18px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, #2563eb 0%, #22c55e 100%);
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 14px 14px 16px;
    border: 1px solid #e4ebf7;
    border-radius: 18px;
    background: #dbeeff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.woocommerce ul.products li.product a {
    display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    position: relative;
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    min-width: 48px;
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: #ff1616;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(255, 22, 22, .28);
}

.woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 0 14px;
    padding: 18px;
    border-radius: 30px;
    background: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 10px;
    color: #101820;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
    text-align: center;
    overflow-wrap: anywhere;
}

.woocommerce ul.products li.product .sku_wrapper,
.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products li.product .product_meta {
    display: block;
    margin: 0 0 10px;
    color: #3e63e8;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 0 0 14px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
}

.woocommerce ul.products li.product .price del {
    color: #8792a3;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce ul.products li.product .price ins {
    color: #2563eb;
    text-decoration: none;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    border: 1px solid #37d18a;
    border-radius: 14px;
    background: #fff;
    color: #22c55e !important;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
    background: #f0fff7;
}

.woocommerce ul.products li.product .button.is-loading,
.woocommerce ul.products li.product .add_to_cart_button.is-loading,
.woocommerce ul.products li.product .button.loading,
.woocommerce ul.products li.product .add_to_cart_button.loading {
    position: relative;
    pointer-events: none;
    color: transparent !important;
}

.woocommerce ul.products li.product .button.is-loading > *,
.woocommerce ul.products li.product .add_to_cart_button.is-loading > *,
.woocommerce ul.products li.product .button.loading > *,
.woocommerce ul.products li.product .add_to_cart_button.loading > * {
    opacity: 0;
}

.woocommerce ul.products li.product .button.is-loading::after,
.woocommerce ul.products li.product .add_to_cart_button.is-loading::after,
.woocommerce ul.products li.product .button.loading::after,
.woocommerce ul.products li.product .add_to_cart_button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 21px;
    margin: -10.5px 0 0 -10.5px;
    border: 3px solid rgba(34, 197, 94, .25);
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: tantab-spin .75s linear infinite;
}

.woocommerce ul.products li.product .button.has-error,
.woocommerce ul.products li.product .add_to_cart_button.has-error {
    border-color: #ef4444;
    color: #ef4444 !important;
}

.woocommerce ul.products li.product .price + .button,
.woocommerce ul.products li.product .price + .add_to_cart_button {
    margin-top: 6px;
}

.woocommerce ul.products li.product .added_to_cart {
    display: none !important;
}

.tantab-loop-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 42px;
    margin-top: 8px;
    border: 1px solid #fecdd3;
    border-radius: 12px;
    background: #fff;
    color: #e11d48;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
}

.tantab-loop-wishlist span {
    font-size: 18px;
    line-height: 1;
}

.tantab-loop-wishlist.is-active {
    background: #fff1f2;
}

.tantab-toast-wrap {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1000001;
    display: grid;
    gap: 10px;
    width: min(360px, calc(100vw - 28px));
    direction: rtl;
    pointer-events: none;
}

.tantab-toast {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid rgba(34, 197, 94, .24);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    color: #172033;
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .18);
    opacity: 0;
    transform: translateY(12px) scale(.98);
    transition: opacity .2s ease, transform .2s ease;
}

.tantab-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.tantab-toast span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #22c55e;
}

.tantab-toast span::before {
    content: "";
    width: 12px;
    height: 7px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg) translate(1px, -1px);
}

.tantab-toast b {
    min-width: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
}

.tantab-toast.is-error {
    border-color: rgba(225, 29, 72, .22);
}

.tantab-toast.is-error span {
    background: #e11d48;
}

.tantab-toast.is-error span::before {
    content: "!";
    width: auto;
    height: auto;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    transform: none;
}

.tna-wishlist {
    display: grid;
    gap: 14px;
}

.tna-wishlist__item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid #e4ebf7;
    border-radius: 16px;
    background: #fff;
}

.tna-wishlist__thumb {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 14px;
    background: #f6f8fb;
}

.tna-wishlist__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tna-wishlist__name {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8;
}

.tna-wishlist__price,
.tna-wishlist__price .amount {
    color: #2563eb;
    font-weight: 900;
}

.tna-wishlist__remove {
    min-height: 40px;
    border: 0;
    border-radius: 12px;
    background: #fff1f2;
    color: #e11d48;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    padding: 0 14px;
}

.elementor-menu-toggle .tantab-cart-badge,
.elementor-nav-menu--dropdown .tantab-cart-badge,
.mobile-menu .tantab-cart-badge {
    display: none !important;
}

@media (max-width: 560px) {
    .tantab-toast-wrap {
        right: 10px;
        bottom: 10px;
        width: calc(100vw - 20px);
    }

    .tna-wishlist__item {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .tna-wishlist__thumb {
        width: 74px;
        height: 74px;
    }

    .tna-wishlist__remove {
        grid-column: 1 / -1;
        width: 100%;
    }
}

.tna,
.tna * {
    box-sizing: border-box;
}

.tna {
    --tna-ink: #111827;
    --tna-muted: #64748b;
    --tna-line: #e2e8f0;
    --tna-blue: #0ea5e9;
    --tna-green: #10b981;
    --tna-red: #f43f5e;
    --tna-bg: #f8fafc;
    --tna-card: #ffffff;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 30px clamp(16px, 3vw, 56px) 72px;
    direction: rtl;
    color: var(--tna-ink);
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
}

.tna a {
    color: inherit !important;
    text-decoration: none;
}

.tna__shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    width: 100%;
}

.tna__topbar,
.tna__content-wrap,
.tna__auth {
    background: var(--tna-card);
    border: 1px solid var(--tna-line);
    border-radius: 24px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .07);
}

.tna__topbar {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    padding: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 15%, rgba(16, 185, 129, .28), transparent 26%),
        radial-gradient(circle at 88% 0%, rgba(14, 165, 233, .36), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #111827 62%, #0b1220 100%);
    border-color: rgba(255, 255, 255, .12);
    color: #fff;
}

.tna__topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 36%, rgba(255, 255, 255, .05));
    pointer-events: none;
}

.tna__profile-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 132px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.tna__avatar-wrap {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(14, 165, 233, .35), rgba(16, 185, 129, .35));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.tna__avatar {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: #0f172a;
    background: #fff;
    font-size: 25px;
    font-weight: 900;
}

.tna__profile-card span,
.tna__hero span,
.tna__welcome span,
.tna__quick-stats span,
.tna__hero-stat span {
    display: block;
    color: var(--tna-muted);
    font-size: 13px;
    line-height: 1.8;
}

.tna__profile-card span {
    color: rgba(255, 255, 255, .68);
}

.tna__profile-card strong {
    display: block;
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.tna__profile-card small {
    display: block;
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.6;
}

.tna__nav {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    gap: 12px;
    min-width: 0;
    min-height: 132px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    overflow: visible;
}

.tna__nav-item {
    position: relative;
    display: grid;
    grid-template-rows: 44px minmax(24px, auto);
    place-items: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 100px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 16px;
    background: rgba(255, 255, 255, .06) !important;
    color: rgba(255, 255, 255, .82) !important;
    cursor: pointer;
    text-align: center;
    font: inherit;
    line-height: 1;
    box-shadow: none;
    overflow: hidden;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tna__nav-item::before {
    content: "";
    position: absolute;
    inset: auto 20px 10px 20px;
    width: auto;
    height: 3px;
    border-radius: 99px;
    background: transparent;
    transition: background .2s ease, transform .2s ease;
}

.tna__nav-item::after {
    display: none;
}

.tna__nav-item:hover,
.tna__nav-item:focus,
.tna__nav-item.is-active {
    background: #fff !important;
    border-color: rgba(255, 255, 255, .55) !important;
    color: #0f172a !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
    outline: none;
}

.tna__nav-item:hover::before,
.tna__nav-item:focus::before,
.tna__nav-item.is-active::before {
    background: linear-gradient(90deg, var(--tna-blue), var(--tna-green));
}

.tna__nav-item--logout:hover,
.tna__nav-item--logout:focus {
    background: #fff !important;
    border-color: rgba(255, 255, 255, .55) !important;
    color: var(--tna-red) !important;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.tna__nav-item--logout:hover::before,
.tna__nav-item--logout:focus::before {
    background: var(--tna-red);
}

.tna__nav-icon {
    display: grid;
    place-items: center;
    order: -1;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
    color: currentColor;
    align-self: center;
    justify-self: center;
}

.tna__nav-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tna__nav-item:hover .tna__nav-icon,
.tna__nav-item:focus .tna__nav-icon,
.tna__nav-item.is-active .tna__nav-icon {
    background: #fff;
    color: var(--tna-blue);
}

.tna__nav-item b {
    flex: 0 1 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 24px;
    font-size: clamp(12px, .9vw, 15px);
    line-height: 1.45;
    font-weight: 900;
    text-align: center;
}

.tna__main {
    min-width: 0;
    width: 100%;
}

.tna__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 150px;
    padding: 26px;
    margin-bottom: 24px;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    color: var(--tna-ink);
    background:
        linear-gradient(135deg, rgba(14, 165, 233, .13), rgba(16, 185, 129, .1)),
        #fff;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .06);
}

.tna__hero span,
.tna__hero-stat span {
    color: var(--tna-muted);
}

.tna__hero h1 {
    margin: 4px 0 0;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 900;
}

.tna__hero-stat {
    min-width: 148px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #0f172a;
    border: 1px solid #1e293b;
    color: #fff;
}

.tna__hero-stat span {
    color: rgba(255, 255, 255, .66);
}

.tna__hero-stat strong {
    display: block;
    margin-top: 4px;
    font-size: 28px;
    line-height: 1.2;
}

.tna__content-wrap {
    position: relative;
    display: flow-root;
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 28px;
    overflow: hidden;
}

.tna__content {
    display: flow-root;
    width: 100%;
    height: auto;
    transition: opacity .2s ease, transform .2s ease;
}

.tna.is-loading .tna__content {
    opacity: .35;
    transform: translateY(4px);
    pointer-events: none;
}

.tna__loader {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 28px;
    height: 28px;
    border: 3px solid #dbe4ff;
    border-top-color: var(--tna-blue);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    animation: tna-spin .8s linear infinite;
}

.tna.is-loading .tna__loader {
    opacity: 1;
}

@keyframes tna-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes tantab-spin {
    to {
        transform: rotate(360deg);
    }
}

.tna__dashboard {
    display: grid;
    width: 100%;
    gap: 18px;
}

.tna__welcome {
    padding: 20px;
    border-radius: 16px;
    background: var(--tna-bg);
}

.tna__welcome h2 {
    margin: 4px 0 8px;
    font-size: 24px;
    line-height: 1.6;
}

.tna__welcome p {
    margin: 0;
    color: var(--tna-muted);
    font-size: 14px;
    line-height: 2;
}

.tna__quick-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.tna__quick-stats div {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--tna-line);
    border-radius: 14px;
    background: #fff;
}

.tna__quick-stats strong {
    display: block;
    overflow-wrap: anywhere;
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.7;
}

.tna__notice {
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 800;
}

.tna .woocommerce-MyAccount-content {
    display: block !important;
    float: none;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tna__panel,
.tna__panel > *,
.tna .woocommerce,
.tna .woocommerce-MyAccount-content > *,
.tna .woocommerce-Addresses,
.tna .woocommerce-address-fields,
.tna .woocommerce-address-fields__field-wrapper,
.tna .woocommerce-EditAccountForm,
.tna form {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    overflow: visible !important;
}

.tna__panel,
.tna .woocommerce-MyAccount-content,
.tna .woocommerce-Addresses,
.tna .woocommerce-address-fields,
.tna .woocommerce-EditAccountForm,
.tna .woocommerce-columns--addresses {
    display: flow-root;
}

.tna .u-columns,
.tna .col2-set,
.tna .woocommerce-Addresses,
.tna .woocommerce-columns--addresses {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100% !important;
}

.tna .woocommerce-Addresses::before,
.tna .woocommerce-Addresses::after,
.tna .col2-set::before,
.tna .col2-set::after,
.tna .u-columns::before,
.tna .u-columns::after {
    display: none !important;
}

.tna .u-column1,
.tna .u-column2,
.tna .col-1,
.tna .col-2,
.tna .woocommerce-Address,
.tna .woocommerce-column {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    min-width: 0 !important;
}

.tna .woocommerce-info,
.tna .woocommerce-message,
.tna .woocommerce-error {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #dbe6ff !important;
    border-top: 1px solid #dbe6ff !important;
    background: #f4f7ff !important;
    color: var(--tna-ink) !important;
    box-shadow: none !important;
}

.tna .woocommerce-info::before,
.tna .woocommerce-message::before,
.tna .woocommerce-error::before {
    color: var(--tna-blue) !important;
}

.tna .woocommerce-error {
    border-color: #ffd7d7 !important;
    background: #fff5f5 !important;
}

.tna .woocommerce-error::before {
    color: var(--tna-red) !important;
}

.tna table.shop_table,
.tna .woocommerce-orders-table {
    width: 100% !important;
    table-layout: auto;
    overflow: hidden;
    border: 1px solid #e5eaf3 !important;
    border-radius: 16px;
    background: #fff !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.tna table.shop_table th,
.tna table.shop_table td,
.tna .woocommerce-orders-table th,
.tna .woocommerce-orders-table td {
    padding: 16px 14px;
    border-color: #e9edf5 !important;
    background: #fff !important;
    color: #253047 !important;
    text-align: right;
    font-size: 14px;
    line-height: 1.8;
}

.tna table.shop_table th,
.tna .woocommerce-orders-table th {
    background: #f5f8fd !important;
    color: #172033 !important;
    font-weight: 900;
}

.tna table.shop_table tr:nth-child(even) td,
.tna .woocommerce-orders-table tr:nth-child(even) td {
    background: #fbfcff !important;
}

.tna .button,
.tna button.button,
.tna input.button,
.tna .woocommerce-button,
.tna a.edit,
.tna .woocommerce-orders-table__cell-order-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 18px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--tna-blue), #1d4ed8) !important;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .2);
}

.tna .button *,
.tna button.button *,
.tna input.button *,
.tna .woocommerce-button *,
.tna a.edit *,
.tna .woocommerce-orders-table__cell-order-actions a * {
    color: #fff !important;
}

.tna .button:hover,
.tna button.button:hover,
.tna input.button:hover,
.tna .woocommerce-button:hover,
.tna a.edit:hover,
.tna .woocommerce-orders-table__cell-order-actions a:hover {
    background: linear-gradient(135deg, #1d4ed8, #123fba) !important;
    color: #fff !important;
}

.tna .woocommerce-orders-table__cell-order-number a,
.tna .woocommerce-Address-title a {
    color: var(--tna-blue) !important;
    font-weight: 900;
}

.tna mark,
.tna .order-status {
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef4ff !important;
    color: var(--tna-blue) !important;
    font-weight: 900;
}

.tna address {
    min-height: 150px;
    padding: 18px;
    border: 1px solid var(--tna-line);
    border-radius: 14px;
    background: var(--tna-bg);
    color: var(--tna-muted);
    font-style: normal;
    line-height: 2;
}

.tna .woocommerce-customer-details address,
.tna .woocommerce-column address {
    width: 100%;
    margin: 0;
}

.tna .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.tna .woocommerce-Address-title h2,
.tna .woocommerce-Address-title h3 {
    margin: 0;
    color: var(--tna-ink);
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.7;
    font-weight: 900;
}

.tna .woocommerce-Address,
.tna .woocommerce-column {
    padding: 22px;
    border: 1px solid #e5eaf3;
    border-radius: 18px;
    background: #fbfcff;
}

.tna .woocommerce-address-fields,
.tna .woocommerce-EditAccountForm {
    padding-bottom: 1px;
}

.tna form .form-row {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
}

.tna form label {
    display: block;
    margin-bottom: 7px;
    color: var(--tna-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.tna form input.input-text,
.tna form textarea,
.tna form select,
.tna form .select2-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.tna form input.input-text,
.tna form textarea,
.tna form select {
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--tna-line);
    border-radius: 12px;
    background: #fff;
    color: var(--tna-ink);
    font: inherit;
    outline: none;
}

.tna form fieldset {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0;
    padding: 18px;
    border: 1px solid var(--tna-line);
    border-radius: 14px;
}

.tna form fieldset legend {
    padding: 0 8px;
    color: var(--tna-ink);
    font-weight: 900;
}

.tna .woocommerce-EditAccountForm::after,
.tna .woocommerce-address-fields::after,
.tna .woocommerce-address-fields__field-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.tna-modal-lock {
    overflow: hidden;
}

.tna-order-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.tna-address-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.tna-address-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.tna-address-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .58);
    backdrop-filter: blur(6px);
}

.tna-address-modal__panel {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(88vh, 860px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e5eaf3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .28);
}

.tna-address-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid #e9edf5;
    background: linear-gradient(135deg, #f4f8ff, #eefdf7);
}

.tna-address-modal__head span {
    display: block;
    color: var(--tna-muted);
    font-size: 13px;
    line-height: 1.8;
}

.tna-address-modal__head h2 {
    margin: 0;
    color: var(--tna-ink);
    font-size: 22px;
    line-height: 1.5;
}

.tna-address-modal__close {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: var(--tna-ink);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08);
}

.tna-address-modal__body {
    min-height: 260px;
    overflow: auto;
    padding: 22px;
}

.tna-address-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tna-address-form__fields .form-row-wide,
.tna-address-form__fields #billing_address_1_field,
.tna-address-form__fields #shipping_address_1_field,
.tna-address-form__fields #billing_address_2_field,
.tna-address-form__fields #shipping_address_2_field {
    grid-column: 1 / -1;
}

.tna-address-form__notice {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #eefdf7;
    color: #047857;
    font-weight: 800;
    line-height: 1.8;
}

.tna-address-form__submit {
    width: 100%;
    margin-top: 16px;
}

.tna-address-modal.is-loading .tna-address-modal__body {
    opacity: .55;
    pointer-events: none;
}

.tna-order-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.tna-order-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .58);
    backdrop-filter: blur(6px);
}

.tna-order-modal__panel {
    position: relative;
    z-index: 1;
    width: min(1040px, 100%);
    max-height: min(86vh, 920px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e5eaf3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .28);
}

.tna-order-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid #e9edf5;
    background: linear-gradient(135deg, #f4f8ff, #eefdf7);
}

.tna-order-modal__head span {
    display: block;
    color: var(--tna-muted);
    font-size: 13px;
    line-height: 1.8;
}

.tna-order-modal__head h2 {
    margin: 0;
    color: var(--tna-ink);
    font-size: 22px;
    line-height: 1.5;
}

.tna-order-modal__close {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: var(--tna-ink);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08);
}

.tna-order-modal__body {
    min-height: 220px;
    overflow: auto;
    padding: 22px;
}

.tna-order-view,
.tna-order-view > * {
    width: 100%;
    max-width: none;
}

.tpr,
.tpr * {
    box-sizing: border-box;
}

.tpr {
    --tpr-ink: #111827;
    --tpr-muted: #64748b;
    --tpr-line: #e2e8f0;
    --tpr-blue: #0ea5e9;
    --tpr-green: #10b981;
    --tpr-red: #f43f5e;
    --tpr-amber: #f59e0b;
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 30px clamp(16px, 3vw, 56px) 72px;
    direction: rtl;
    color: var(--tpr-ink);
    font-family: Peyda, Pida, "PeydaWeb", "IRANSans", Tahoma, Arial, sans-serif;
}

.tpr a {
    color: inherit !important;
    text-decoration: none;
}

.tpr__hero,
.tpr__card {
    background: #fff;
    border: 1px solid var(--tpr-line);
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .07);
}

.tpr__hero {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(14, 165, 233, .12), rgba(16, 185, 129, .1)), #fff;
}

.tpr__status-icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 20px;
    background: var(--tpr-amber);
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.tpr.is-success .tpr__status-icon {
    background: var(--tpr-green);
}

.tpr.is-failed .tpr__status-icon {
    background: var(--tpr-red);
}

.tpr__hero-copy {
    min-width: 0;
}

.tpr__hero-copy span {
    display: block;
    color: var(--tpr-muted);
    font-size: 13px;
    line-height: 1.8;
}

.tpr__hero-copy h1 {
    margin: 4px 0 8px;
    color: var(--tpr-ink);
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 900;
}

.tpr__hero-copy p {
    margin: 0;
    color: var(--tpr-muted);
    font-size: 15px;
    line-height: 2;
}

.tpr__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    align-items: start;
}

.tpr__main,
.tpr__side {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.tpr__card {
    padding: 22px;
    overflow: hidden;
}

.tpr__card h2 {
    margin: 0 0 16px;
    color: var(--tpr-ink);
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 900;
}

.tpr__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.tpr__facts--stacked {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
}

.tpr__facts div {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--tpr-line);
    border-radius: 14px;
    background: #f8fafc;
}

.tpr__facts span {
    display: block;
    color: var(--tpr-muted);
    font-size: 12px;
    line-height: 1.8;
}

.tpr__facts strong {
    display: block;
    overflow-wrap: anywhere;
    margin-top: 4px;
    color: var(--tpr-ink);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 900;
}

.tpr__address {
    padding: 16px;
    border: 1px solid var(--tpr-line);
    border-radius: 14px;
    background: #f8fafc;
    color: var(--tpr-muted);
    line-height: 2;
}

.tpr__items {
    display: grid;
    gap: 12px;
}

.tpr__item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--tpr-line);
    border-radius: 14px;
    background: #f8fafc;
}

.tpr__item-thumb {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.tpr__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpr__item-main {
    min-width: 0;
}

.tpr__item-main strong,
.tpr__item b {
    display: block;
    color: var(--tpr-ink);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 900;
}

.tpr__item-main span {
    display: block;
    color: var(--tpr-muted);
    font-size: 13px;
    line-height: 1.8;
}

.tpr__item b {
    white-space: nowrap;
}

.tpr__actions {
    display: grid;
    gap: 10px;
}

.tpr__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tpr-blue), #1d4ed8);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .2);
}

.tpr__button--ghost {
    border: 1px solid var(--tpr-line);
    background: #fff;
    color: var(--tpr-ink) !important;
    box-shadow: none;
}

.tpr__notice {
    width: min(920px, calc(100vw - 32px));
    margin: 32px auto;
    padding: 16px 18px;
    border: 1px solid #fed7aa;
    border-radius: 14px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 800;
    line-height: 1.9;
}

.tpr .woocommerce-order-details {
    margin: 0;
}

.tpr table.shop_table {
    width: 100% !important;
    table-layout: auto;
    overflow: hidden;
    border: 1px solid var(--tpr-line) !important;
    border-radius: 16px;
    background: #fff !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.tpr table.shop_table th,
.tpr table.shop_table td {
    padding: 14px;
    border-color: #e9edf5 !important;
    background: #fff !important;
    color: #253047 !important;
    text-align: right;
    font-size: 14px;
    line-height: 1.8;
}

.tpr table.shop_table th {
    background: #f5f8fd !important;
    color: #172033 !important;
    font-weight: 900;
}

@media (max-width: 900px) {
    .tpr__grid,
    .tpr__facts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tpr {
        padding: 18px 12px 48px;
    }

    .tpr__hero {
        align-items: flex-start;
        padding: 18px;
    }

    .tpr__status-icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
        border-radius: 16px;
        font-size: 28px;
    }

    .tpr__card {
        padding: 16px;
        border-radius: 16px;
    }

    .tpr__item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .tpr__item-thumb {
        width: 56px;
        height: 56px;
    }

    .tpr__item b {
        grid-column: 1 / -1;
        white-space: normal;
    }

    .tpr table.shop_table,
    .tpr table.shop_table tbody,
    .tpr table.shop_table tr,
    .tpr table.shop_table td {
        display: block;
        width: 100% !important;
    }

    .tpr table.shop_table thead {
        display: none;
    }

    .tpr table.shop_table tr {
        border-bottom: 1px solid var(--tpr-line);
    }

    .tpr table.shop_table tr:last-child {
        border-bottom: 0;
    }
}

.tna form input.input-text:focus,
.tna form textarea:focus,
.tna form select:focus {
    border-color: var(--tna-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.tna .clear {
    clear: both;
}

.tna__auth {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    overflow: hidden;
}

.tna__auth-copy {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
    color: #fff;
    background: linear-gradient(135deg, #172033, #2563eb);
}

.tna__auth-copy span {
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
}

.tna__auth-copy h1 {
    margin: 10px 0 14px;
    font-size: 34px;
    line-height: 1.5;
}

.tna__auth-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 2;
}

.tna__auth-form {
    min-width: 0;
    padding: 32px;
}

.tna__auth-form .u-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.tna__auth-form .u-column1,
.tna__auth-form .u-column2 {
    float: none;
    width: 100%;
}

@media (max-width: 900px) {
    .tna__shell,
    .tna__auth,
    .tna__topbar {
        grid-template-columns: 1fr;
    }

    .tna__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: auto;
    }

    .tna__quick-stats {
        grid-template-columns: 1fr;
    }

    .tna .u-columns,
    .tna .col2-set,
    .tna .woocommerce-Addresses,
    .tna .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }

    .tna__auth-copy {
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .tna {
        padding: 14px 10px 44px;
        overflow-x: hidden;
    }

    .tna__content-wrap,
    .tna__topbar,
    .tna__auth-form {
        padding: 12px;
        border-radius: 14px;
    }

    .tna__shell {
        gap: 14px;
    }

    .tna__topbar {
        gap: 10px;
    }

    .tna__profile-card,
    .tna__hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .tna__profile-card {
        min-height: auto;
        padding: 12px;
        gap: 10px;
        border-radius: 14px;
    }

    .tna__avatar-wrap {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
        border-radius: 18px;
    }

    .tna__avatar {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 20px;
    }

    .tna__profile-card strong {
        font-size: 15px;
        line-height: 1.5;
    }

    .tna__profile-card small {
        max-width: 100%;
        font-size: 11px;
    }

    .tna__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 8px;
        border-radius: 14px;
    }

    .tna__nav-item {
        grid-template-columns: 32px minmax(0, 1fr);
        grid-template-rows: 1fr;
        justify-content: stretch;
        min-height: 54px;
        height: 54px;
        padding: 8px 10px;
        border-radius: 12px;
        text-align: right;
        gap: 8px;
        transform: none;
    }

    .tna__nav-item:hover,
    .tna__nav-item:focus,
    .tna__nav-item.is-active {
        transform: none;
        box-shadow: none;
    }

    .tna__nav-item::before {
        inset: auto 12px 7px 12px;
        height: 2px;
    }

    .tna__nav-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        border-radius: 10px;
    }

    .tna__nav-icon svg {
        width: 18px;
        height: 18px;
    }

    .tna__nav-item b {
        justify-content: flex-start;
        text-align: right;
        white-space: normal;
        font-size: 12px;
        line-height: 1.45;
    }

    .tna__hero {
        min-height: auto;
        gap: 12px;
        margin-bottom: 14px;
        padding: 16px;
        border-radius: 14px;
    }

    .tna__hero h1 {
        font-size: 22px;
        line-height: 1.45;
    }

    .tna__hero-stat {
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .tna__hero-stat strong {
        font-size: 24px;
    }

    .tna__welcome {
        padding: 16px;
        border-radius: 12px;
    }

    .tna__welcome h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .tna__quick-stats {
        gap: 10px;
    }

    .tna__quick-stats div,
    .tna .woocommerce-Address,
    .tna .woocommerce-column {
        padding: 14px;
        border-radius: 12px;
    }

    .tna table.shop_table,
    .tna .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tna .woocommerce-orders-table {
        border: 0 !important;
        background: transparent !important;
        white-space: normal;
    }

    .tna .woocommerce-orders-table thead {
        display: none;
    }

    .tna .woocommerce-orders-table tbody,
    .tna .woocommerce-orders-table tr,
    .tna .woocommerce-orders-table td {
        display: block;
        width: 100% !important;
    }

    .tna .woocommerce-orders-table tr {
        margin-bottom: 12px;
        overflow: hidden;
        border: 1px solid #e5eaf3;
        border-radius: 14px;
        background: #fff;
    }

    .tna .woocommerce-orders-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 12px;
        border: 0 !important;
        border-bottom: 1px solid #edf1f7 !important;
        text-align: left;
        white-space: normal;
    }

    .tna .woocommerce-orders-table td:last-child {
        border-bottom: 0 !important;
    }

    .tna .woocommerce-orders-table td::before {
        content: attr(data-title);
        flex: 0 0 auto;
        color: var(--tna-muted);
        font-size: 12px;
        font-weight: 900;
        text-align: right;
    }

    .tna .woocommerce-orders-table__cell-order-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tna .woocommerce-orders-table__cell-order-actions::before {
        align-self: flex-start;
    }

    .tna .woocommerce-orders-table__cell-order-actions a,
    .tna .button,
    .tna button.button,
    .tna input.button,
    .tna .woocommerce-button,
    .tna a.edit {
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
        border-radius: 10px;
        text-align: center;
    }

    .tna .woocommerce-Address-title {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .tna .woocommerce-Address-title h2,
    .tna .woocommerce-Address-title h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .tna address {
        min-height: auto;
        padding: 14px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 1.9;
    }

    .tna form input.input-text,
    .tna form textarea,
    .tna form select {
        min-height: 46px;
        border-radius: 10px;
        font-size: 14px;
    }

    .tna form fieldset {
        padding: 14px;
        border-radius: 12px;
    }

    .tna-order-modal {
        padding: 10px;
    }

    .tna-address-modal {
        padding: 10px;
    }

    .tna-order-modal__panel {
        max-height: 92vh;
        border-radius: 16px;
    }

    .tna-address-modal__panel {
        max-height: 92vh;
        border-radius: 16px;
    }

    .tna-order-modal__head,
    .tna-order-modal__body,
    .tna-address-modal__head,
    .tna-address-modal__body {
        padding: 14px;
    }

    .tna-order-modal__head h2,
    .tna-address-modal__head h2 {
        font-size: 18px;
    }

    .tna-order-modal__close,
    .tna-address-modal__close {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 12px;
    }

    .tna-address-form__fields {
        grid-template-columns: 1fr;
    }

    .tna__auth-copy {
        min-height: auto;
        padding: 26px 20px;
    }

    .tna__auth-copy h1 {
        font-size: 26px;
    }
}

@media (max-width: 380px) {
    .tna {
        padding-right: 8px;
        padding-left: 8px;
    }

    .tna__nav {
        grid-template-columns: 1fr;
    }

    .tna__nav-item {
        height: 52px;
        min-height: 52px;
    }
}

@media (max-width: 980px) {
    .tnt-cart-page__grid {
        grid-template-columns: 1fr;
    }

    .tnt-cart-page__summary {
        position: static;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .tnt-cart-page__stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .tnt-cart-page {
        padding: 22px 12px 60px;
    }

    .tnt-cart-page__head {
        align-items: start;
        flex-direction: column;
        padding: 20px 16px 18px;
        border-radius: 18px;
    }

    .tnt-cart-page__item {
        grid-template-columns: 82px minmax(0, 1fr) auto;
        gap: 12px;
        padding: 12px;
    }

    .tnt-cart-page__thumb {
        width: 82px;
        height: 82px;
    }

    .tnt-cart-page__qty {
        grid-column: 2 / 3;
        width: 108px;
    }

    .tnt-cart-page__price {
        display: none;
    }

    .tnt-cart-page__mobile-price {
        display: block;
        margin-top: 8px;
    }

    .tnt-cart-page__remove {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        align-self: start;
    }

    .tnt-cart-page__summary {
        padding: 20px;
    }

    .tnt-cart-page__summary::before {
        margin: -20px -20px 16px;
    }

    .tnt-cart-page__stats div {
        padding: 16px 18px;
        border-radius: 14px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .woocommerce ul.products li.product {
        padding: 10px;
        border-radius: 14px;
    }

    .woocommerce ul.products li.product a img {
        padding: 12px;
        border-radius: 22px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px;
        line-height: 1.6;
    }

    .woocommerce ul.products li.product .onsale {
        top: 10px;
        left: 10px;
        min-width: 42px;
        min-height: 28px;
        font-size: 12px;
        line-height: 28px;
    }
}

/* Force same style for cart button in available and unavailable states */
.ttp .ttp__actions .ttp__btn.ttp__btn--cart,
.ttp .ttp__actions a.ttp__btn.ttp__btn--cart,
.ttp .ttp__actions button.ttp__btn.ttp__btn--cart,
.ttp .ttp__actions button.ttp__btn.ttp__btn--cart:disabled,
.ttp .ttp__actions .ttp__btn.ttp__btn--cart.is-disabled,
.woocommerce .ttp .ttp__actions .ttp__btn.ttp__btn--cart,
.woocommerce .ttp .ttp__actions button.ttp__btn.ttp__btn--cart,
.woocommerce .ttp .ttp__actions button.ttp__btn.ttp__btn--cart:disabled {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 220px !important;
    max-width: 100% !important;
    min-height: 48px !important;

    padding: 0 18px !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 8px !important;

    background: var(--ttp-green) !important;
    color: #fff !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none !important;

    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;

    appearance: none !important;
    -webkit-appearance: none !important;
    overflow: hidden !important;
}

/* Center text inside button */
.ttp .ttp__actions .ttp__btn.ttp__btn--cart span,
.ttp .ttp__actions button.ttp__btn.ttp__btn--cart span,
.ttp .ttp__actions button.ttp__btn.ttp__btn--cart:disabled span,
.woocommerce .ttp .ttp__actions .ttp__btn.ttp__btn--cart span,
.woocommerce .ttp .ttp__actions button.ttp__btn.ttp__btn--cart span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #fff !important;
    font: inherit !important;
    line-height: inherit !important;
    text-align: center !important;
}

/* Keep unavailable button visually same but non-clickable */
.ttp .ttp__actions button.ttp__btn.ttp__btn--cart:disabled,
.ttp .ttp__actions .ttp__btn.ttp__btn--cart.is-disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
}
