/* ═══════════════════════════════════════════════════════
   1. GLOBALS — Utility · Form · Phone Input
═══════════════════════════════════════════════════════ */
.is-hidden { display: none !important; }

.tf-btn { justify-content: center; }

.error-msg, .auth-error {
    color: #dc3545;
    display: block;
    min-height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 3px 0 0 6px;
}
.error-msg:empty, .auth-error:empty { visibility: hidden; }

.tf-field.style-1 .tf-input.is-invalid,
.tf-field.style-1 .tf-select.is-invalid { border-color: #dc3545 !important; }

input:invalid { box-shadow: none; }

.iti { width: 100%; }
.iti input[type="tel"],
.iti__tel-input { width: 100% !important; box-sizing: border-box; }
.iti__selected-country,
.iti__flag-container { height: 45px; display: flex; align-items: center; gap: 6px; }
.iti__selected-dial-code {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
}
.iti__selected-country * { visibility: visible !important; opacity: 1 !important; }
.iti--inline-dropdown .iti__dropdown-content { top: calc(100% + 1px) !important; }
.iti__tel-input.is-invalid { border-color: #dc3545 !important; }

/* Register JS validation — has-error tüm inputlarda border kırmızısı */
.tf-field.has-error .tf-input,
.tf-field.has-error .tf-field-input,
.tf-field.has-error input,
.tf-field.has-error .iti input { border-color: #dc3545 !important; }

/* ═══════════════════════════════════════════════════════
   2. ACCOUNT PAGES — Address · Index · Orders
═══════════════════════════════════════════════════════ */

/* ── Account Sidebar (sa-*) ── */
.wrap-sidebar-account {
    position: sticky;
    top: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    overflow: hidden;
}
.sa-user {
    padding: 18px 18px 16px;
    border-bottom: 1px solid #f2f2f2;
    background: #fafafa;
}
.sa-user-name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.sa-user-welcome {
    font-size: 13px;
    color: #636363;
    margin-top: 5px;
    font-weight: 500;
}
.sa-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    list-style: none;
    margin: 0;
    position: static;
}
.sa-nav .sa-nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    min-height: 43px;
    padding: 10px 13px;
    border-radius: 8px;
    border: none;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.3;
    color: #555;
    background: transparent;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: background 0.13s, color 0.13s;
}
.sa-nav .sa-nav-item::before {
    display: none;
}
.sa-nav .sa-nav-item::after { display: none; }
.sa-nav .sa-nav-item:hover {
    background: #f7f7f7;
    color: #111;
}
.sa-nav .sa-nav-item.active {
    background: #fff4f4;
    color: var(--primary, #e53935);
    font-weight: 650;
    border-left: 3px solid var(--primary, #e53935) !important;
}
.sa-nav .sa-nav-item.active .sa-nav-icon {
    color: var(--primary, #e53935);
}
.sa-nav-icon {
    font-size: 20px;
    flex-shrink: 0;
    color: #888;
    transition: color 0.13s;
    line-height: 1;
}
.sa-nav .sa-nav-item:hover .sa-nav-icon {
    color: #666;
}
.sa-nav-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 6px 2px;
}
.sa-nav .sa-nav-logout {
    color: #c0392b;
    margin-top: 2px;
}
.sa-nav .sa-nav-logout .sa-nav-icon {
    color: #e07070;
}
.sa-nav .sa-nav-logout:hover {
    background: #fff5f5;
    color: #a93226;
}

/* ── Sidebar mobil canvas ── */
.canvas-sidebar .canvas-body {
    padding: 0;
}
.canvas-sidebar-account .sa-user {
    padding: 20px 18px 16px;
    margin: 0;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
}
.canvas-sidebar-account .sa-nav {
    padding: 8px 10px 10px;
}
.canvas-sidebar-account .sa-nav .sa-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 8px;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background: transparent;
    position: relative;
    transition: background 0.13s, color 0.13s;
}
.canvas-sidebar-account .sa-nav .sa-nav-item::before { display: none !important; }
.canvas-sidebar-account .sa-nav .sa-nav-item::after { display: none; }
.canvas-sidebar-account .sa-nav .sa-nav-item.active {
    background: #fff4f4;
    color: var(--primary, #e53935);
    font-weight: 600;
    border-left: 3px solid var(--primary, #e53935) !important;
}
.canvas-sidebar-account .sa-nav .sa-nav-item.active .sa-nav-icon {
    color: var(--primary, #e53935);
}
.canvas-sidebar-account .sa-nav .sa-nav-item:hover {
    background: #f7f7f7;
    color: #111;
}
/*---------------------------------------- ACCOUNT ADDRESS ----------------------------------------*/

/* --- Address Card --- */
.card-address {
    display: flex;
    flex-direction: column;
    min-height: 230px; /* kartların eşit görünmesi için */
    padding: 16px;
    border: 1px solid #ddd;
    background: #fff;
}
.card-address:hover {
    border-color: #d0d0d0 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07) !important;
    transform: none !important;
}
.card-address-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.card-address-label {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.01em;
}
.card-address-badges {
    display: flex;
    align-items: center;
    gap: 5px;
}
.card-address-body {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
}
.card-address-body strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 2px;
}
.card-address-body .addr-line {
    display: block;
}
.card-address-foot {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.badge-addr {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}
.badge-addr--default {
    background: #fff3e0;
    color: #e65c00;
    border: 1px solid #ffd1a3;
}
.badge-addr--corporate {
    background: #e8f0fe;
    color: #1a56db;
    border: 1px solid #bfcfff;
}
.badge-addr--personal {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}
.addr-toggle {
    position: relative;
    display: flex;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 4px;
    gap: 4px;
}
.addr-toggle-btn {
    flex: 1;
    border: 0;
    padding: 9px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    border-radius: 8px;
    background: transparent;
    transition: all 0.15s;
}
.addr-toggle-btn.active {
    background: #fff;
    color: #888;
    font-weight: 800;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}
.addr-toggle-indicator {
    display: none;
}
.my-account-content .tf-field.style-1 .tf-input:not(:placeholder-shown)~.tf-field-label,
.my-account-content .tf-field.style-1 .tf-input:focus~.tf-field-label {
    top: 4px;
    left: 18px;
    transform: translateY(0);
    font-size: 12px;
}
.my-account-content .tf-field.style-1 .tf-field-label {
    max-width: calc(100% - 36px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}
.my-account-content.account-edit #permission-channels > div{
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
}

.my-account-content.account-edit .switch{
    position: relative;
    width: 34px;
    height: 20px;
    margin: 0;
}
.my-account-content.account-edit .switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.my-account-content.account-edit .slider{
    position: absolute;
    inset: 0;
    background: #e5e7eb;
    border-radius: 999px;
    transition: 0.18s ease;
    cursor: pointer;
}
.my-account-content.account-edit .slider::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 999px;
    transition: 0.18s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
}
.my-account-content.account-edit .switch input:checked + .slider{
    background: #22c55e;
}
.my-account-content.account-edit .switch input:checked + .slider::before{
    transform: translateX(14px);
}
.my-account-content.account-edit .switch input:focus-visible + .slider{
    box-shadow: 0 0 0 3px rgba(34,197,94,.18);
}


.new-address-modal .tab-pane-g,
.edit-address-modal .tab-pane-g{
    display: none;
}

.new-address-modal .tab-pane-g.show.active,
.edit-address-modal .tab-pane-g.show.active{
    display: block;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* account order  */

/* ── Order accordion header ── */
.order-accordion-btn {
    padding: 12px 16px;
    align-items: center;
}
.order-summary-row {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 64px;
    gap: 0;
}
.order-summary-thumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 230px;
    width: 230px;
    padding-right: 16px;
    overflow: hidden;
}
.order-summary-thumbs .myimg-product {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #f8f8f8;
}
.order-thumb-more {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #777;
}
.order-summary-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    flex: 1;
    border-left: 1px solid #ebebeb;
    overflow: hidden;
}
.order-meta-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 18px;
    border-right: 1px solid #ebebeb;
    overflow: hidden;
}
.order-meta-item:last-child {
    border-right: none;
}
.order-meta-label {
    font-size: 10.5px;
    color: #b0b0b0;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}
.order-meta-value {
    font-size: 13.5px;
    color: #1a1a1a;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Status badges */
.order-status-badge {
    display: inline-block;
    width: fit-content;
    font-size: 11.5px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    line-height: 1.5;
    white-space: nowrap;
}
.status-pending    { background: #fff8e1; color: #b8860b; }
.status-processing { background: #e3f2fd; color: #1565c0; }
.status-shipped    { background: #e8f5e9; color: #2e7d32; }
.status-delivered  { background: #e8f5e9; color: #1b5e20; }
.status-cancelled  { background: #fce4ec; color: #c62828; }
.status-refunded   { background: #f3e5f5; color: #6a1b9a; }

/* ── Mobil ── */
@media (max-width: 576px) {
    .order-accordion-btn {
        padding: 12px;
    }
    .order-summary-row {
        align-items: center;
        gap: 12px;
    }
    /* Mobilde görseller bloğu: sadece 1 görsel, sabit kare */
    .order-summary-thumbs {
        flex: 0 0 56px;
        width: 56px;
        padding-right: 0;
        flex-direction: column;
        gap: 4px;
        overflow: visible;
    }
    .order-summary-thumbs .myimg-product {
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
    }
    /* 2. ve 3. görseli mobilde gizle */
    .order-summary-thumbs .myimg-product:nth-child(n+2) {
        display: none;
    }
    .order-thumb-more {
        flex: none;
        width: 56px;
        height: 18px;
        border-radius: 4px;
        font-size: 11px;
    }
    /* Sağda 2x2 grid: No/Tarih / Tutar/Durum */
    .order-summary-meta {
        border-left: none;
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 6px;
        align-items: start;
        overflow: visible;
    }
    .order-meta-item {
        flex: none;
        width: auto;
        padding: 0;
        border-right: none;
    }
    .order-meta-label { font-size: 10px; }
    .order-meta-value { font-size: 12.5px; white-space: normal; overflow: visible; }
}
/* ──────────────────────────── */
.myimg-product {
    flex: 0 0 60px;
    border-radius: 8px;
    overflow: hidden;
    background: #f6f6f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.myimg-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.my-account-content .my-account-content-title {
    background: #f2f2f2;
    color: #000;
    padding: 0.5rem;
    font-size: 14px;
    font-weight: 500;
}

.wrap-account-order .widget-timeline .timeline > li {
    font-size: 14px;
}

.wrap-account-order .accordion-button:not(.collapsed) {
    background: var(--bs-body-bg);
    box-shadow: none;
}
.wrap-account-order .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.account-order .order-products-scroll {
    max-height: 390px;
    overflow-y: auto;
    padding-right: 6px;
}
.account-order .order-products-scroll::-webkit-scrollbar {
    width: 6px;
}
.account-order .order-products-scroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 6px;
}

#accordionExample:has(.accordion-collapse.show) .accordion-item:has(.accordion-collapse.show) {
    opacity: 1;
}
#accordionExample:has(.accordion-collapse.show) .accordion-item {
    opacity: .5;
    transition: opacity .2s ease;
}
.popup-cancellation .modal-content,
.popup-refund .modal-content,
.popup-refund-detail .modal-content {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.popup-cancellation .cancellation-body,
.popup-refund .refund-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
}
.popup-cancellation .return-panel,
.popup-refund .return-panel {
    flex: 0 0 auto;
    margin-top: 8px;
    background: #fff;
    z-index: 5;
    border-top: 1px solid #eee;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.04);
}
.popup-refund-detail .tf-rte {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
    flex: 1 1 auto;
    min-height: 0;
}
.cancel-ramittance-fields input[type="text"] {
    font-size: 12px;
    line-height: 15px;
    padding: 9px;
}
.refunded-item img {
    filter: grayscale(100%);
    opacity: 0.9;
    transition: 0.2s ease;
}
.refunded-badge, .cancellation-badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #000000;
    border: 1px solid #ffd6d6;
    border-radius: 6px;
    padding: 0 5px;
    white-space: nowrap;
    text-decoration: none;
    transition: border-color .2s, color .2s;
    background: #fff4f4;
}
.product-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #ff8300;
    border: 1px solid #ffe5d6;
    border-radius: 6px;
    padding: 0 5px;
    white-space: nowrap;
    text-decoration: none;
    transition: border-color .2s, color .2s;
    background: #fffaf4;
}

@media (max-width: 767.98px) {
    .wrap-account-order .accordion-button {
        align-items: flex-start;
    }

}
@media (min-width: 768px) and (max-width: 1279px) {
    .order-thumbs .img-product {
        flex: 0 0 30px;
        border-radius: 4px;
    }
}

/* ── Sipariş Detay (od-*) ── */
.od-body {
    padding: 20px 20px 8px;
    background: #f0f0f0;
    border-top: 1px solid #ebebeb;
}

/* Üst satır: ürünler + timeline */
.od-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

/* Alt satır: aynı 2 sütun, hizalı */
.od-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.od-address-panel { grid-column: 1; }
.od-summary-panel  { grid-column: 2; }
.od-summary-total span { display: inline; white-space: nowrap; }

/* Ortak panel kutusu */
.od-panel {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 16px 18px;
}

.od-panel-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #c8c8c8;
    margin-bottom: 14px;
}

/* Ürün satırı */
.od-product-row {
    display: flex;
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}
.od-product-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.od-product-img {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #f8f8f8;
}
.od-product-info {
    flex: 1;
    min-width: 0;
}
.od-product-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.od-product-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}
.od-meta-label {
    font-weight: 600;
    color: #555;
}
.od-product-price {
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

/* Aksiyon butonları */
.od-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f2f2f2;
}
.od-btn {
    flex: 1;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 8px;
}
.od-btn-outline {
    background: transparent !important;
    border: 1px solid #d0d0d0 !important;
    color: #333 !important;
}
.od-btn-outline:hover {
    background: #f5f5f5 !important;
}

/* Timeline küçük ayarlamalar */
.od-timeline-panel .widget-timeline {
    margin: 0;
}
.od-timeline-note {
    font-size: 11.5px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Adres paneli */
.od-address-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.od-address-cols > div {
    padding-right: 20px;
}
.od-address-cols > div + div {
    border-left: 1px solid #f0f0f0;
    padding-left: 20px;
    padding-right: 0;
}
.od-address-section-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}
.od-address-label {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}
.od-address-line {
    font-size: 12.5px;
    color: #444;
    line-height: 1.65;
    word-break: break-word;
}

/* Fiyat özeti */
.od-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.od-summary-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 13px;
    color: #333;
    padding: 7px 0;
    border-bottom: 1px solid #f4f4f4;
}
.od-summary-list li:last-child {
    border-bottom: none;
}
.od-summary-list li span:last-child {
    text-align: right;
    white-space: nowrap;
}
.od-summary-total {
    font-size: 14px !important;
    font-weight: 700;
    color: #111 !important;
    padding-top: 10px !important;
    border-top: 1.5px solid #e8e8e8 !important;
    border-bottom: none !important;
    margin-top: 2px;
}

/* Mobil */
@media (max-width: 767px) {
    .od-top,
    .od-bottom {
        grid-template-columns: 1fr;
    }
    .od-address-panel,
    .od-summary-panel {
        grid-column: 1;
    }
    .od-body {
        padding: 14px 14px 8px;
    }
    /* Adres kolonları mobilde alt alta */
    .od-address-cols {
        grid-template-columns: 1fr;
        gap: 16px 0;
    }
    .od-address-cols > div {
        padding-right: 0;
    }
    .od-address-cols > div + div {
        border-left: none;
        border-top: 1px solid #f0f0f0;
        padding-left: 0;
        padding-top: 16px;
    }
}
/* ── /Sipariş Detay ── */

/* ═══════════════════════════════════════════════════════
   3. AUTH PAGES — Login · Register
═══════════════════════════════════════════════════════ */

/* LOGIN & REGISTER */
.tf-login-form,
.tf-register-form {
    border: none;
    border-radius: 14px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 32px 28px;
}
.tf-field.style-1 .tf-input {
    border-radius: 10px;
    background: #fff;
    color:var(--text);
}
.tf-field.style-1 .tf-input:focus {
    border: 1px solid #868686;
    background: #fff;
    color: var(--text);
}
.tf-phone .tf-field-label,
.tf-phone.is-filled .tf-field-label,
.tf-phone:focus-within .tf-field-label{
    color: var(--text)!important;
}
/* Chrome autofill mavi/sarı rengi kaldır */
.tf-field.style-1 .tf-input:-webkit-autofill,
.tf-field.style-1 .tf-input:-webkit-autofill:hover,
.tf-field.style-1 .tf-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: var(--text) !important;
    transition: background-color 5000s ease-in-out 0s;
}
.tf-field.style-1 .tf-btn {
    border-radius: 10px;
}
.tf-field.style-1 .icon {
    font-size: 10px;
    padding-right: 5px;
}
.tf-login-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.tf-login-checkbox .tf-checkbox-wrapp {
    min-width: 1.3rem;
    place-items: center;
    position: relative;
    overflow: hidden;
    display: flex;
}
.tf-login-checkbox .tf-checkbox-wrapp input {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50% !important;
    transition: 0.2s ease-in-out;
    background-color: var(--white);
    opacity: 0;
}
.tf-login-checkbox .tf-checkbox-wrapp input:checked+div {
    background-color: var(--primary);
}
.tf-login-checkbox .tf-checkbox-wrapp input:checked+div i {
    transform: scale(1);
}
.tf-login-checkbox .tf-checkbox-wrapp div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    transition: 0.25s ease-in-out;
    z-index: 5;
    border: 1px solid var(--line);
    border-radius: 50%;
    background-color: var(--white);
    color: var(--white);
    pointer-events: none;
}
.tf-login-checkbox .tf-checkbox-wrapp div i {
    font-size: 6px;
    transform: scale(0);
}
.tf-login-checkbox label {
    color:#545454;
    font-weight: 400;
    cursor: pointer;
}
.tf-login-checkbox label a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.tf-login-checkbox .wrap-content {
    display: none;
}
.tf-login-checkbox.check .wrap-content {
    display: block;
}
/*---------------------------------------- REGISTER ----------------------------------------*/
/* tf-register-form -> login/register bloğuna taşındı */
.tf-check {
    border-radius: 3px;
    border: 1px solid #9c9c9c;
}
.box-checkbox label {
    color:#545454;
    font-weight: 400;
    cursor: pointer;
}
.password-wrap {
    position: relative;
}
.pw-toggle {
    position: absolute;
    right: 12px;
    transform: translateY(50%);
    border: 0;
    background: transparent;
    padding: 2px;
    cursor: pointer;
    color: #6c757d;
}
.pw-toggle:hover {
    color: #111;
}
.password-wrap input.tf-input {
    padding-right: 44px !important;
}
.tf-field.style-1 .tf-field-label {
    color: #545454;
    top: 12px;
    left: 14px;
    transform: none;
    right: auto;
    text-align: left;
}
.tf-field.style-1 .tf-select {
    color: #545454;
}
.tf-field.style-1 .tf-input:not(:placeholder-shown)~.tf-field-label,
.tf-field.style-1 .tf-input:focus~.tf-field-label {
    top: 4px;
    left: 14px;
    transform: unset;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
}
.tf-field {
    overflow: visible;
}
.tf-phone {
    position: relative;
}
.tf-phone:focus-within .tf-field-label,
.tf-phone.is-filled .tf-field-label {
    top: 6px !important;
    transform: none !important;
    font-size: 11px !important;
}
@media (max-width: 576px) {
    .tf-phone .tf-field-label {
        left: 50px !important;
    }
}
.iti--fullscreen-popup.iti--container.iti--country-search{
    z-index: 1081;
}

/* ═══════════════════════════════════════════════════════
   4. OTHER — Story · Mobile Menu · Ask Question
═══════════════════════════════════════════════════════ */

/* STORY BLOCK CSS  */

.tf-story-block { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tf-story-block::-webkit-scrollbar { display: none; }
.tf-story-block { -ms-overflow-style: none; scrollbar-width: none; }

.tf-story-item { transition: transform .15s; }
.tf-story-item:hover { transform: scale(1.05); }
.tf-story-item:active { transform: scale(.97); }

#tfStoryViewer {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .9);
}

.tsv-container {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 100dvh;
    max-height: 780px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.tsv-progress-bar {
    display: flex;
    gap: 3px;
    padding: 10px 10px 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.tsv-prog-seg {
    flex: 1;
    height: 3px;
    background: rgba(255,255,255,.35);
    border-radius: 2px;
    overflow: hidden;
}
.tsv-prog-fill {
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 2px;
    transition: none;
}
.tsv-prog-fill.done { width: 100%; }

.tsv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 14px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(0,0,0,.5), transparent);
}
.tsv-profile { display: flex; align-items: center; gap: 10px; }
.tsv-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #333;
    flex-shrink: 0;
}
.tsv-name { font-size: 13px; font-weight: 700; color: #fff; }
.tsv-close {
    width: 32px; height: 32px;
    border: none; background: rgba(255,255,255,.15);
    color: #fff; border-radius: 50%; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; backdrop-filter: blur(4px);
}

.tsv-media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}
.tsv-media img, .tsv-media video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tsv-nav-prev, .tsv-nav-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%;
    z-index: 9;
    cursor: pointer;
}
.tsv-nav-prev { left: 0; }
.tsv-nav-next { right: 0; }

.tsv-link-area {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}
.tsv-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: rgba(255,255,255,.95);
    color: #1a1a18;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: transform .1s;
}
.tsv-link-btn:hover { transform: scale(1.03); }

@media (max-width: 480px) {
    .tsv-container {
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border-radius: 0;
    }
}

/*---------------------------------------- MOBILE MENU ----------------------------------------*/
#mobileMenu .mb-canvas-content{display:flex;flex-direction:column;height:100%}
#mobileMenu .mb-topbar{
    display:flex;align-items:center;justify-content:space-between;
    gap:12px;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08);background:#fff;
}
#mobileMenu .mobile-menu-logo{display:flex;justify-content:flex-start;flex:1}
#mobileMenu .mobile-menu-logo img.logo{max-height:28px;width:auto;display:block}
#mobileMenu .mb-topbar-spacer{width:24px;flex:0 0 24px}
#mobileMenu .mb-navline{
    display:flex;align-items:center;justify-content:space-between;
    padding:10px 16px;background:#fff;
}
#mobileMenu .mb-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;opacity:.85}
#mobileMenu .mb-back-arrow{font-size:14px;line-height:1}
#mobileMenu .mb-all{font-size:13px;opacity:.75}
#mobileMenu .mb-all:hover{opacity:1}
#mobileMenu .mb-stack{position:relative;flex:1 1 auto;overflow:hidden;background:#fff}
#mobileMenu .mb-panel{
    position:absolute;
    inset:0;
    transform:translateX(100%);
    transition:transform .25s ease;
    background:#fff;
    display:flex;
    flex-direction:column;
}
#mobileMenu .mb-panel.is-active{transform:translateX(0)}
#mobileMenu .mb-panel.is-prev{transform:translateX(-20%)}
#mobileMenu .mb-panel-body{
    padding:0 16px 16px;
    flex:1 1 auto;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    display:flex;
    flex-direction:column;
}
#mobileMenu .mb-panel-body > .nav-ul-mb{
    flex:0 0 auto;
}
#mobileMenu .mb-other-content{
    margin-top:auto;
    padding-top:16px;
}
#mobileMenu .mb-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 16px;
    border-top:1px solid rgba(0,0,0,.08);
    background:#fff
}
#mobileMenu .mb-bottom .tf-social-icon .box-icon{
    width:24px;
    height:24px;
    border-radius:999px;
    font-size:16px;
    color:var(--main);
}
#mobileMenu .mb-has-children{display:flex;justify-content:space-between;align-items:center;gap:10px}
#mobileMenu .mb-arrow{font-size:14px;opacity:.7;flex:0 0 auto}
#mobileMenu .tf-languages .dropdown.bootstrap-select.image-select.style-default > .dropdown-menu::after{
    bottom: auto;
    top: 100%;
    left: 75%;
}

.canvas-mb .icon-close-popup {
    position: inherit;
}

/*Ask Question*/

/*Ask Question*/
.ask-success-panel { margin-top: 12px; }
.ask-success-card{
    border: 1px solid rgba(17,17,17,.08);
    background: rgba(17,17,17,.03);
    border-radius: 14px;
    padding: 14px;
}
.ask-success-title{ font-weight: 800; font-size: 14px; margin-bottom: 4px; }
.ask-success-sub{ font-size: 13px; opacity: .75; margin-bottom: 12px; }
.tf-question .tf-field.style-1 textarea.tf-input{
    height: 120px;
}

/* ═══════════════════════════════════════════════════════
   5. PRODUCT DETAIL PAGE (PDP)
═══════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════
   DEFAULT.CSS — Birleştirildi (çakışma önleme için theme.css sonunda)
   ═══════════════════════════════════════════════════════════════ */

.card-product .card-product-wrapper .on-sale-wrap {
    display: flex;
    align-items: flex-start;
}
.card-product .card-product-wrapper .on-sale-wrap.text-start {
    justify-content: flex-start;
}
.card-product .card-product-wrapper .on-sale-wrap.text-end {
    justify-content: flex-end;
}

/*--- PRODUCT INFO ---*/
.section-pdp .pdp-right .tf-product-info-title {
    margin-bottom: 0 !important;
}

.section-pdp .pdp-right .tf-product-info-title h1 {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 600;
}

.section-pdp .pdp-right .pdp-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.section-pdp .pdp-right .pdp-brand {
    font-size: 12px;
    color: #666;
    display: flex;
    gap: 6px;
    align-items: center;
}

.section-pdp .pdp-right .pdp-brand-label {
    font-weight: 600;
    color: #444;
}

.pdp-brand .pdp-brand-img {
    width: 80px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Marquee 2 */
/* Marquee 2 */
.section-pdp .marquee-product-2 {
    width: 100%;
    height: 32px;
    overflow: hidden;
    z-index: 3;
    background: transparent;
    color: #ff6000;
}

.section-pdp .marquee-product-2-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.section-pdp .marquee-product-2-item {
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
}

/* Marquee 3 */
/* Marquee 3 */
.section-pdp .marquee-product-3 {
    z-index: 3;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 34px;
    background: #44ad55;
    padding: 0 12px;
}

.section-pdp .marquee-product-3 .marquee-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
    animation: marquee3Loop 16s linear infinite;
    transform: translate3d(0, 0, 0);
}

.section-pdp .marquee-product-3 .marquee-seq {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
    padding-right: 14px;
}

.section-pdp .marquee-product-3 .marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    opacity: 0.95;
}

.section-pdp .marquee-product-3 .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
}

.section-pdp .marquee-product-3 .badge-mini {
    font-size: 11px;
    line-height: 16px;
    padding: 0 7px;
    border-radius: 999px;
    background: #fc5732;
    color: #fff;
    font-weight: 600;
}

.section-pdp.has-marquee:hover .marquee-product-3 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.section-pdp .pdp-right .pdp-tag {
    margin: 8px 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.section-pdp .pdp-right .pdp-tag .pdp-tag-inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 13px 5px 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.4;
    z-index: 1;
    border: 1px solid transparent;
    transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease;
}

.section-pdp .pdp-right .pdp-tag .pdp-tag-inner > i {
    font-size: 15px;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
}

.section-pdp .pdp-right .pdp-tag:hover .pdp-tag-inner {
    transform: translateY(-1px);
}

/* BEST SELLER — gold/amber, yukarı ok sallanıyor */
.pdp-tag--best_seller .pdp-tag-inner {
    background: linear-gradient(135deg, #fff7e6 0%, #ffe8b8 100%);
    color: #8a5a00;
    border-color: #f3d98a;
    box-shadow: 0 1px 0 rgba(138, 90, 0, .05);
}
.pdp-tag--best_seller .pdp-tag-inner > i {
    animation: pdpTagArrowRise 1.8s ease-in-out infinite;
}

/* DEAL — turuncu/kırmızı, yüzde işareti nabız atışı */
.pdp-tag--deal .pdp-tag-inner {
    background: linear-gradient(135deg, #fff1ec 0%, #ffd9ca 100%);
    color: #b24a1e;
    border-color: #ffb99a;
}
.pdp-tag--deal .pdp-tag-inner > i {
    animation: pdpTagPulse 1.3s ease-in-out infinite;
}

/* DISCOUNT — pembe, tag ikonu eğilen */
.pdp-tag--discount .pdp-tag-inner {
    background: linear-gradient(135deg, #ffeef3 0%, #ffd1e0 100%);
    color: #c2185b;
    border-color: #f8b5ca;
}
.pdp-tag--discount .pdp-tag-inner > i {
    animation: pdpTagWiggle 2s ease-in-out infinite;
}

/* EXPRESS — sarı, şimşek çakıyor */
.pdp-tag--express .pdp-tag-inner {
    background: linear-gradient(135deg, #fffae0 0%, #ffeb99 100%);
    color: #7a5c00;
    border-color: #f2d65a;
}
.pdp-tag--express .pdp-tag-inner > i {
    animation: pdpTagFlash 1.4s ease-in-out infinite;
    color: #e8a200;
}

/* FREE SHIPPING — yeşil, kamyon zıplıyor */
.pdp-tag--free_shipping .pdp-tag-inner {
    background: linear-gradient(135deg, #e8f9ef 0%, #c4efd4 100%);
    color: #1f7a1f;
    border-color: #9dd9b2;
}
.pdp-tag--free_shipping .pdp-tag-inner > i {
    animation: pdpTagTruck 1.6s ease-in-out infinite;
}

/* SAME DAY — turkuaz, kamyon hızla sallanıyor */
.pdp-tag--same_day .pdp-tag-inner {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    color: #00695c;
    border-color: #80cbc4;
}
.pdp-tag--same_day .pdp-tag-inner > i {
    animation: pdpTagTruckFast 1s ease-in-out infinite;
}

/* LIMITED STOCK — koyu sarı/amber, kum saati dönüyor */
.pdp-tag--limited_stock .pdp-tag-inner {
    background: linear-gradient(135deg, #fff3e0 0%, #ffd8a3 100%);
    color: #a85000;
    border-color: #f5b77a;
}
.pdp-tag--limited_stock .pdp-tag-inner > i {
    animation: pdpTagFlip 2.4s ease-in-out infinite;
}

/* NEW — mor, yıldız parlıyor */
.pdp-tag--new .pdp-tag-inner {
    background: linear-gradient(135deg, #f3e8ff 0%, #dcc4ff 100%);
    color: #6a1b9a;
    border-color: #c9a3f0;
}
.pdp-tag--new .pdp-tag-inner > i {
    animation: pdpTagSparkle 1.6s ease-in-out infinite;
}

/* PREORDER — mavi, takvim yumuşak sallanıyor */
.pdp-tag--preorder .pdp-tag-inner {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #0d47a1;
    border-color: #90caf9;
}
.pdp-tag--preorder .pdp-tag-inner > i {
    animation: pdpTagTilt 2.2s ease-in-out infinite;
}

/* ONLINE ONLY — gri-mavi, dünya dönüyor */
.pdp-tag--online_only .pdp-tag-inner {
    background: linear-gradient(135deg, #eceff1 0%, #cfd8dc 100%);
    color: #37474f;
    border-color: #b0bec5;
}
.pdp-tag--online_only .pdp-tag-inner > i {
    animation: pdpTagSpin 4s linear infinite;
}

/* Animasyonlar */
@keyframes pdpTagArrowRise {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-2px); }
}
@keyframes pdpTagPulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.18); }
}
@keyframes pdpTagWiggle {
    0%, 100% { transform: rotate(-8deg); }
    50%      { transform: rotate(8deg); }
}
@keyframes pdpTagFlash {
    0%, 100% { opacity: 1; transform: scale(1); }
    45%      { opacity: .4; }
    50%      { opacity: 1; transform: scale(1.25); }
    55%      { opacity: .4; }
}
@keyframes pdpTagTruck {
    0%, 100% { transform: translateX(0); }
    50%      { transform: translateX(2px); }
}
@keyframes pdpTagTruckFast {
    0%   { transform: translateX(-1px); }
    50%  { transform: translateX(3px); }
    100% { transform: translateX(-1px); }
}
@keyframes pdpTagFlip {
    0%, 40%, 100% { transform: rotate(0deg); }
    50%           { transform: rotate(180deg); }
    90%           { transform: rotate(180deg); }
}
@keyframes pdpTagSparkle {
    0%, 100% { transform: scale(1) rotate(0deg); filter: brightness(1); }
    50%      { transform: scale(1.2) rotate(15deg); filter: brightness(1.3); }
}
@keyframes pdpTagTilt {
    0%, 100% { transform: rotate(-5deg); }
    50%      { transform: rotate(5deg); }
}
@keyframes pdpTagSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes pdpTagIconShake {
    0%, 100% { transform: rotate(0deg); }
    25%      { transform: rotate(-8deg); }
    75%      { transform: rotate(8deg); }
}
@keyframes pdpTagIconBounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-3px); }
}

.section-pdp .pdp-right .pdp-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-pdp .pdp-right .tf-product-info-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.section-pdp .pdp-right .price-on-sale {
    font-size: 20px;
    font-weight: 700;
}

.section-pdp .pdp-right .compare-at-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.section-pdp .pdp-right .on-sale-wrap {
    background-color: #fc5732;
    color: #fff;
    border: 1px solid #ff4318;
    border-radius: 6px;
    padding: 2px 6px;
}

.section-pdp .pdp-right .pdp-divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin: 12px 0;
}

.section-pdp .pdp-right .variant-picker-item {
    margin-bottom: 12px;
}

.section-pdp .pdp-right .variant-picker-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111;
}

.section-pdp .pdp-right .pdp-color-row {
    gap: 10px;
}

.section-pdp .pdp-right .pdp-size-head {
    margin-bottom: 8px;
}

.section-pdp .pdp-right .pdp-size-grid {
    gap: 8px;
}

.section-pdp .pdp-right .pdp-size-grid .size-btn {
    min-width: 38px;
    height: 34px;
    display: grid;
    place-items: center;
}

.section-pdp .pdp-right .pdp-size-grid .size-btn p {
    font-size: 13px;
    font-weight: 600;
}

.section-pdp .pdp-right .pdp-wtc-wrap, .section-pdp .pdp-right .pdp-etc-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    margin: 18px 0 12px;
}

.section-pdp .pdp-right .pdp-atc-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: start;
    margin: 18px 0 12px;
}

.section-pdp .pdp-right .pdp-qty-compact {
    margin: 0;
}

.section-pdp .pdp-right .pdp-qty-compact .wg-quantity {
    width: 80px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 6px 8px;
    border: 0;
}

.section-pdp .pdp-right .pdp-qty-compact .wg-quantity input {
    width: 30px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
}

.section-pdp .pdp-right .pdp-qty-compact .wg-quantity .btn-quantity {
    height: 38px;
    font-size: 16px;
}

.section-pdp .pdp-right .pdp-atc-btn {
    height: 50px;
    gap: 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-pdp .pdp-right .pdp-wishlist-square {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: grid;
    place-items: center;
}

.section-pdp .pdp-right .pdp-info-box {
    background: #f6f6f6;
    border-radius: 6px;
    padding: 12px;
    font-size: 12px;
    color: #444;
    line-height: 1.5;
    margin-top: 20px;
}

.section-pdp .pdp-right .pdp-payment-row {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 12px;
    color: #444;
}

.section-pdp .pdp-right .pdp-payment-title {
    font-size: 14px;
    font-weight: 600;
}

.section-pdp .pdp-payment-row .tf-payment {
    display: flex;
    gap: 6px;
    align-items: center;
    padding-top: 5px;
    justify-content: flex-start;
}

.section-pdp .pdp-payment-row .tf-payment img {
    width: 50px;
    height: auto;
    max-height: 35px;
    object-fit: contain;
    display: inline-block;
}

/*--- PDP INFO EXTRA ---*/
/*--- PDP INFO EXTRA ---*/
.section-pdp .tf-product-info-extra-link {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.section-pdp .tf-product-info-extra-link .tf-product-extra-icon {
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.section-pdp .tf-product-info-extra-link .tf-product-extra-icon .icon {
    color: inherit;
}

.section-pdp .tf-product-info-extra-link .tf-product-extra-icon.active,
.section-pdp .tf-product-info-extra-link .tf-product-extra-icon.active .icon {
    color: #d10000;
}

.section-pdp .pdp-extra-templates {
    display: none;
}

.section-pdp .pdp-extra-panels {
    position: relative;
}

.section-pdp .pdp-extra-panel {
    position: relative;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 20;
    background: #fff;
    box-sizing: border-box;
}

.section-pdp .pdp-bank-accordion .pdp-bank-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

.section-pdp .pdp-bank-accordion .pdp-bank-btn.accordion-button {
    padding: 8px 12px;
    min-height: auto;
    line-height: 1.15;
    background: var(--bg-11);
    box-shadow: none;
}

.section-pdp .pdp-bank-accordion .pdp-bank-btn.accordion-button:focus {
    box-shadow: none;
}

.section-pdp .pdp-bank-accordion .pdp-bank-btn.accordion-button::after {
    transform: scale(0.85);
}

.section-pdp .pdp-bank-accordion .pdp-bank-name {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.15;
}

.section-pdp .pdp-bank-accordion .pdp-bank-img {
    max-width: 72px;
}

.section-pdp .pdp-bank-accordion .pdp-bank-note {
    font-size: 11px;
    line-height: 1.15;
    color: var(--text-3);
    margin-left: 8px;
}

.section-pdp .pdp-bank-accordion .pdp-bank-body {
    padding: 10px 12px;
}

.section-pdp .pdp-bank-accordion .pdp-installment-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.section-pdp .pdp-bank-accordion .pdp-installment-table th,
.section-pdp .pdp-bank-accordion .pdp-installment-table td {
    padding: 8px 10px;
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.section-pdp .pdp-bank-accordion .pdp-installment-table thead th {
    font-weight: 600;
    background: #fafafa;
}

.section-pdp .pdp-bank-accordion .pdp-installment-table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

.section-pdp .pdp-bank-accordion .pdp-installment-table tbody tr:last-child td {
    border-bottom: 0;
}

/*--- PDP PRODUCT DETAILS ---*/


.section-pdp-details .pdp-meta-min .pdp-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
}

.section-pdp-details .pdp-meta-min .pdp-meta-row span {
    color: var(--bs-secondary-color);
}

.section-pdp-details .pdp-meta-min .pdp-meta-row strong {
    color: var(--bs-secondary-color);
    font-weight: 600;
    text-align: right;
}

.section-pdp-details .pdp-meta-min .col-12:last-child .pdp-meta-row {
    border-bottom: 0;
}

.pdp-details-lead .text-paragraph {
    color: var(--bs-secondary-color);
}

.section-pdp .tf-product-item-property {
    margin-top: 12px;
}

.section-pdp .tf-product-item-property .tf-field {
    position: relative;
    width: 100%;
}

.section-pdp .tf-product-item-property .tf-field-input.tf-input {
    width: 100%;
    border: 1px solid var(--line, #e8e8e8);
    border-radius: 12px;
    padding: 14px 14px;
    background: #fff;
    color: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.section-pdp .tf-product-item-property textarea.tf-field-input.tf-input {
    resize: vertical;
    height: 52px;
    line-height: 1.35;
}

.section-pdp .tf-product-item-property select.tf-field-input.tf-input {
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, currentColor 50%),
        linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 52%,
        calc(100% - 13px) 52%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    opacity: .95;
}

.section-pdp .tf-product-item-property .tf-field-input.tf-input:focus {
    border-color: rgba(0, 0, 0, .35);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .06);
}

.section-pdp .tf-product-item-property .tf-field-label {
    position: absolute;
    padding: 0 6px;
    font-size: 14px;
    color: rgba(0, 0, 0, .55);
    background: #fff;
    pointer-events: none;
    transform-origin: left top;
    transition: transform .18s ease, top .18s ease, color .18s ease;
}

.section-pdp .tf-product-item-property .tf-field-input.tf-input:focus+.tf-field-label,
.section-pdp .tf-product-item-property .tf-field-input.tf-input:not(:placeholder-shown)+.tf-field-label {
    top: -8px;
    transform: scale(.88);
    color: rgba(0, 0, 0, .7);
}

.section-pdp .tf-product-item-property select.tf-field-input.tf-input+.tf-field-label {
    top: -8px;
    transform: scale(.88);
}

.section-pdp .tf-product-item-property .property-title {
    font-weight: 600;
    margin: 0 0 10px 0;
}

.section-pdp .tf-product-item-property .property-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--line, #e8e8e8);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, transform .05s ease;
}

.section-pdp .tf-product-item-property .property-option:active {
    transform: translateY(1px);
}

.section-pdp .tf-product-item-property .property-option:hover {
    border-color: rgba(0, 0, 0, .25);
}

.section-pdp .tf-product-item-property .property-option input[type="radio"],
.section-pdp .tf-product-item-property .property-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.section-pdp .tf-product-item-property .property-option .control {
    width: 18px;
    height: 18px;
    border: 1.5px solid rgba(0, 0, 0, .35);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: background-color .2s ease, border-color .2s ease;
}

.section-pdp .tf-product-item-property .property-option.is-radio .control {
    border-radius: 999px;
}

.section-pdp .tf-product-item-property .property-option input:checked~.control {
    border-color: #d10000;
    background: rgba(209, 0, 0, .08);
}

.section-pdp .tf-product-item-property .property-option input:checked~.text {
    color: #d10000;
    font-weight: 600;
}

.section-pdp .tf-product-item-property .property-option .control:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d10000;
    opacity: 0;
    transform: scale(.6);
    transition: opacity .18s ease, transform .18s ease;
}

.section-pdp .tf-product-item-property .property-option.is-checkbox .control:after {
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.section-pdp .tf-product-item-property .property-option input:checked~.control:after {
    opacity: 1;
    transform: scale(1);
}

.section-pdp .tf-product-item-property .property-file {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-pdp .tf-product-item-property .property-file .file-hint {
    font-size: 12px;
    color: rgba(0, 0, 0, .55);
    line-height: 1.4;
}

.section-pdp .tf-product-item-property .file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px dashed rgba(0, 0, 0, .28);
    background: rgba(0, 0, 0, .02);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}

.section-pdp .tf-product-item-property .file-btn:hover {
    border-color: rgba(0, 0, 0, .38);
    background: rgba(0, 0, 0, .04);
}

.section-pdp .tf-product-item-property .file-name {
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
}

.section-pdp input[type="checkbox"]:checked+label, .section-pdp input[type="checkbox"]:checked+label * {
    color: #d10000;
    font-weight: 600;
}

.section-pdp .tf-field textarea.tf-field-label, .section-pdp .tf-field textarea.tf-field-label {
    top: 10px ;
    transform: none;
    align-items: flex-start;
}


.offer-option .tf-field.style-1 textarea.tf-input {
    height: 112px;
}

.widget-content-tab .widget-content-inner iframe {
    border-radius: 10px;
}

/* ═══════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════ */

.text-paragraph {
    color: #868686;
}
.footer.has-all-border .tf-social-icon {
    margin-top: 20px;
}
.tf-payment {
    display: flex;
    gap: 10px;
}


.tf-field .tf-input {
    padding: 13px 10px;
}

.tf-field .tf-input:not(:placeholder-shown) ~ .tf-field-label, .tf-field .tf-input:focus ~ .tf-field-label {
    border-radius: 3px;
    background-color: rgb(242, 242, 242);
    font-size: 12px;
    top: 0;
    letter-spacing: 0.4px;
    padding: 0 8px;
}

.tf-field .tf-input::placeholder {
    color: transparent;
}

.tf-field .tf-field-label, .tf-phone .tf-field-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: all 0.1s ease;
    cursor: text;
}
.tf-phone .tf-field-label {
    left: 52px!important;
}

.tf-field.style-1 .tf-input:not(:placeholder-shown) ~ .tf-field-label, .tf-field.style-1 .tf-input:focus ~ .tf-field-label {
    top: 4px;
    left: 14px;
    transform: scale(0.8);
    background-color: transparent;
    padding: 0;
    font-size: 14px;
}

.tf-product-form .tf-field textarea {
    height: 163px;
    padding-left: 20px;
}

.tf-product-form .tf-field textarea + label {
    top: 20px;
}

.tf-product-form .tf-field input {
    padding-left: 20px;
}

.tf-product-form .tf-field input[type=date] {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
    width: 213px;
    height: 68px;
    padding-top: 28px;
    color: var(--main);
}

.tf-product-form .tf-field input[type=date] + label {
    top: 20px;
}

.tf-product-form .tf-field label {
    left: 20px;
    color: var(--text-3);
    font-size: 12px;
}

.wg-quantity .quantity-product {
    pointer-events: auto;
}

.tf-product-modal .modal-dialog {
    max-width: min(625px, 90vw);
}

.tf-product-modal .modal-dialog .modal-content {
    padding: 38px 36px 40px;
    margin-left: 0;
    margin-right: 0;
}

.tf-product-modal .modal-dialog .modal-content .header {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tf-product-modal .modal-dialog .modal-content .header .demo-title {
    margin: 0;
    text-align: start;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
}

.tf-product-modal .modal-dialog .modal-content .header span {
    position: unset;
    color: var(--main);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tf-product-modal .modal-dialog .modal-content .header span:hover {
    color: var(--primary);
}

.tf-product-modal .modal-dialog .modal-content h6 {
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
}

.tf-product-modal .modal-dialog .modal-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 15px;
}

.tf-product-modal .modal-dialog .modal-content p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.tf-product-modal .tf-social-icon .box-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    font-size: 16px;
    color: var(--white);
}

.tf-product-modal .tf-social-icon .box-icon.social-twiter {
    font-size: 12px;
    background: var(--twitter-cl);
}

.tf-product-modal .tf-social-icon .box-icon.social-facebook {
    background: var(--facebook-cl);
}

.tf-product-modal .tf-social-icon .box-icon.social-instagram {
    background: var(--instagram-cl);
}

.tf-product-modal .tf-social-icon .box-icon.social-tiktok {
    background: var(--tiktok-cl);
}

.tf-product-modal .tf-social-icon .box-icon.social-pinterest {
    background: var(--pinterest-cl);
}

.tf-product-modal .form-share {
    margin-top: 20px;
    position: relative;
}

.tf-product-modal .form-share .button-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.tf-product-modal .form-share .button-submit .tf-btn {
    padding: 10px 18px;
}

.tf-product-modal .form-share input {
    padding-right: 80px;
}

#delivery_return .tf-product-popup-delivery .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: 0;
}

#delivery_return .tf-product-popup-delivery p {
    color: rgb(134, 134, 134);
    line-height: 22.4px;
    margin-bottom: 10px;
}

#delivery_return .tf-product-popup-delivery p a {
    color: rgb(134, 134, 134);
    text-decoration: underline;
    text-underline-offset: 3px;
}

#delivery_return .tf-product-popup-delivery p a:hover {
    color: var(--main);
    text-decoration-thickness: 2px;
}

#delivery_return .tf-product-popup-delivery:not(:last-child) {
    margin-bottom: 20px;
}

.popup-quickview .tf-product-info-wrap {
    flex: 0 0 auto;
    max-width: 100%;
    flex-grow: 1;
}

.popup-quickview .tf-product-info-wrap .tf-product-info-list {
    position: absolute;
    inset: 0;
    padding: 50px 40px;
    overflow-y: auto;
}

.popup-quickview .tf-product-info-wrap .tf-product-info-list::-webkit-scrollbar {
    width: 0px;
}

.popup-quickview .tf-product-info-wrap .tf-product-info-list .tf-product-info-title {
    margin-bottom: 20px;
}

.popup-quickview .tf-product-info-wrap .tf-product-info-list .tf-product-info-badges {
    margin-bottom: 18px;
}

.popup-quickview .tf-product-info-wrap .tf-product-info-list .tf-product-description {
    color: var(--text-3);
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .tf-mini-cart-btns .wg-quantity {
    width: 86px;
}

.canvas-search .tf-loop-item .tf-product-info-price > div {
    font-size: 14px;
}

.tf-social-icon {
    --facebook-cl: rgb(59, 89, 152);
    --twitter-cl: rgb(85, 85, 85);
    --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
    --threads-cl: rgb(224, 53, 102);
    --youtube-cl: rgb(205, 32, 31);
    --tiktok-cl: linear-gradient(#25f4ee, #000, #fe2c55);
    --tiktok-cl2: rgb(254, 44, 85);
    --pinterest-cl: rgb(203, 32, 39);
    --tumblr-cl: rgb(55, 69, 92);
    --vimeo-cl: rgb(26, 183, 234);
    --snapchat-cl: rgb(255, 221, 0);
    --whatsapp-cl: rgb(0, 230, 118);
    --linked_in-cl: rgb(23, 106, 255);
    --wechat-cl: rgb(26, 173, 24);
    --reddit-cl: rgb(255, 69, 0);
    --line-cl: rgb(0, 195, 77);
    --spotify-cl: rgb(30, 125, 96);
}

.tf-social-icon .social-facebook:hover {
    background: var(--facebook-cl);
    color: var(--white);
}

.tf-social-icon .social-twiter:hover {
    background: var(--twitter-cl);
    color: var(--white);
}

.tf-social-icon .social-instagram:hover {
    background: var(--instagram-cl);
    color: var(--white);
}

.tf-social-icon .social-tiktok:hover {
    background: var(--tiktok-cl);
    color: var(--white);
}

.tf-social-icon .social-pinterest:hover {
    background: var(--pinterest-cl);
    color: var(--white);
}

.tf-social-icon.style-white li a {
    border-color: var(--white);
    color: var(--white);
}

.tf-social-icon .social-line {
    border: 1px solid var(--main);
}

.tf-social-icon .social-line.social-facebook:hover {
    background: transparent;
    color: var(--facebook-cl);
    border-color: var(--facebook-cl);
}

.tf-social-icon .social-line.social-twiter:hover {
    background: transparent;
    color: var(--twitter-cl);
    border-color: var(--twitter-cl);
}

.tf-social-icon .social-line.social-instagram:hover {
    background: transparent;
    color: var(--threads-cl);
    border-color: var(--threads-cl);
}

.tf-social-icon .social-line.social-tiktok:hover {
    background: transparent;
    color: var(--tiktok-cl2);
    border-color: var(--tiktok-cl2);
}

.tf-social-icon .social-line.social-pinterest:hover {
    background: transparent;
    color: var(--pinterest-cl);
    border-color: var(--pinterest-cl);
}

.tf-social-icon.style-default li {
    display: inline-flex;
}

.tf-social-icon.style-default li a {
    border: 0 !important;
}

.tf-social-icon.style-default li a:hover {
    background: unset !important;
}

.tf-social-icon.style-default li .social-facebook:hover {
    color: var(--facebook-cl);
}

.tf-social-icon.style-default li .social-twiter:hover {
    color: var(--twitter-cl);
}

.tf-social-icon.style-default li .social-instagram:hover {
    color: var(--threads-cl);
}

.tf-social-icon.style-default li .social-tiktok:hover {
    color: var(--tiktok-cl2);
}

.tf-social-icon.style-default li .social-pinterest:hover {
    color: var(--pinterest-cl);
}


.tf-product-info-list > div:not(:last-child) {
    margin-bottom: 15px;
}

.tf-product-info-title {
    margin-bottom: 20px !important;
}

.tf-product-info-badges {
    margin-bottom: 18px !important;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.tf-product-info-badges .badges {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--main);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 29px;
}

.tf-product-info-badges .product-status-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.tf-product-info-badges .product-status-content svg {
    animation: tf-ani-flash 2s infinite;
}

.tf-product-info-badges .product-status-content i {
    font-size: 20px;
    color: var(--primary);
    animation: tf-ani-flash 2s infinite;
}

.tf-product-info-price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tf-product-info-price .price {
    color: var(--main);
    font-size: 28px;
    line-height: 28px;
}


.tf-product-info-price .compare-at-price {
    color: rgba(0, 0, 0, 0.55);
    font-size: 20px;
    line-height: 20px;
    text-decoration: line-through;
}

.tf-product-info-price .badges-on-sale {
    background-color: rgb(252, 87, 50);
    border-radius: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
}

.tf-product-info-quantity .quantity-title {
    margin-bottom: 5px;
}

.tf-product-info-extra-link {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
}

.tf-product-info-extra-link .tf-product-extra-icon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tf-product-info-extra-link .tf-product-extra-icon i {
    font-size: 18px;
}

.tf-product-info-extra-link .tf-product-extra-icon:hover {
    color: var(--primary);
}

.tf-product-bundle-infos .tf-product-bundle-price .compare-at-price {
    color: var(--main);
    text-decoration: line-through;
}

.tf-product-bundle-infos .tf-product-bundle-price .price-on-sale {
    font-weight: 600;
    color: var(--primary);
}

.tf-product-bundle-total-submit .compare-at-price {
    margin-right: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
    color: var(--primary);
}

.tf-product-bundle-total-submit .price-on-sale {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.55);
    text-decoration: line-through;
}

.tf-variant-item .tf-price-list .price-on-sale {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.55);
    text-decoration: line-through;
}

.tf-variant-item .tf-price-list .compare-at-price {
    font-weight: 600;
    color: var(--primary);
    line-height: 13px;
}

.tf-product-btn-wishlist {
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.tf-product-btn-wishlist .icon,
.tf-product-btn-wishlist i {
    font-size: 18px;
    color: var(--main);
}

.tf-product-btn-wishlist:hover {
    border-color: var(--main);
}

.tf-product-btn-wishlist .tooltip {
    top: -100%;
    margin-top: 5px;
}

.tf-product-btn-wishlist .tooltip::before {
    top: unset;
    bottom: -4px;
}

.wg-quantity {
    width: 127px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(242, 242, 242);
    border-radius: 3px;
    overflow: hidden;
}

.wg-quantity input {
    width: 51px;
    height: 46px;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--main);
}

.wg-quantity .btn-quantity {
    width: 38px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--main);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-quantity .btn-quantity:hover {
    color: var(--primary);
}

.wg-quantity.small {
    width: 109px;
    height: 30px;
}

.wg-quantity.small .btn-quantity {
    width: 27px;
    height: 30px;
    font-size: 20px;
}

.wg-quantity.small input {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.card-product .card-product-wrapper .on-sale-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    z-index: 5;
}

.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    padding: 0 6px;
    min-width: 40px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    position: relative;
    background-color: #fc5732;
    color: var(--white);
    border-radius: 999px;
}

.card-product .card-product-wrapper .on-sale-wrap .new {
    background-color: #ff3232;
}

.card-product .card-product-wrapper .on-sale-wrap .best-seller {
    background-color: #44ad55;
}

.card-product .card-product-wrapper .on-sale-wrap .recommend {
    background-color: #bea36e;
}

.card-product .card-product-wrapper .on-sale-wrap .pre-order {
    background-color: #55a653;
    color: var(--white);
}

.tf-sticky-btn-atc {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 70;
    box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.03);
    background-color: var(--white);
    transition: all 0.3s linear;
    transform: translateY(100%);
}

.tf-sticky-btn-atc .tf-height-observer {
    padding: 10px 0;
    column-gap: 5px;
}

.tf-sticky-btn-atc .tf-sticky-atc-product {
    flex: 1 0 0%;
    gap: 15px;
}

.tf-sticky-btn-atc .tf-sticky-atc-img {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
}

.tf-sticky-btn-atc .tf-sticky-atc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tf-sticky-btn-atc .tf-sticky-atc-title {
    font-size: 16px;
    line-height: 19px;
}

.tf-sticky-btn-atc .tf-sticky-atc-btns,
.tf-sticky-btn-atc .tf-sticky-atc-infos form {
    display: flex;
    gap: 12px;
    align-items: center;
}


.tf-sticky-btn-atc.show {
    transform: translateY(0);
}

.blog-detail .blog-detail-main .bot .tf-social-icon {
    gap: 15px;
}

/*------------ zoom ---------------- */
/*------------ zoom ---------------- */
.tf-zoom-main1,
.tf-zoom-main {
    position: sticky;
    top: 30px;
    z-index: 50;
}

.tf-zoom-main1 .drift-zoom-pane,
.tf-zoom-main .drift-zoom-pane {
    top: 0;
    left: 0;
    height: 520px;
    max-width: 520px;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431), 0 5px 18px rgba(127, 127, 127, 0.2);
    z-index: 3;
}

.tf-compare-item .price .compare-at-price {
    font-size: 13px;
    line-height: 13px;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.55);
    margin-right: 10px;
}

.tf-compare-item .price .price-on-sale {
    color: var(--primary);
}

.tf-cart-item .wg-quantity {
    min-width: 86px;
    width: 86px;
    height: 30px;
}

.tf-cart-item .wg-quantity .btn-quantity {
    width: 25px;
    height: 30px;
    line-height: 25px;
}

.tf-cart-item .wg-quantity input {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
}

.widget-order-tab.widget-tabs .widget-menu-tab {
    margin: 0 !important;
    gap: 20px !important;
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title {
    padding: 5px 0px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title::after {
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active, .widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover {
    color: var(--primary);
}

.widget-order-tab.widget-tabs .widget-menu-tab .item-title.active::after, .widget-order-tab.widget-tabs .widget-menu-tab .item-title:hover::after {
    background-color: var(--primary);
    width: 100%;
}

.widget-order-tab.widget-tabs .widget-content-tab .widget-content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rtl .card-product .on-sale-item,
.rtl .widget-price,
.rtl .icv__theme-wrapper {
    direction: ltr;
}

.rtl .tf-zoom-main1 .drift-zoom-pane,
.rtl .tf-zoom-main .drift-zoom-pane {
    display: flex;
    justify-content: flex-end;
}

/* ═══════════════════════════════════════════════════════
   6. OTHER PAGES — Order Tracking · Phone · Social
═══════════════════════════════════════════════════════ */

/*---------------------------------------- ORDER TRACKING ----------------------------------------*/
/*---------------------------------------- ORDER TRACKING ----------------------------------------*/
.tf-field-input.is-invalid,
.tf-input.is-invalid {
    border-color: #dc3545 !important;
}


.modal-shopping-cart .wg-quantity.small {
    height: 32px;
    border: 1.5px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.modal-shopping-cart .wg-quantity.small .btn-quantity {
    width: 28px;
    height: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main);
    background: transparent;
    cursor: pointer;
    user-select: none;
    transition: background .12s;
    line-height: 1;
    border: none;
}
.modal-shopping-cart .wg-quantity.small .btn-quantity:hover {
    background: var(--bg-1, #f5f5f3);
}

.modal-shopping-cart .wg-quantity.small input {
    width: 34px;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border: none;
    background: transparent;
    padding: 0;
}

.section-checkout-guest .tf-field.style-1 textarea.tf-input {
    min-height: 60px;
    resize: vertical;
}


.popup-cancellation .wg-quantity,
.popup-refund .wg-quantity {
    width: 60px;
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    border-radius: 3px;
    overflow: hidden;
}

.popup-cancellation .wg-quantity .btn-quantity,
.popup-refund .wg-quantity .btn-quantity {
    width: 20px;
    height: 25px;
    font-size: 12px;
}

.popup-cancellation .wg-quantity input,
.popup-refund .wg-quantity input {
    width: 20px;
    height: 25px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    color: var(--main);
}

.popup-quickadd .tf-product-info-quantity .quantity-title {
    margin-bottom: 0;
}

.popup-quickadd .wg-quantity,
.popup-refund .wg-quantity {
    width: 60px;
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    border-radius: 3px;
    overflow: hidden;
}

.popup-quickadd .wg-quantity .btn-quantity,
.popup-refund .wg-quantity .btn-quantity {
    width: 20px;
    height: 25px;
    font-size: 12px;
}

.popup-quickadd .wg-quantity input,
.popup-refund .wg-quantity input {
    width: 20px;
    height: 25px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    color: var(--main);
}

.contact-social .tf-social-icon .box-icon {
    width: 30px;
    height: 30px;
    color: var(--main);
}

.form-contact .tf-field.style-1 textarea.tf-input {
    height: 120px !important;
}

.footer .footer-wrap .footer-body .tf-social-icon .box-icon {
    width: 30px;
    height: 30px;
    color:var(--main);
}

/* Socail Media Icons */
/* Socail Media Icons */
.tf-social-icon .box-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    font-size: 16px;
    color: var(--white);
}

.tf-social-icon .box-icon.social-twiter {
    font-size: 12px;
    background: var(--twitter-cl);
}

.tf-social-icon .box-icon.social-facebook {
    background: var(--facebook-cl);
}

.tf-social-icon .box-icon.social-instagram {
    background: var(--instagram-cl);
}

.tf-social-icon .box-icon.social-tiktok {
    background: var(--tiktok-cl);
}

.tf-social-icon .box-icon.social-pinterest {
    background: var(--pinterest-cl);
}

.tf-payment img {
    width: 50px;
    height: auto;
    max-height: 35px;
    object-fit: contain;
    display: inline-block;
}

.form-newsletter .tf-field { flex: 1; }

.form-newsletter .tf-input { width: 100%; }

/* ═══════════════════════════════════════════════════════
   7. CHECKOUT & PAYMENT
═══════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════
   PDP EXTRA PANELS — UX İYİLEŞTİRME
   ═══════════════════════════════════════════════════════════════ */

/* Panel genel — subtle kart görünümü */
.section-pdp .pdp-extra-panel {
    background: #f8f8f6;
    border: 1px solid #ececec;
    border-radius: 12px;
    margin-top: 10px;
    overflow: hidden;
}
.section-pdp .pdp-extra-panel .pdp-extra-inner {
    padding: 20px;
}

/* Teslimat paneli */
.tf-product-popup-delivery {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #efefef;
}
.tf-product-popup-delivery:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tf-product-popup-delivery .title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a18;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.tf-product-popup-delivery .title::before {
    content: '';
    width: 3px;
    height: 14px;
    background: #1a1a18;
    border-radius: 2px;
    display: inline-block;
    flex-shrink: 0;
}
.tf-product-popup-delivery .text-paragraph {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 4px;
}

/* Taksit paneli — banka kartları */
.section-pdp .pdp-bank-accordion .pdp-bank-item {
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;
    transition: box-shadow .15s;
}
.section-pdp .pdp-bank-accordion .pdp-bank-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.section-pdp .pdp-bank-accordion .pdp-bank-btn.accordion-button {
    padding: 10px 14px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
}
.section-pdp .pdp-bank-accordion .pdp-bank-img {
    max-width: 56px;
    max-height: 22px;
    object-fit: contain;
}
.section-pdp .pdp-bank-accordion .pdp-bank-note {
    font-size: 11px;
    color: #999;
    margin-left: auto;
}
.section-pdp .pdp-installment-table thead th {
    background: #f5f5f3;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #888;
}
.section-pdp .pdp-installment-table td {
    font-size: 12px;
    font-weight: 500;
}
.pdp-bank-note-footer {
    font-size: 11px;
    color: #aaa;
    margin-top: 10px;
    padding: 0 2px;
    line-height: 1.5;
}

/* ── PAYLAŞ — Compact kurumsal sosyal medya ── */
/* Link kopyalama */
.pdp-share-copy {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 6px 0 14px;
    background: #f5f5f3;
    border-radius: 10px;
    border: 1px solid #e8e8e4;
    gap: 6px;
}
.pdp-share-input {
    flex: 1;
    border: 0;
    background: transparent;
    font-size: 12px;
    color: #666;
    outline: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'SF Mono', 'Fira Code', monospace;
}
.pdp-share-copy-btn {
    width: 32px;
    height: 32px;
    border: 0;
    background: #1a1a18;
    border-radius: 7px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all .15s ease;
    color: #fff;
    flex-shrink: 0;
}
.pdp-share-copy-btn:hover {
    background: #333;
    transform: scale(1.05);
}
.pdp-share-copy-btn i {
    font-size: 13px;
    color: #fff;
}

/* Sosyal medya başlık */
.pdp-share-social-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #aaa;
    margin: 16px 0 10px;
}

/* Compact kurumsal sosyal ikonlar — override */
#share_social .tf-social-icon,
.section-pdp .tf-social-icon {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap;
    margin: 0 !important;
}
#share_social .tf-social-icon .box-icon,
.section-pdp .pdp-extra-inner .tf-social-icon .box-icon {
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
    opacity: .85;
}
#share_social .tf-social-icon .box-icon:hover,
.section-pdp .pdp-extra-inner .tf-social-icon .box-icon:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
/* Beyaz zemin üzerine renkli ikon — kurumsal */
#share_social .tf-social-icon .box-icon {
    background: #f5f5f3 !important;
    color: #333 !important;
    border: 1px solid #e8e8e4;
}
#share_social .tf-social-icon .box-icon.social-facebook { color: #1877f2 !important; }
#share_social .tf-social-icon .box-icon.social-twiter   { color: #000 !important; font-size: 13px !important; }
#share_social .tf-social-icon .box-icon.social-pinterest { color: #e60023 !important; }
#share_social .tf-social-icon .box-icon.bi-whatsapp     { color: #25d366 !important; }
#share_social .tf-social-icon .box-icon.bi-linkedin     { color: #0077b5 !important; }
#share_social .tf-social-icon .box-icon:hover {
    background: #fff !important;
    border-color: #d4d4d0 !important;
}

/* ── Toast bildirimi — link kopyalandı ── */
.pdp-copy-toast {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    background: #1a1a18;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,.18);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.pdp-copy-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.pdp-copy-toast i {
    color: #4ade80;
    font-size: 15px;
}

/* ═══════════════════════════════════════════════════════
   8. RICH TEXT EDITOR (tf-rte)
═══════════════════════════════════════════════════════ */

/* Cat Contant */
.cat_content {
    color: #3b3b37;
    font-size: 15px;
    line-height: 1.8;
    max-width: 100%;
    word-break: break-word;
}

/* ── Başlıklar ── */
.cat_content h1,
.cat_content h2,
.cat_content h3,
.cat_content h4,
.cat_content h5,
.cat_content h6 {
    color: #1a1a18;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
}
.cat_content h1 { font-size: 28px; letter-spacing: -0.02em; }
.cat_content h2 { font-size: 22px; letter-spacing: -0.01em; }
.cat_content h3 { font-size: 18px; }
.cat_content h4 { font-size: 16px; }
.cat_content h5 { font-size: 14px; }
.cat_content h6 { font-size: 13px; color: #6b6b67; }

/* İlk başlık üst margin'i kaldır */
.cat_content > h1:first-child,
.cat_content > h2:first-child,
.cat_content > h3:first-child,
.cat_content > h4:first-child {
    margin-top: 0;
}

/* ── Paragraf ── */
.cat_content p {
    margin-top: 0;
    margin-bottom: 1em;
}
.cat_content p:last-child { margin-bottom: 0; }

/* ── Listeler ── */
.cat_content ul,
.cat_content ol {
    margin: 0 0 1em 0;
    padding-left: 1.6em;
}
.cat_content ul { list-style: none; padding-left: 0; }
.cat_content ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.4em;
}
.cat_content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1a1a18;
}
.cat_content ol { list-style: decimal; }
.cat_content ol li { margin-bottom: 0.4em; }

/* İç içe listeler */
.cat_content ul ul,
.cat_content ol ol,
.cat_content ul ol,
.cat_content ol ul {
    margin-top: 0.4em;
    margin-bottom: 0;
}
.cat_content ul ul li::before { background: #9b9b97; width: 4px; height: 4px; }

/* ── Vurgu ── */
.cat_content strong,
.cat_content b { font-weight: 700; color: #1a1a18; }
.cat_content em,
.cat_content i { font-style: italic; }
.cat_content u { text-decoration: underline; text-underline-offset: 3px; }
.cat_content s,
.cat_content del { text-decoration: line-through; color: #9b9b97; }

/* ── Link ── */
.cat_content a {
    color: #1a1a18;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .15s;
}
.cat_content a:hover { opacity: .65; }

/* ── Alıntı ── */
.cat_content blockquote {
    margin: 1.4em 0;
    padding: 14px 20px;
    border-left: 3px solid #1a1a18;
    background: #f8f8f6;
    border-radius: 0 8px 8px 0;
    color: #3b3b37;
    font-style: italic;
}
.cat_content blockquote p { margin: 0; }

/* ── Kod ── */
.cat_content code {
    font-family: 'SFMono-Regular', Consolas, monospace;
    font-size: 13px;
    background: #f0f0ec;
    padding: 2px 6px;
    border-radius: 4px;
    color: #1a1a18;
}
.cat_content pre {
    background: #f0f0ec;
    border-radius: 8px;
    padding: 16px;
    overflow-x: auto;
    margin: 1em 0;
}
.cat_content pre code { background: none; padding: 0; }

/* ── Yatay çizgi ── */
.cat_content hr {
    border: none;
    border-top: 1px solid #e8e8e4;
    margin: 1.6em 0;
}

/* ── Tablo ── */
.cat_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: 14px;
}
.cat_content th {
    background: #f5f5f2;
    font-weight: 700;
    color: #1a1a18;
    text-align: left;
    padding: 10px 14px;
    border-bottom: 2px solid #e8e8e4;
}
.cat_content td {
    padding: 9px 14px;
    border-bottom: 1px solid #f0f0ec;
    color: #3b3b37;
}
.cat_content tr:last-child td { border-bottom: none; }
.cat_content tr:hover td { background: #fafaf8; }

/* ── Görsel ── */
.cat_content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 1em 0;
}

/* ── Devamını Oku — collapsed mod ── */
.cat-desc-collapsed {
    position: relative;
    overflow: hidden;
    max-height: var(--cat-collapse-at, 200px);
}
.cat-desc-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}
.cat-desc-collapsed.cat-desc-expanded {
    max-height: none;
    overflow: visible;
}
.cat-desc-collapsed.cat-desc-expanded::after { display: none; }

.cat-desc-toggle-wrap { margin-top: 12px; }
.cat-desc-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 1.5px solid #1a1a18;
    border-radius: 8px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a18;
    cursor: pointer;
    transition: all .15s;
}
.cat-desc-toggle-btn:hover {
    background: #1a1a18;
    color: #fff;
}
.cat-desc-toggle-btn i {
    font-size: 12px;
    transition: transform .25s;
}
.cat-desc-toggle-btn.expanded i {
    transform: rotate(180deg);
}

/* ── Bölüm başlığı ── */
.cat-desc-heading {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a18;
    margin: 0 0 16px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .cat_content { font-size: 14px; }
    .cat_content h1 { font-size: 22px; }
    .cat_content h2 { font-size: 18px; }
    .cat_content h3 { font-size: 16px; }
    .cat_content table { font-size: 13px; }
    .cat_content th,
    .cat_content td { padding: 7px 10px; }
}

/* ═══════════════════════════════════════════════════════
   9. ADDRESS MODAL
═══════════════════════════════════════════════════════ */

/* --- Address modal düzenlemeleri --- */

#new-address .modal-header,
#edit-address .modal-header,
#u_newAddressModal .modal-header,
#u_newBillAddressModal .modal-header {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
}
#new-address .modal-body,
#edit-address .modal-body,
#u_newAddressModal .modal-body,
#u_newBillAddressModal .modal-body {
    padding: 20px 24px 8px;
    max-height: 72vh;
}
#new-address .modal-footer-area,
#edit-address .modal-footer-area,
#u_newAddressModal .modal-footer-area,
#u_newBillAddressModal .modal-footer-area {
    padding: 12px 24px 20px;
    border-top: 1px solid #f0f0f0;
}

/* Modal submit button — tam genişlik, turuncu */
#new-address .btn-addr-submit,
#edit-address .btn-addr-submit,
#u_newAddressModal .btn-addr-submit,
#u_newBillAddressModal .btn-addr-submit {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
}

/* Adres info uyarı kutusu */
.addr-info-box {
    background: #fff8f0;
    border: 1px solid #ffe0bb;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 11px;
    color: #b35c00;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 12px;
}
.addr-info-box i {
    flex-shrink: 0;
    margin-top: 1px;
}

/* Varsayılan checkbox satırı */
.addr-default-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #444;
    cursor: pointer;
}
.addr-default-row input[type=checkbox] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary, #e65c00);
}
.tf-field textarea.tf-input {
    min-height: 80px;
}
/* ================================================================
   CHECKOUT — CHOOSE ADDRESS PAGE
================================================================ */

/* ── Checkout: Adres Kartları ── */
.ck-addr-header {
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.ck-addr-col {
    position: relative;
}
.ck-addr-col:first-child::after {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    right: 0;
    width: 1px;
    background: #f0f0f0;
}
@media (max-width: 767.98px) {
    .ck-addr-col:first-child::after {
        top: auto;
        bottom: 0;
        left: 12px;
        right: 12px;
        width: auto;
        height: 1px;
    }
}
.ck-addr-card {
    transition: background .12s;
}
.ck-addr-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f5f5f5;
    font-size: 14px;
    color: #555;
    flex-shrink: 0;
}
.ck-addr-label {
    color: #1a1a1a;
}
.ck-addr-contact {
    letter-spacing: 0.01em;
}
.ck-addr-contact i {
    font-size: 11px;
}
.ck-addr-line {
    color: #444;
    line-height: 1.5;
}
.ck-addr-region {
    margin-top: 2px;
}

/* Seçili adres kartı (choose-address) */
.ca-selected-card {
    border-color: #e8e8e8 !important;
    background: #fafafa;
    cursor: default;
}
.ca-selected-card:hover {
    border-color: var(--primary, #e53935) !important;
}

/* Fatura toggle */
#u_homeBillToggle {
    border-color: #f0f0f0 !important;
}
#u_homeBillToggle .form-check-input {
    width: 18px;
    height: 18px;
    accent-color: var(--primary, #e53935);
    cursor: pointer;
}

/* Adres Seçici Modal (Trendyol tarzı) */
#u_addressPickerModal .modal-body { max-height: 60vh; }
.ca-picker-item {
    transition: background .12s;
    border-left: 3px solid transparent !important;
}
.ca-picker-item:hover {
    background: #fafafa;
}
.ca-picker-item.ca-picker-active {
    background: #fff8f0;
    border-left-color: var(--primary, #e53935) !important;
}
.ca-picker-item .form-check-input {
    accent-color: var(--primary, #e53935);
}
.ca-picker-edit {
    text-decoration: none !important;
    white-space: nowrap;
}
.ca-picker-edit:hover {
    text-decoration: underline !important;
}

/* Mobilde sipariş özeti sticky alt çubuk */
.tf-sticky-btn-cart-summary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: var(--white);
    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 4px -4px 5px rgba(0,0,0,.03);
    padding: 10px 0;
    cursor: pointer;
}
.tf-sticky-btn-cart-summary .cart-summary-toggle-icon i {
    display: inline-block;
    transition: transform .2s ease;
}
.tf-sticky-btn-cart-summary[aria-expanded="true"] .cart-summary-toggle-icon i {
    transform: rotate(180deg);
}

/* Özet sheet (aşağıdan çıkan panel) */
.tf-cart-summary-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 93px;
    z-index: 69;
    padding: 20px 0;
}
.tf-cart-summary-sheet .cart-summary-sheet-inner {
    max-height: 60vh;
    overflow: auto;
}

@media (max-width: 991.98px) {
    /* Sheet backdrop */
    .tf-cart-summary-backdrop {
        position: fixed;
        margin-top: 0;
        inset: 0;
        background: rgba(0,0,0,.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease, visibility .2s ease;
        z-index: 68;
    }
    .tf-cart-summary-sheet.show ~ .tf-cart-summary-backdrop,
    .tf-cart-summary-backdrop.show {
        opacity: 1;
        visibility: visible;
    }

    /* Sticky summary override */
    .cart-summary.sticky-top,
    .section-view-cart .cart-summary.sticky-top {
        position: static !important;
        top: auto !important;
    }

    /* Sayfa alt boşluk (sticky buton için) */
    .section-choose-address {
        padding-bottom: 120px;
    }
}

/* ═══════════════════════════════════════════════════════
   10. COUPON SECTION + SWIPER TAGS + CHIPS
═══════════════════════════════════════════════════════ */
.coupon-section {
    border-color: #ececec !important;
}
.coupon-input-row {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.coupon-slider-area {
    border-color: #f5f5f5 !important;
}
.couponSwiper { padding: 2px 0; }
.couponSwiper .swiper-slide { height: auto; }

.coupon-tag {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    transition: .2s;
    min-height: 48px;
}
.coupon-tag-info {
    flex: 1;
    padding: 6px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.coupon-discount {
    font-size: 10px;
    font-weight: 700;
    color: #ff6000;
    background: #fff3ea;
    border: 1px solid #ffe1cf;
    padding: 0 4px;
    border-radius: 4px;
    width: fit-content;
    line-height: 1.6;
}
.coupon-tag-text {
    font-size: 11px;
    font-weight: 600;
    color: #222;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.coupon-tag-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}
.coupon-tag-date {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 9px;
    color: #9aa0a6;
    white-space: nowrap;
}
.coupon-tag-button {
    width: 45px;
    flex-shrink: 0;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    cursor: pointer;
    border-radius: 5px;
}
.coupon-tag-button span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4px;
    text-transform: capitalize;
}
.coupon-tag.is-applied {
    border-color: #ff6000;
    box-shadow: 0 1px 6px rgba(255,96,0,0.1);
}
.coupon-tag.is-applied .coupon-tag-button {
    background: #ff6000;
}
.coupon-tag.is-applied .coupon-tag-info {
    background: rgba(255,96,0,0.03);
}

/* Coupon Chip (aktif kupon göstergesi — sipariş özeti) */
.coupon-chip {
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.coupon-chip-body {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
}
.coupon-chip-body i {
    color: #ff6000;
    font-size: 14px;
}
.coupon-chip-body span {
    font-size: 11px;
}
.coupon-chip-remove {
    width: 30px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: filter .15s ease;
}
.coupon-chip-remove:hover {
    filter: brightness(.85);
}
.coupon-chip-remove i {
    color: #fff;
    font-size: 14px;
}

/* ═══════════════════════════════════════════════════════
   FORSID — Kategori Sayfası
═══════════════════════════════════════════════════════ */

/* ── Alt Kategori Swiper — okları her zaman göster ── */
.hover-sw-nav:has(.cat-subcat-swiper) .nav-sw {
    visibility: visible !important;
    margin: 0 !important;
}

/* ── Alt Kategori Swiper — hizalama (item < slidesPerView) ── */
.cat-subcat-swiper .swiper-wrapper {
    /* Swiper item sayısı az olunca sola yapışmasın */
}
.cat-subcat-swiper.swiper-align-left .swiper-wrapper { justify-content: flex-start; }
.cat-subcat-swiper.swiper-align-center .swiper-wrapper { justify-content: center; }
.cat-subcat-swiper.swiper-align-right .swiper-wrapper { justify-content: flex-end; }

/* ── Alt Kategori — Circle / Rounded düzen ── */
.tf-categories-wrap .tf-categories-container {
    flex-wrap: wrap;
    justify-content: center;
}
.tf-categories-wrap .collection-item-circle.style-2 {
    min-width: 120px;
    max-width: 160px;
}
.tf-categories-wrap .collection-item-circle.style-2 .collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Sidebar layout ── */
@media (min-width: 1200px) {
    .tf-row-flex {
        display: flex;
        gap: 24px;
    }
    .tf-row-flex > .tf-shop-sidebar {
        width: 260px;
        flex-shrink: 0;
    }
    .tf-row-flex > .tf-shop-content {
        flex: 1;
        min-width: 0;
    }
    .tf-row-flex > .tf-shop-sidebar .canvas-header {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .tf-row-flex > .tf-shop-sidebar {
        display: none;
    }
}


/* ── Aktif filtre badge'leri ── */
.forsid-filter-badge {
    font-size: 12px; font-weight: 600; color: #1a1a18;
    background: #f5f5f2; border: 1px solid #e4e4e0;
    padding: 5px 10px; border-radius: 6px;
    text-decoration: none; display: inline-flex;
    align-items: center; gap: 6px;
    transition: background .15s;
}
.forsid-filter-badge:hover { background: #eaeae7; color: #1a1a18; }
.forsid-filter-clear {
    font-size: 12px; font-weight: 600; color: #fff;
    background: #1a1a18; padding: 5px 12px; border-radius: 6px;
    text-decoration: none; display: inline-flex;
    align-items: center; gap: 6px;
}
.forsid-filter-clear:hover { background: #333; color: #fff; }

@media (max-width: 767px) {
    .tf-categories-wrap .collection-item-circle.style-2 {
        min-width: 90px;
        max-width: 110px;
    }
    .tf-categories-wrap .tf-categories-container {
        gap: 12px !important;
    }
}

/* Cookie  */
#cookie-banner,
#cookie-banner-overlay {
    --cb-accent:   var(--f-accent, #000000);
    --cb-bg:       #ffffff;
    --cb-text:     #000000;
    --cb-subtext:  #b0b0b0;
    --cb-border:   rgba(255,255,255,.08);
    --cb-radius:   10px;
    --cb-shadow:   0 4px 24px rgba(0,0,0,.28);
}

.cb--bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9990;
    background: var(--cb-bg);
    border-top: 2px solid var(--cb-accent);
    box-shadow: 0 -2px 16px rgba(0,0,0,.22);
    padding: 14px 24px;
}
.cb--bar .cb__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.cb--bar .cb__body { flex: 1; min-width: 0; }
.cb__icon{
    font-size: 2.6rem;
    color: var(--cb-accent);
    line-height: 1;
}
.cb__img {
    padding: 3px;
}
.cb__img img {
    width: 52px;
    height: 52px;
}
.cb-overlay {
    position: fixed;
    inset: 0;
    z-index: 9990;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(2px);
}
.cb--popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9991;
    width: 100%;
    max-width: 440px;
    background: var(--cb-bg);
    border-radius: var(--cb-radius);
    box-shadow: var(--cb-shadow);
    border: 1px solid var(--cb-border);
    padding: 32px 28px 24px;
    text-align: center;
}
.cb--popup .cb__popup-icon {
    font-size: 2rem;
    color: var(--cb-accent);
    margin-bottom: 12px;
    line-height: 1;
}

.cb--box {
    position: fixed;
    bottom: 24px; left: 24px;
    z-index: 9990;
    width: 100%;
    max-width: 340px;
    background: var(--cb-bg);
    border-radius: var(--cb-radius);
    box-shadow: var(--cb-shadow);
    border: 1px solid var(--cb-border);
    border-left: 3px solid var(--cb-accent);
    padding: 20px;
}
.cb--box .cb__box-icon {
    font-size: 1.4rem;
    color: var(--cb-accent);
    margin-bottom: 8px;
    line-height: 1;
}

.cb--hidden {
    display: none !important;
}

.cb__title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.cb__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}
.cb__text a {
    color: var(--cb-accent);
    text-decoration: underline;
}
.cb__text p { margin: 0 0 4px; }

.cb__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
.cb__actions--stack {
    margin-top: 16px;
}
.cb__actions--stack .cb__btn { width: 100%; justify-content: center; }

.cb__btn {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    border: 1.5px solid var(--line);
    background: #fff;
    color: var(--main);
    transition: background .12s ease, color .12s ease, border-color .12s ease;
}
.cb__btn--accept {
    background: var(--cb-accent);
    color: #fff;
}
.cb__btn--accept:hover { opacity: .88; }
.cb__btn--reject {
    background: transparent;
    border: 1px solid #404556;
}
.cb__btn--reject:hover {background-color: #404556; border-color: #404556; color: #fff; }

@media (max-width: 576px) {
    .cb--bar .cb__inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .cb--box { bottom: 0; left: 0; right: 0; max-width: 100%; border-radius: 0; border-left: none; border-top: 3px solid var(--cb-accent); }
    .cb--popup { max-width: calc(100% - 32px); padding: 24px 20px 20px; }
}

.od-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    align-self: center;
    flex-shrink: 0;
    font-size: 12px;
    color: #555;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 4px 10px;
    white-space: nowrap;
    text-decoration: none;
    transition: border-color .2s, color .2s;
}
.od-review-btn:hover {
    border-color: #111;
    color: #111;
}
/* Görsel yükleme slotları */
.review-slots {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.review-slot {
    width: 70px;
    height: 100px;
    border: 2px dashed #d1d5db;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color .2s, background .2s;
    background: #fafafa;
}

.review-slot:hover {
    border-color: var(--main, #e53935);
    background: #fff5f5;
}

.slot-plus {
    font-size: 22px;
    color: #9ca3af;
    line-height: 1;
}

.slot-text {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}

.slot-img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.slot-remove {
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.review-slot.has-image .slot-img,
.review-slot.has-image .slot-remove {
    display: block;
}

.review-slot.has-image .slot-plus,
.review-slot.has-image .slot-text {
    display: none;
}

/* Gönder butonu */
.popup-review .button-submit {
    padding: 0 24px 24px;
}

.list-rating-check:not(:checked) > label{
    font-size: 24px;
}

/* ================================================================
   BRANDS BLOCK — Marquee (Kayan Bant)
   theme.css'e ekle
================================================================ */

.brand-item--text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #555;
}
.brand-item--text a {
    color: inherit;
    text-decoration: none;
}

.bm-outer {
    overflow: hidden;
    width: 100%;
}

.bm-track {
    display: flex;
    width: max-content;
    animation: bmScroll linear infinite;
    will-change: transform;
}

.bm-outer:hover .bm-track {
    animation-play-state: paused;
}

.bm-set {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.bm-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-link {
    color: #555;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.bm-link:hover { color: #1a1a18; }

.bm-img {
    width: auto;
    object-fit: contain;
    display: block;
}
.bm-img-link {
    display: block;
    line-height: 0;
}

/* --bm-copies blade'den inline style ile gelir */
@keyframes bmScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(calc(-100% / var(--bm-copies, 4))); }
}

/* ═══════════════════════════════════════════════════════
   PAYMENT RESULT — success / failure sayfaları
═══════════════════════════════════════════════════════ */

.pr-wrap {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
}

.pr-card {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border: 1px solid #e1e1dc;
    border-radius: 16px;
    padding: 48px 40px 40px;
    text-align: center;
}

/* İkon */
.pr-icon {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 36px;
    margin-bottom: 24px;
}
.pr-icon--success {
    background: rgba(158, 206, 179, 0.15);
    color: #9eceb3;
}
.pr-icon--failed {
    background: rgba(239, 68, 68, 0.08);
    color: #ef4444;
}

/* Başlık */
.pr-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a18;
    margin-bottom: 8px;
    line-height: 1.3;
}

/* Sipariş numarası */
.pr-order-number {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #6b6b67;
    background: #f6f6f3;
    border: 1px solid #e1e1dc;
    border-radius: 6px;
    padding: 6px 14px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}
.pr-order-number a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed #9eceb3;
}
.pr-order-number a:hover { color: #1a1a18; }

/* Açıklama */
.pr-desc {
    font-size: 14px;
    color: #6b6b67;
    line-height: 1.7;
    margin-bottom: 32px;
}

/* Hata detay kutusu */
.pr-error-box {
    background: #fff8f8;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 28px;
    text-align: left;
}
.pr-error-box__label {
    font-size: 11px;
    font-weight: 600;
    color: #ef4444;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}
.pr-error-box__msg {
    font-size: 13px;
    color: #7f1d1d;
    line-height: 1.6;
}

/* Butonlar */
.pr-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 46px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .18s ease;
    cursor: pointer;
    border: none;
}
.pr-btn--primary {
    background: #1a1a18;
    color: #fff;
}
.pr-btn--primary:hover {
    background: #2d2d2a;
    color: #fff;
}
.pr-btn--outline {
    background: #fff;
    color: #1a1a18;
    border: 1.5px solid #e1e1dc;
}
.pr-btn--outline:hover {
    border-color: #1a1a18;
    background: #f6f6f3;
}

/* Divider */
.pr-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 0;
    color: #c5c5c0;
    font-size: 12px;
}
.pr-divider::before,
.pr-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e1e1dc;
}

@media (max-width: 480px) {
    .pr-card { padding: 36px 20px 28px; }
    .pr-title { font-size: 19px; }
}

.fsd-result-section { padding: 60px 0 80px; min-height: 60vh; display: flex; align-items: center; }
.fsd-result { display: flex; justify-content: center; }
.fsd-result__card { background: #fff; border-radius: 20px; box-shadow: 0 4px 24px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.04); padding: 48px 40px; max-width: 560px; width: 100%; text-align: center; position: relative; overflow: hidden; }
.fsd-result__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.fsd-result__card--success::before { background: linear-gradient(90deg, #10b981, #34d399, #6ee7b7); }
.fsd-result__card--failed::before { background: linear-gradient(90deg, #ef4444, #f87171, #fca5a5); }
.fsd-result__card--remittance::before { background: linear-gradient(90deg, #141414, #2f3339, #a6a9ad); }

.fsd-result__icon-wrap { position: relative; display: inline-flex; margin-bottom: 20px; }
.fsd-result__icon { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: fsdPop .5s cubic-bezier(.175,.885,.32,1.275) both; }
.fsd-result__card--success .fsd-result__icon { background: linear-gradient(135deg, #10b981, #34d399); color: #fff; box-shadow: 0 8px 24px rgba(16,185,129,.3); }
.fsd-result__card--failed .fsd-result__icon { background: linear-gradient(135deg, #ef4444, #f87171); color: #fff; box-shadow: 0 8px 24px rgba(239,68,68,.3); }
.fsd-result__card--remittance .fsd-result__icon { background: linear-gradient(135deg, #313337, #51575f); color: #fff; box-shadow: 0 8px 24px rgba(59,130,246,.3); }

.fsd-result__confetti { position: absolute; inset: 0; pointer-events: none; }
.fsd-result__confetti span { position: absolute; width: 6px; height: 6px; border-radius: 50%; animation: fsdConf .8s ease-out both; }
.fsd-result__confetti span:nth-child(1) { background: #10b981; top: 50%; left: 50%; animation-delay: .1s; --tx: -30px; --ty: -40px; }
.fsd-result__confetti span:nth-child(2) { background: #f59e0b; top: 50%; left: 50%; animation-delay: .2s; --tx: 35px; --ty: -30px; }
.fsd-result__confetti span:nth-child(3) { background: #3b82f6; top: 50%; left: 50%; animation-delay: .15s; --tx: -40px; --ty: 20px; }
.fsd-result__confetti span:nth-child(4) { background: #ef4444; top: 50%; left: 50%; animation-delay: .25s; --tx: 25px; --ty: 35px; }
.fsd-result__confetti span:nth-child(5) { background: #8b5cf6; top: 50%; left: 50%; animation-delay: .3s; --tx: -15px; --ty: -50px; }
.fsd-result__confetti span:nth-child(6) { background: #ec4899; top: 50%; left: 50%; animation-delay: .35s; --tx: 45px; --ty: 10px; }
@keyframes fsdPop { 0% { transform: scale(0); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes fsdConf { 0% { transform: translate(0,0) scale(1); opacity: 1; } 100% { transform: translate(var(--tx),var(--ty)) scale(0); opacity: 0; } }

.fsd-result__title { font-size: 24px; font-weight: 700; color: #1a1a18; margin: 0 0 12px; letter-spacing: -.02em; }
.fsd-result__order-badge { display: inline-block; padding: 6px 16px; background: #f0fdf4; border: 1.5px dashed #86efac; border-radius: 8px; font-size: 14px; font-weight: 600; color: #166534; margin-bottom: 16px; }
.fsd-result__order-badge--remittance { background: #eff6ff; border-color: #93c5fd; color: #000000; }
.fsd-result__order-badge a { color: inherit; text-decoration: none; }
.fsd-result__order-badge a:hover { text-decoration: underline; }
.fsd-result__desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0 0 24px; }
.fsd-result__desc strong { color: #374151; }

.fsd-result__steps { display: flex; align-items: center; justify-content: center; margin-bottom: 32px; padding: 16px 0; }
.fsd-result__step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
.fsd-result__step span { font-size: 11px; font-weight: 600; color: #9ca3af; white-space: nowrap; }
.fsd-result__step-dot { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #d1d5db; background: #fff; }
.fsd-result__step--done .fsd-result__step-dot { background: #10b981; border-color: #10b981; box-shadow: 0 0 0 3px rgba(16,185,129,.15); }
.fsd-result__step--done span { color: #10b981; }
.fsd-result__step-line { width: 40px; height: 2px; background: #e5e7eb; margin: 0 4px; margin-bottom: 20px; flex-shrink: 0; }

.fsd-result__error-box { display: flex; align-items: flex-start; gap: 12px; background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px; padding: 16px; margin-bottom: 20px; text-align: left; }
.fsd-result__error-icon { color: #ef4444; font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.fsd-result__error-text { font-size: 13px; color: #991b1b; line-height: 1.5; }

.fsd-result__tips { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; text-align: left; }
.fsd-result__tip { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #6b7280; padding: 8px 12px; background: #f9fafb; border-radius: 8px; }
.fsd-result__tip i { color: #9ca3af; font-size: 15px; flex-shrink: 0; }

.fsd-result__notice { display: flex; align-items: flex-start; gap: 10px; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 12px; padding: 14px 16px; margin-bottom: 24px; text-align: left; font-size: 13px; color: #020202; line-height: 1.5; }
.fsd-result__notice i { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.fsd-result__notice strong { font-weight: 700; }

.fsd-result__banks { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; text-align: left; }
.fsd-result__bank { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.fsd-result__bank-name { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #f9fafb; font-size: 14px; font-weight: 700; color: #1a1a18; border-bottom: 1px solid #e5e7eb; }
.fsd-result__bank-name i { color: #6b7280; }
.fsd-result__bank-details { padding: 12px 16px; }
.fsd-result__bank-row { display: flex; justify-content: space-between; align-items: center; padding: 4px 0; }
.fsd-result__bank-row + .fsd-result__bank-row { border-top: 1px solid #f3f4f6; padding-top: 8px; margin-top: 4px; }
.fsd-result__bank-label { font-size: 12px; color: #9ca3af; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; }
.fsd-result__bank-value { font-size: 13px; color: #374151; font-weight: 500; }
.fsd-result__bank-iban { font-family: ui-monospace, SFMono-Regular, monospace; letter-spacing: .5px; }

.fsd-result__actions { display: flex; flex-direction: column; gap: 10px; }
.fsd-result__btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; cursor: pointer; border: none; }
.fsd-result__btn--primary { background: #1a1a18; color: #fff; }
.fsd-result__btn--primary:hover { background: #333; color: #fff; }
.fsd-result__btn--outline { background: transparent; color: #1a1a18; border: 1.5px solid #e5e7eb; }
.fsd-result__btn--outline:hover { border-color: #1a1a18; background: #fafafa; color: #1a1a18; }

@media (max-width: 575px) {
    .fsd-result-section { padding: 32px 0 60px; }
    .fsd-result__card { padding: 36px 20px; border-radius: 16px; }
    .fsd-result__title { font-size: 20px; }
    .fsd-result__steps { gap: 2px; }
    .fsd-result__step-line { width: 20px; }
    .fsd-result__step span { font-size: 9px; }
    .fsd-result__bank-row { flex-direction: column; align-items: flex-start; gap: 2px; }
}

@media (max-width: 767px) {
    .slider-radius .wrap-slider {
        height: auto;
    }
    .slider-radius .wrap-slider img {
        height: 100%;
        object-fit: contain;
    }
    .slider-radius .box-content {
        padding: 0 16px;
    }
    .slider-radius .box-content .heading {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 14px !important;
    }
    .slider-radius .box-content .subheading {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 8px !important;
        display: block !important;
    }
    .slider-radius .tf-btn.btn-xl {
        font-size: 13px !important;
        line-height: 36px !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 480px) {
    .slider-radius .wrap-slider img {
        object-fit: contain;
    }
    .slider-radius .box-content .heading {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    .slider-radius .tf-btn.btn-xl {
        font-size: 12px !important;
        line-height: 32px !important;
        padding: 0 16px !important;
    }
}

.rich-text-block {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.75;
    color: #2c2c2c;
    word-break: break-word;
    overflow-wrap: break-word;
}

.rich-text-block h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px 0;
    color: #111;
}

.rich-text-block h2 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 32px 0 12px 0;
    color: #111;
}

.rich-text-block h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 28px 0 10px 0;
    color: #1a1a1a;
}

.rich-text-block h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 24px 0 8px 0;
    color: #1a1a1a;
}

.rich-text-block h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    margin: 20px 0 6px 0;
    color: #222;
}

.rich-text-block h6 {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 16px 0 6px 0;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rich-text-block h1:first-child,
.rich-text-block h2:first-child,
.rich-text-block h3:first-child,
.rich-text-block h4:first-child,
.rich-text-block h5:first-child,
.rich-text-block h6:first-child {
    margin-top: 0;
}

.rich-text-block p {
    margin: 0 0 16px 0;
    font-size: 1rem;
    line-height: 1.75;
}

.rich-text-block p:last-child {
    margin-bottom: 0;
}

.rich-text-block strong,
.rich-text-block b {
    font-weight: 700;
    color: #111;
}

.rich-text-block em,
.rich-text-block i {
    font-style: italic;
}

.rich-text-block u {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rich-text-block s,
.rich-text-block del {
    text-decoration: line-through;
    opacity: 0.7;
}

.rich-text-block a {
    color: var(--theme-primary, #2563eb);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s, opacity 0.2s;
}

.rich-text-block a:hover {
    opacity: 0.8;
}

.rich-text-block ul,
.rich-text-block ol {
    margin: 0 0 16px 0;
    padding-left: 24px;
}

.rich-text-block ul {
    list-style-type: disc;
    list-style: disc;
}

.rich-text-block ol {
    list-style-type: decimal;
    list-style: decimal;
}

.rich-text-block li {
    margin-bottom: 6px;
    line-height: 1.65;
    font-size: 1rem;
    list-style: inherit;
    padding-left: 4px;
}

.rich-text-block li:last-child {
    margin-bottom: 0;
}

.editor-content ul,
.editor-content ol,
.pdp-details-lead ul,
.pdp-details-lead ol {
    display: block !important;
    margin: 0 0 1em 0 !important;
    padding-left: 1.8em !important;
}

.editor-content ul,
.pdp-details-lead ul {
    list-style: disc !important;
}

.editor-content ol,
.pdp-details-lead ol {
    list-style: decimal !important;
}

.editor-content li,
.pdp-details-lead li {
    display: list-item !important;
    list-style: inherit !important;
    margin-bottom: 0.35em !important;
    padding-left: 0.2em;
    line-height: 1.6;
}

.rich-text-block .rt-content{
    position: relative;
}

/* ── "Daha Fazla Göster" — kapalı durum ── */
.rich-text-block.rt-mode-readmore .rt-content{
    max-height: var(--rt-ch, 240px);
    overflow: hidden;
    transition: max-height .35s ease;
}
.rich-text-block.rt-mode-readmore .rt-content::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, transparent, var(--rt-fade, #ffffff));
    pointer-events: none;
    transition: opacity .3s ease;
}

/* Gizli checkbox (label ile tetiklenir) */
.rich-text-block .rt-more-cb{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Açık durum */
.rich-text-block.rt-mode-readmore .rt-more-cb:checked ~ .rt-content{
    max-height: none;
}
.rich-text-block.rt-mode-readmore .rt-more-cb:checked ~ .rt-content::after{
    opacity: 0;
}

/* ── Buton ── */
.rich-text-block .rt-more-btn{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding: 9px 18px;
    border: 1.5px solid var(--rt-btn-color, #1a1a18);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: var(--rt-btn-color, #1a1a18);
    background: transparent;
    cursor: pointer;
    user-select: none;
    transition: background .15s ease, color .15s ease;
}
.rich-text-block .rt-more-btn:hover{
    background: var(--rt-btn-color, #1a1a18);
    color: #fff;
}
.rich-text-block .rt-more-btn .rt-more-hide{ display: none; }
.rich-text-block .rt-more-cb:checked ~ .rt-more-btn .rt-more-show{ display: none; }
.rich-text-block .rt-more-cb:checked ~ .rt-more-btn .rt-more-hide{ display: inline; }
.rich-text-block .rt-more-btn i{
    font-size: 11px;
    transition: transform .3s ease;
}
.rich-text-block .rt-more-cb:checked ~ .rt-more-btn i{
    transform: rotate(180deg);
}

/* Buton hizalama (içerik hizasına uyar) */
.rich-text-block.rt-acenter .rt-more-btn{ margin-left: auto; margin-right: auto; }
.rich-text-block.rt-aright .rt-more-btn{ margin-left: auto; }

/* ── Scroll modu ── */
.rich-text-block.rt-mode-scroll .rt-content{
    max-height: var(--rt-ch, 240px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #cfcfcf transparent;
}
.rich-text-block.rt-mode-scroll .rt-content::-webkit-scrollbar{ width: 6px; }
.rich-text-block.rt-mode-scroll .rt-content::-webkit-scrollbar-track{ background: transparent; }
.rich-text-block.rt-mode-scroll .rt-content::-webkit-scrollbar-thumb{ background: #cfcfcf; border-radius: 6px; }

/* ── Mobil ── */
@media (max-width: 767px){
    .rich-text-block.rt-mode-readmore .rt-content,
    .rich-text-block.rt-mode-scroll .rt-content{
        max-height: var(--rt-ch-m, 200px);
    }
    .rich-text-block.rt-mode-readmore .rt-more-cb:checked ~ .rt-content{
        max-height: none;
    }
}

.hb-responsive{
    display: block;
    font-size: var(--hb-fsd, 32px);
    text-align: var(--hb-ad, left);
    max-width: var(--hb-maxw-d, 100%);
}
.hb-responsive.hb-aleft{ margin-left: 0; margin-right: auto; }
.hb-responsive.hb-acenter{ margin-left: auto; margin-right: auto; }
.hb-responsive.hb-aright{ margin-left: auto; margin-right: 0; }

@media (max-width: 767px){
    .hb-responsive{
        font-size: var(--hb-fsm, 24px);
        text-align: var(--hb-am, left);
        max-width: var(--hb-maxw-m, 100%);
    }
}

.rich-text-block ul ul {
    list-style-type: circle;
    margin-top: 6px;
    margin-bottom: 6px;
}

.rich-text-block ul ul ul {
    list-style-type: square;
}

.rich-text-block ol ol {
    list-style-type: lower-alpha;
    margin-top: 6px;
    margin-bottom: 6px;
}

.rich-text-block blockquote {
    margin: 20px 0;
    padding: 12px 20px;
    border-left: 4px solid var(--theme-primary, #2563eb);
    background: #f8f9fa;
    border-radius: 0 6px 6px 0;
    font-style: italic;
    color: #444;
}

.rich-text-block blockquote p {
    margin-bottom: 8px;
}

.rich-text-block blockquote p:last-child {
    margin-bottom: 0;
}

.rich-text-block pre {
    margin: 16px 0;
    padding: 16px;
    background: #1e1e2e;
    color: #cdd6f4;
    border-radius: 8px;
    overflow-x: auto;
    font-family: 'DM Mono', 'Fira Code', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
}

.rich-text-block code {
    font-family: 'DM Mono', 'Fira Code', monospace;
    font-size: 0.875em;
    background: #f1f3f5;
    padding: 2px 6px;
    border-radius: 4px;
    color: #d63384;
}

.rich-text-block pre code {
    background: none;
    padding: 0;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
}

.rich-text-block hr {
    border: none;
    height: 1px;
    background: #dee2e6;
    margin: 28px 0;
}

.rich-text-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 0.9375rem;
}

.rich-text-block th,
.rich-text-block td {
    padding: 10px 14px;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
}

.rich-text-block th {
    background: #f8f9fa;
    font-weight: 600;
    color: #111;
}

.rich-text-block img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 12px 0;
}

.rich-text-block figure {
    margin: 20px 0;
}

.rich-text-block figcaption {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    margin-top: 8px;
}

.rich-text-block sub {
    font-size: 0.75em;
    vertical-align: sub;
}

.rich-text-block sup {
    font-size: 0.75em;
    vertical-align: super;
}

.rich-text-block mark {
    background: #fff3bf;
    padding: 1px 4px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .rich-text-block {
        font-size: 15px;
        line-height: 1.7;
    }

    .rich-text-block h1 {
        font-size: 1.625rem;
    }

    .rich-text-block h2 {
        font-size: 1.375rem;
        margin-top: 24px;
    }

    .rich-text-block h3 {
        font-size: 1.1875rem;
        margin-top: 20px;
    }

    .rich-text-block h4 {
        font-size: 1.0625rem;
    }

    .rich-text-block ul,
    .rich-text-block ol {
        padding-left: 20px;
    }

    .rich-text-block blockquote {
        padding: 10px 14px;
        margin: 16px 0;
    }

    .rich-text-block table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 480px) {
    .rich-text-block {
        font-size: 14.5px;
    }

    .rich-text-block h1 {
        font-size: 1.4rem;
    }

    .rich-text-block h2 {
        font-size: 1.2rem;
    }

    .rich-text-block h3 {
        font-size: 1.075rem;
    }

    .rich-text-block pre {
        padding: 12px;
        font-size: 0.8125rem;
    }

    .rich-text-block th,
    .rich-text-block td {
        padding: 8px 10px;
        font-size: 0.875rem;
    }
}

.catnav {
    position: relative;
    flex-shrink: 0;
    z-index: 120;
}
.catnav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .2s;
    line-height: 1;
}
.catnav-btn:hover {
    opacity: .88;
}
.catnav-chevron {
    transition: transform .25s ease;
}
.catnav.is-open .catnav-chevron {
    transform: rotate(180deg);
}
.catnav-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent;
}
.catnav-panel::-webkit-scrollbar {
    width: 5px;
}
.catnav-panel::-webkit-scrollbar-track {
    background: transparent;
}
.catnav-panel::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 10px;
}
.catnav.is-open .catnav-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.catnav-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.catnav-list li a {
    display: block;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    transition: background .12s, color .12s, padding-left .15s;
}
.catnav-list li a:hover {
    background: #f7f7f7;
    color: #111;
    padding-left: 28px;
}
#header .box-nav-ul .item-link::before,
#header .box-nav-ul li:hover .item-link::before {
    display: none !important;
    width: 0 !important;
}
#header .box-nav-ul .menu-item > a::after {
    display: none !important;
}

.box-nav-ul .sub-menu.submenu-default {
    min-width: 260px;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #f0f0ec;
    box-shadow: 0 12px 40px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.04);
    background: #fff;
    left: 0;
    transform: translateY(12px);
}
.box-nav-ul .menu-item:hover > .sub-menu.submenu-default {
    transform: translateY(0px);
}
.box-nav-ul .sub-menu.submenu-default .menu-item-2,
.box-nav-ul .sub-menu.submenu-default li {
    list-style: none;
}
.box-nav-ul .sub-menu.submenu-default li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 8px;
    transition: background .15s, color .15s;
    text-decoration: none;
    line-height: 1.4;
}
.box-nav-ul .sub-menu.submenu-default li a:hover {
    background: #f5f5f2;
    color: #1a1a18;
    padding-left: 14px;
}
.box-nav-ul .sub-menu.submenu-default .menu-item-2::after {
    content: "\e906";
    font-family: "icomoon";
    font-size: 9px;
    color: #c8c8c4;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: color .15s;
}
.box-nav-ul .sub-menu.submenu-default .menu-item-2:hover::after {
    color: #1a1a18;
}
.box-nav-ul .sub-menu.submenu-default .menu-item-2 .sub-menu {
    left: 100%;
    top: -8px;
    min-width: 220px;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #f0f0ec;
    box-shadow: 0 12px 40px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.04);
    background: #fff;
}
.box-nav-ul .sub-menu.submenu-default .menu-item-2 .sub-menu::after {
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 100%;
    background-color: transparent;
    left: -24px;
    top: 0;
}
.box-nav-ul .sub-menu.submenu-default .menu-item-2 .sub-menu li a {
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 400;
}

.widget-facet { margin-bottom: 0; border-bottom: 1px solid #ebebeb; }
.widget-facet:last-child { border-bottom: none; }
.widget-facet .facet-title { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; font-size: 13px; font-weight: 600; color: #1a1a18; cursor: pointer; letter-spacing: -.01em; }
.widget-facet .facet-title .icon { transition: transform .2s ease; font-size: 7px; }
.widget-facet .facet-title.collapsed .icon { transform: rotate(180deg); }
.widget-facet .facet-title:hover { color: #000; }
.widget-facet .collapse { padding-bottom: 16px; }
.widget-facet .tf-filter-group { list-style: none; padding: 0; margin: 0; max-height: 220px; overflow-y: auto; }
.widget-facet .tf-filter-group::-webkit-scrollbar { width: 3px; }
.widget-facet .tf-filter-group::-webkit-scrollbar-track { background: transparent; }
.widget-facet .tf-filter-group::-webkit-scrollbar-thumb { background: #d4d4d0; border-radius: 3px; }
.widget-facet .list-item { padding: 0; margin: 0; gap: 10px;}
.widget-facet .list-item:not(:first-child) { margin-top: 4px; }
.widget-facet .list-item .label { display: flex; align-items: center; gap: 8px; padding: 7px 0; font-size: 13px; font-weight: 400; color: #333; cursor: pointer; line-height: 1.4; }
.widget-facet .list-item .label:hover { color: #1a1a18; }
.widget-facet .list-item .label .facet-count { font-size: 11px; color: #9b9b97; margin-left: auto; }
.widget-facet .tf-check { width: 16px; height: 16px; accent-color: #1a1a18; cursor: pointer; flex-shrink: 0; border-radius: 3px; border: 1px solid #c4c4c0; }
.widget-facet .tf-check:checked { border-color: #1a1a18; }
.widget-facet .facet-search { position: relative; margin-bottom: 8px; }
.widget-facet .facet-search-input { width: 100%; box-sizing: border-box; padding: 7px 10px 7px 30px; font-size: 12px; border: 1px solid #e4e4e0; border-radius: 6px; background: #f9f9f7; color: #1a1a18; outline: none; font-family: inherit; }
.widget-facet .facet-search-input:focus { border-color: #1a1a18; background: #fff; }
.widget-facet .facet-search-icon { position: absolute; left: 9px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; color: #9b9b97; pointer-events: none; }
.widget-facet .filter-color { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; max-height: none; overflow: visible; }
.widget-facet .filter-color .list-item { margin: 0; }
.widget-facet .filter-color .swatch-value { width: 28px; height: 28px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; transition: border-color .15s; }
.widget-facet .filter-color .swatch-value:hover { border-color: #1a1a18; }
.widget-facet .filter-color input:checked + label .swatch-value { border-color: #1a1a18; }
.widget-facet .widget-price { padding: 4px 0 0; }
.widget-facet .forsid-price-labels { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; }
.widget-facet .forsid-price-box { flex: 1; position: relative; }
.widget-facet .forsid-price-box .forsid-price-sym { position: absolute; left: 8px; top: 50%; transform: translateY(-50%); font-size: 12px; color: #9b9b97; pointer-events: none; }
.widget-facet .forsid-price-box input { width: 100%; box-sizing: border-box; padding: 8px 8px 8px 22px; font-size: 12.5px; border: 1px solid #e4e4e0; border-radius: 6px; background: #fff; color: #1a1a18; text-align: right; font-family: inherit; }
.widget-facet .forsid-price-sep { font-size: 12px; color: #9b9b97; }
.widget-facet .facet-pills { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; list-style: none; }
.widget-facet .facet-pill { display: inline-flex; align-items: center; gap: 4px; padding: 5px 12px; font-size: 12px; font-weight: 500; border: 1px solid #e4e4e0; border-radius: 16px; cursor: pointer; color: #333; background: #fff; transition: all .15s; }
.widget-facet .facet-pill:hover { border-color: #1a1a18; color: #1a1a18; }
.widget-facet .facet-pill.active { border-color: #1a1a18; color: #1a1a18; background: #f5f5f2; }
.widget-facet .facet-pill input { display: none; }
.facet-filter-form .facet-btn-wrap { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #ebebeb; }
.facet-filter-form .facet-btn-submit { width: 100%; padding: 11px 0; background: #1a1a18; color: #fff; font-size: 13px; font-weight: 600; border: none; border-radius: 8px; cursor: pointer; font-family: inherit; transition: background .15s; }
.facet-filter-form .facet-btn-submit:hover { background: #333; }
.facet-filter-form .facet-btn-clear { width: 100%; padding: 9px 0; background: transparent; color: #9b9b97; font-size: 12px; font-weight: 500; border: 1px solid #e4e4e0; border-radius: 8px; cursor: pointer; font-family: inherit; transition: all .15s; text-decoration: none; text-align: center; display: block; }
.facet-filter-form .facet-btn-clear:hover { border-color: #1a1a18; color: #1a1a18; }
.widget-facet .cate-item a { display: flex; align-items: center; color: #333; font-size: 12.5px; line-height: 1.3; font-weight: 400; text-decoration: none; padding: 5px 0; }
.widget-facet .cate-item a:hover { color: #1a1a18; }
.widget-facet .cate-item.current a { color: #1a1a18; font-weight: 600; }
.widget-facet .cate-item:not(:first-child) { margin-top: 2px; }
.widget-facet .list-categoris { list-style: none; padding: 0; margin: 0; max-height: 220px; overflow-y: auto; }
.widget-facet .facet-badge { font-size: 10px; padding: 2px 7px; background: #f0f7ff; color: #1a6fbf; border-radius: 4px; font-weight: 500; margin-left: auto; }
.forsid-price-slider .noUi-connect { background: #1a1a18; }
.forsid-price-slider .noUi-target { background: #e4e4e0; border: none; border-radius: 3px; box-shadow: none; height: 4px; }
.forsid-price-slider .noUi-handle { width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 2px solid #1a1a18; box-shadow: none; top: -7px; right: -8px; cursor: pointer; }
.forsid-price-slider .noUi-handle::before, .forsid-price-slider .noUi-handle::after { display: none; }
@media (max-width: 767px) {
    .widget-facet .facet-title { padding: 12px 0; font-size: 13px; }
    .widget-facet .tf-filter-group { max-height: 180px; }
    .widget-facet .list-item .label { font-size: 12px; padding: 4px 0; }
}

.hf-ann-fade,
.tf-marquee.marquee-fade {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.slideshow-tee .tf-btn{
    font-size:16px;
    padding: 16px 24px;
    border-color:transparent!important;
}

.footer .footer-heading, .footer-newsletter-block {
    margin-top: 15px;
}
.footer .footer-wrap .footer-body::before{
    display: none;
}

.section-pdp-details { padding-bottom: 50px; }
.pdt-acc { border-top: 1px solid #e4e2de; }
.pdt-item { border-bottom: 1px solid #e4e2de; }
.pdt-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; background: transparent; border: 0; padding: 18px 0; font-family: "Instrument Sans", sans-serif; font-size: 15px; font-weight: 500; color: #1a1a18; cursor: pointer; text-align: left; }
.pdt-icon { position: relative; width: 14px; height: 14px; flex-shrink: 0; }
.pdt-icon::before, .pdt-icon::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #1a1a18; }
.pdt-icon::before { width: 14px; height: 1.5px; }
.pdt-icon::after { width: 1.5px; height: 14px; transition: transform .2s ease; }
.pdt-head[aria-expanded="true"] .pdt-icon::after { transform: translate(-50%, -50%) scaleY(0); }
.pdt-body { padding: 0 0 22px; font-size: 14px; color: #444; line-height: 1.65; }
.pdt-body .editor-content p { margin-bottom: 10px; }
.review-avatar-placeholder { width: 44px; height: 44px; border-radius: 50%; background: var(--main); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; }
.review-count-badge { font-size: 12px; color: var(--text); margin-left: 4px; }
.review-image-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.review-image-thumb { display: block; width: 72px; height: 72px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line, #ebebeb); }
.review-image-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-features { padding: 8px 0; }
.pdp-features__table { width: 100%; border-collapse: collapse; }
.pdp-features__row:nth-child(odd) { background: var(--surface-2, #f9f9f7); }
.pdp-features__key, .pdp-features__val { padding: 11px 16px; font-size: 13.5px; line-height: 1.5; vertical-align: middle; border-bottom: 1px solid var(--line, #ebebeb); }
.pdp-features__key { width: 38%; font-weight: 500; color: var(--text, #1d1d1f); white-space: nowrap; }
.pdp-features__val { color: var(--text-2, #5a5a5a); }
@media (max-width: 575px) {
    .pdp-features__key, .pdp-features__val { padding: 9px 12px; font-size: 13px; }
    .pdp-features__key { width: 45%; }
}
.section-pdp .tf-product-info-list { padding-left: 0; }
.section-pdp .pdp-right .pdp-rating { display: flex; align-items: center; justify-content: flex-start; gap: 8px; margin: 4px 0 2px; font-family: "Instrument Sans", sans-serif; font-size: 12px; }
.section-pdp .pdp-right .pdp-rating .list-star-default { color: #1a1a18; }
.pdp-rating-score { font-size: 13px; font-weight: 600; color: #1a1a18; line-height: 1; }
.pdp-rating .list-star-default { display: inline-flex; align-items: center; gap: 2px; line-height: 1; }
.pdp-rating .list-star-default i { font-size: 12px; color: #1a1a18; }
.pdp-rating .list-star-default .icon-star-empty { color: #d9d7d2; }
.pdp-rating-text { font-size: 12px; color: #8a8a86; line-height: 1; }
.pdp-rating-text a { color: #8a8a86; text-decoration: underline; text-underline-offset: 2px; transition: color .15s ease; }
.pdp-rating-text a:hover { color: #1a1a18; }
.pdt-body .tab-reviews-heading { padding: 4px 0 20px; border-bottom: 1px solid #ececea; margin-bottom: 6px; }
.pdt-body .tab-reviews-heading .top { display: flex; align-items: flex-start; gap: 48px; flex-wrap: wrap; }
.pdt-body .tab-reviews-heading .number { font-size: 44px; font-weight: 700; color: #1a1a18; line-height: 1; margin: 0 0 6px; font-family: "Instrument Sans", sans-serif; letter-spacing: -.02em; }
.pdt-body .tab-reviews-heading .text-center p { font-size: 12px; color: #8a8a86; margin: 4px 0 0; }
.pdt-body .list-star .icon { color: #1a1a18; font-size: 13px; }
.pdt-body .list-star .icon[class*="-empty"] { color: #d9d7d2; }
.pdt-body .rating-score { flex: 1; min-width: 240px; display: flex; flex-direction: column; gap: 7px; }
.pdt-body .rating-score .item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #8a8a86; }
.pdt-body .rating-score .item .icon-star { color: #1a1a18; font-size: 11px; }
.pdt-body .rating-score .line-bg { flex: 1; height: 4px; background: #ececea; border-radius: 2px; overflow: hidden; }
.pdt-body .rating-score .line-bg div { height: 100%; background: #1a1a18; border-radius: 2px; }
.pdt-body .reply-comment-item { padding: 18px 0; border-bottom: 1px solid #f0efec; }
.pdt-body .reply-comment-item:last-child { border-bottom: 0; }
.pdt-body .reply-comment-item .user { display: flex; gap: 14px; align-items: flex-start; }
.pdt-body .reply-comment-item .review-avatar-placeholder { width: 40px; height: 40px; font-size: 15px; background: #1a1a18; }
.pdt-body .reply-comment-item h6 { font-size: 13px; font-weight: 600; color: #1a1a18; margin: 0 0 3px; font-family: "Instrument Sans", sans-serif; }
.pdt-body .reply-comment-item .list-star .icon { font-size: 11px; }
.pdt-body .reply-comment-item .day { font-size: 12px; color: #8a8a86; }
.pdt-body .reply-comment-item p { font-size: 13.5px; color: #444; line-height: 1.65; margin: 8px 0 0; }
@media (max-width: 575px) {
    .pdt-body .tab-reviews-heading .top { gap: 20px; }
    .pdt-body .tab-reviews-heading .number { font-size: 36px; }
}
#mobileMenu.canvas-mb { max-width: 420px; }
@media (max-width: 767px) {
    #mobileMenu.canvas-mb { width: 100vw !important; max-width: 100vw; }
}
#mobileMenu .mb-canvas-content { padding: 0; min-width: 0; max-width: none; }
#mobileMenu .mb-topbar { padding: 16px; border-bottom: 1px solid #f0efec; }
#mobileMenu .mb-navline { padding: 8px 16px 0; }
#mobileMenu .mb-back, #mobileMenu .mb-all { font-family: "Instrument Sans", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #1a1a18; opacity: .65; }
#mobileMenu .nav-ul-mb { list-style: none; margin: 0; padding: 0; }
#mobileMenu .nav-mb-item .mb-menu-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 0; font-family: "Instrument Sans", sans-serif; font-size: 15px; font-weight: 500; color: #1a1a18; text-decoration: none; line-height: 1.3; }
#mobileMenu .nav-mb-item .mb-menu-link:active { opacity: .6; }
#mobileMenu .mb-arrow { font-size: 20px; font-weight: 300; color: #1a1a18; line-height: 1; opacity: .85; }
#mobileMenu .mb-panel-body { padding: 4px 16px 16px; }
#mobileMenu .mb-account { padding: 14px 16px; border-top: 1px solid #f0efec; display: flex; flex-direction: column; background: #fff; }
#mobileMenu .mb-account-link { display: flex; align-items: center; padding: 8px 0; font-family: "Instrument Sans", sans-serif; font-size: 14px; color: #1a1a18; text-decoration: none; }
#mobileMenu .mb-account-link:first-child { font-weight: 600; }
#mobileMenu .mb-account-link:active { opacity: .6; }
#mobileMenu .mb-bottom { padding: 12px 16px 18px; border-top: 1px solid #f0efec; }

.section-view-cart .cart-item-img img { width: 90px; height: auto; object-fit: cover; border-radius: 8px; }
.section-view-cart .cart-qty.wg-quantity { display: inline-flex; align-items: center; border: 1px solid var(--line, #e5e5e5); border-radius: 8px; overflow: hidden; height: 38px; width: 100px; }
.section-view-cart .cart-qty .btn-quantity { width: 38px; height: 38px; font-size: 20px; display: grid; place-items: center; cursor: pointer; user-select: none; font-weight: 600; background: #f7f7f7; }
.section-view-cart .cart-qty input { width: 48px; height: 38px; border: 0; text-align: center; font-size: 14px; outline: none; }
.section-view-cart .cart-remove { line-height: 1; }
.section-view-cart .cart-remove:hover { opacity: 0.7; }
.section-view-cart .coupon-card { background: #fafafa; }
.section-view-cart .coupon-input { background: #fff; border: 1px dashed var(--line, #e5e5e5); border-radius: 10px; padding: 8px 10px; }
.section-view-cart .coupon-input input { background: transparent; padding: 0; height: 32px; }
.section-view-cart .coupon-input:focus-within { border-color: #111; box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.05); }
.section-view-cart .coupon-input .tf-btn { height: 34px; display: inline-flex; align-items: center; justify-content: center; }
.section-view-cart .coupon-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.section-view-cart .coupon-tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.3px; text-transform: uppercase; background: #f3f4f6; border: 1px solid #e5e7eb; color: #111827; }
.section-view-cart .coupon-tag__icon { width: 16px; height: 16px; display: inline-flex; align-items: center; justify-content: center; color: #111827; opacity: 0.9; flex: 0 0 auto; }
.section-view-cart .coupon-tag__text { line-height: 1; }
.section-view-cart .coupon-tag__remove { border: 0; background: transparent; color: #111827; font-size: 14px; line-height: 1; cursor: pointer; padding: 0 2px; opacity: 0.8; }
.section-view-cart .coupon-tag__remove:hover { opacity: 1; }
.section-view-cart .coupon-preset { border: 1px dashed #d8d8d8; background: #fafafa; padding: 8px 10px; border-radius: 10px; font-size: 12px; line-height: 1; cursor: pointer; transition: .15s ease; }
.section-view-cart .coupon-preset:hover { background: #f3f3f3; }
.section-view-cart .gift-card { padding: 15px 2px; }
.section-view-cart .cart-remove:hover .trash-shake { animation: trash-shake 0.5s ease-in-out; }
@keyframes trash-shake {
    0%   { transform: translateX(0) rotate(0deg); }
    15%  { transform: translateX(-2px) rotate(-8deg); }
    30%  { transform: translateX(2px) rotate(8deg); }
    45%  { transform: translateX(-2px) rotate(-6deg); }
    60%  { transform: translateX(2px) rotate(6deg); }
    75%  { transform: translateX(-1px) rotate(-3deg); }
    100% { transform: translateX(0) rotate(0deg); }
}
@media (max-width: 991.98px) {
    :root { --tf-toolbar-h: 67px; --cart-bar-h: 50px; }
    .section-view-cart { padding-bottom: 120px; }
}

.si-list{display:flex;flex-wrap:wrap;gap:var(--si-gap,12px);list-style:none;margin:0;padding:0;}
.si-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--si-size,36px);height:var(--si-size,36px);font-size:var(--si-icon,16px);text-decoration:none;flex-shrink:0;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;}
.si-btn i{line-height:1;pointer-events:none;}
.si-round{border-radius:50%;}
.si-soft{border-radius:8px;}
.si-square{border-radius:2px;}
.si-solid{background:var(--si-c,#1a1a18);color:#fff;border:1.5px solid var(--si-c,#1a1a18);}
.si-outline{background:transparent;color:var(--si-c,#1a1a18);border:1.5px solid var(--si-c,#1a1a18);}
.si-ghost{background:rgba(0,0,0,.07);color:var(--si-c,#1a1a18);border:1.5px solid transparent;}
.si-minimal{background:transparent;color:var(--si-c,#1a1a18);border:1.5px solid transparent;}
.si-hover-brand:hover{background:var(--si-brand,#1a1a18);border-color:var(--si-brand,#1a1a18);color:#fff;}
.si-hover-solid:hover{background:var(--si-hbg,#1a1a18);border-color:var(--si-hbg,#1a1a18);color:#fff;}
.si-hover-scale:hover{transform:scale(1.15);}
.si-hover-lift:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.15);}

.ibv2{
    background:var(--ibv2-bar-bg,transparent);
    padding-top:var(--ibv2-pady,18px);
    padding-bottom:var(--ibv2-pady,18px);
    margin-top:var(--ibv2-mt,0);
    margin-bottom:var(--ibv2-mb,0);
}
.ibv2.has-top-border{ border-top:1px solid var(--ibv2-border,#ececec); }
.ibv2.has-bottom-border{ border-bottom:1px solid var(--ibv2-border,#ececec); }
.ibv2.is-clickable{ cursor:pointer; user-select:none; }

.ibv2-cont{
    margin:0 auto;
    padding:0 15px;
}
.ibv2.is-boxed .ibv2-cont{ max-width:1320px; }

.ibv2-inner{
    display:grid;
    grid-template-columns:repeat(var(--ibv2-cols-lg,5),1fr);
    gap:var(--ibv2-gap,20px);
}

.ibv2-item{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    padding:2px 6px;
}
.ibv2.is-icon-top .ibv2-item{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:10px;
}
.ibv2.is-center .ibv2-item{
    justify-content:center;
    text-align:center;
}
.ibv2.is-divided .ibv2-item:not(:last-child){
    border-right:1px solid var(--ibv2-div,#ececec);
}

.ibv2-ic{
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--ibv2-icolor,#1f7a4d);
}
.ibv2.has-icon-bg .ibv2-ic{
    width:var(--ibv2-iwrap,44px);
    height:var(--ibv2-iwrap,44px);
    background:var(--ibv2-ibg,#eef6f1);
    border-radius:var(--ibv2-iradius,50%);
}
.ibv2-ic i{
    font-size:var(--ibv2-isize,22px);
    line-height:1;
    color:inherit;
}
.ibv2-ic img{
    width:var(--ibv2-isize,22px);
    height:var(--ibv2-isize,22px);
    object-fit:contain;
}

.ibv2-content{
    display:flex;
    flex-direction:column;
    min-width:0;
}
.ibv2-title{
    font-size:var(--ibv2-tsize,15px);
    font-weight:var(--ibv2-tweight,600);
    color:var(--ibv2-tcolor,#2b2b2b);
    line-height:1.3;
}
.ibv2.is-upper .ibv2-title{
    text-transform:uppercase;
    letter-spacing:.02em;
}
.ibv2-desc{
    margin-top:5px;
    font-size:var(--ibv2-dsize,13px);
    color:var(--ibv2-dcolor,#9aa0a6);
    line-height:1.55;
}

.ibv2.is-clickable .ibv2-desc{
    max-height:0;
    margin-top:0;
    opacity:0;
    overflow:hidden;
    transition:max-height .3s ease, opacity .25s ease, margin-top .3s ease;
}
.ibv2.is-clickable.is-open .ibv2-desc{
    max-height:240px;
    margin-top:5px;
    opacity:1;
}

@media (max-width: 991px){
    .ibv2-inner{ grid-template-columns:repeat(var(--ibv2-cols-md,3),1fr); }
    .ibv2.is-divided .ibv2-item:not(:last-child){ border-right:none; }
}
@media (max-width: 575px){
    .ibv2-inner{ grid-template-columns:repeat(var(--ibv2-cols-sm,2),1fr); }
    .ibv2-title{ font-size:var(--ibv2-tsize-mb,14px); }
}


#mobileMenu .mb-acc-scroll{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:6px 0 14px;}
#mobileMenu .mb-acc,#mobileMenu .mb-acc-sub{list-style:none;margin:0;padding:0;}
#mobileMenu .mb-acc-item{position:relative;}

#mobileMenu .mb-acc-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:13px 20px;
    border:0;
    background:transparent;
    text-align:left;
    cursor:pointer;
    font-family:"Instrument Sans",sans-serif;
    color:#1a1a18;
    text-decoration:none;
    line-height:1.25;
}
#mobileMenu .mb-acc-link:active{opacity:.6;}
#mobileMenu .mb-acc-text{display:inline-flex;align-items:center;gap:8px;min-width:0;}

#mobileMenu .mb-acc > .mb-acc-item > .mb-acc-link{font-size:18px;font-weight:600;}
#mobileMenu .mb-acc-sub .mb-acc-link{font-size:14px;font-weight:400;color:#3a3a3a;padding-top:9px;padding-bottom:9px;}

#mobileMenu .mb-acc-all .mb-acc-text{color:var(--primary,#e53935);font-weight:600;}

#mobileMenu .mb-acc-ic{width:18px;height:18px;object-fit:cover;border-radius:3px;}
#mobileMenu .mb-acc-ic-bi{font-size:15px;}

#mobileMenu .mb-acc-plus{position:relative;width:14px;height:14px;flex:0 0 14px;color:#9a9a96;}
#mobileMenu .mb-acc-plus::before,#mobileMenu .mb-acc-plus::after{content:"";position:absolute;background:currentColor;transition:transform .22s ease,opacity .22s ease;}
#mobileMenu .mb-acc-plus::before{left:1px;right:1px;top:50%;height:1.5px;transform:translateY(-50%);}
#mobileMenu .mb-acc-plus::after{top:1px;bottom:1px;left:50%;width:1.5px;transform:translateX(-50%);}
#mobileMenu .mb-acc-item.is-open > .mb-acc-link .mb-acc-plus::after{transform:translateX(-50%) scaleY(0);opacity:0;}

#mobileMenu .mb-acc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease;}
#mobileMenu .mb-acc-item.is-open > .mb-acc-panel{grid-template-rows:1fr;}
#mobileMenu .mb-acc-panel > .mb-acc-sub{overflow:hidden;min-height:0;}

#mobileMenu .mb-acc-sub .mb-acc-sub{margin-left:20px;padding-left:0;border-left:1px solid #ececec;}
