.card-product.tf-pcard {
    --tf-pcard-discount-bg: #fde68a;
    --tf-pcard-discount-text: #92400e;
    --tf-pcard-brand-indigo: #4f46e5;
    --tf-pcard-border: #e5e7eb;
    gap: 0;
    background: #fff;
    border: 0.5px solid var(--tf-pcard-border) !important;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-product[data-tf-native-card="card_2"] {
    container-type: inline-size;
    container-name: tf-pcard-b;
}

.card-product[data-tf-native-card="card_3"] {
    container-type: inline-size;
    container-name: tf-pcard-c;
}

.card-product[data-tf-native-card="card_5"] {
    container-type: inline-size;
    container-name: tf-pcard-5;
}

.card-product.tf-pcard--a {
    border-radius: 16px !important;
}

.card-product.tf-pcard--b {
    border-radius: 16px !important;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}

.card-product.tf-pcard--c {
    --tf-name-alignment: start;
    border-radius: 10px !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.card-product.tf-pcard--d {
    flex-direction: row !important;
    align-items: stretch;
    gap: 10px !important;
    padding: 8px;
    border-radius: 16px !important;
}

.card-product.tf-pcard--a:not(.product-style_list):hover,
.card-product.tf-pcard--b:not(.product-style_list):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

[data-tf-product-tabs] .card-product.tf-pcard[data-tf-native-card].border,
.tf-storefront .card-product.tf-pcard[data-tf-native-card].border,
[data-tf-product].tf-pcard[data-tf-native-card].border,
.card-product.tf-pcard.border {
    overflow: hidden;
}

[data-tf-product-tabs] .card-product.tf-pcard--a.border,
.tf-storefront .card-product.tf-pcard--a.border,
[data-tf-product].tf-pcard--a.border,
[data-tf-product-tabs] .card-product.tf-pcard--b.border,
.tf-storefront .card-product.tf-pcard--b.border,
[data-tf-product].tf-pcard--b.border {
    border-radius: 16px !important;
}

[data-tf-product-tabs] .card-product.tf-pcard--c.border,
.tf-storefront .card-product.tf-pcard--c.border,
[data-tf-product].tf-pcard--c.border {
    border-radius: 10px !important;
}

[data-tf-product-tabs] .card-product.tf-pcard--d.border,
.tf-storefront .card-product.tf-pcard--d.border,
[data-tf-product].tf-pcard--d.border {
    border-radius: 16px !important;
}

.card-product.tf-pcard:not(.product-style_list):not(.tf-pcard--d) .card-product_wrapper,
[data-tf-product-tabs] .card-product.tf-pcard[data-tf-native-card]:not(.tf-pcard--d).border:not(.product-style_list) .card-product_wrapper,
.tf-storefront .card-product.tf-pcard[data-tf-native-card]:not(.tf-pcard--d).border:not(.product-style_list) .card-product_wrapper,
[data-tf-product].tf-pcard[data-tf-native-card]:not(.tf-pcard--d).border:not(.product-style_list) .card-product_wrapper {
    width: auto;
    margin: 8px 8px 0 8px;
    overflow: hidden;
}

.card-product.tf-pcard--d .card-product_wrapper,
.card-product.tf-pcard--d.product-style_list .card-product_wrapper,
[data-tf-product-tabs] .card-product.tf-pcard--d .card-product_wrapper,
.tf-storefront .card-product.tf-pcard--d .card-product_wrapper,
[data-tf-product].tf-pcard--d .card-product_wrapper {
    width: 42% !important;
    min-width: 140px;
    max-width: none;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    align-self: stretch;
    height: auto;
}

.card-product.tf-pcard--d .card-product_wrapper .product-badge_list {
    top: 8px !important;
    left: 8px !important;
    right: auto;
}

.card-product.tf-pcard--d .card-product_wrapper .product-badge_list--tr {
    left: auto !important;
    right: 8px !important;
}

.card-product.tf-pcard--d .card-product_wrapper .product-badge_item {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.2;
}

.card-product.tf-pcard:not(.product-style_list) .card-product_wrapper .product-img,
.card-product.tf-pcard:not(.product-style_list) .card-product_wrapper .img-product,
.card-product.tf-pcard:not(.product-style_list) .card-product_wrapper .img-hover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-product.tf-pcard .card-product_wrapper .product-badge_list {
    top: 8px;
    left: 8px;
}

.card-product.tf-pcard .card-product_wrapper .product-badge_list--tr {
    left: auto;
    right: 8px;
}

.card-product_wrapper > .product-action_list {
    top: auto;
    right: 8px;
    bottom: 8px;
    left: auto;
}

.card-product .product-action_list .wishlist:not(.d-none),
.card-product .product-action_list li.wishlist:not(.d-none) {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: flex !important;
    transition: none;
}

.card-product .wishlist.d-none,
.card-product .product-action_list .wishlist.d-none,
.card-product .product-action_list li.wishlist.d-none {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.card-product [data-tf-fav-toggle].box-icon > i {
    color: var(--tf-wishlist-icon-color, currentColor);
    font-size: var(--tf-wishlist-icon-size, inherit);
    transition: color 0.2s ease;
}

.card-product [data-tf-fav-toggle].box-icon:hover > i,
.card-product [data-tf-fav-toggle].box-icon:focus-visible > i {
    color: var(--white, #fff) !important;
}

.wrapper-wishlist .product-action_remove.box-icon:hover,
.wrapper-wishlist .product-action_remove.box-icon:focus-visible {
    background-color: var(--black, #111) !important;
    color: var(--white, #fff) !important;
}

@media (max-width: 575px) {
    .card-product .product-action_list .wishlist:not(.d-none) {
        display: flex !important;
    }
}

.card-product_wrapper:has(> .product-action_list) > .tf-pcard-labels {
    right: 56px;
}

.card-product.tf-pcard .card-product_wrapper .product-badge_item img {
    width: auto;
    height: auto;
    max-width: 72px;
    max-height: 22px;
    object-fit: contain;
}

.card-product.tf-pcard .card-product_info,
[data-tf-product-tabs] .card-product.tf-pcard[data-tf-native-card].border:not(.product-style_list) .card-product_info,
.tf-storefront .card-product.tf-pcard[data-tf-native-card].border:not(.product-style_list) .card-product_info,
[data-tf-product].tf-pcard[data-tf-native-card].border:not(.product-style_list) .card-product_info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    place-content: start;
    place-items: stretch;
    text-align: start;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px 12px !important;
}

.card-product.tf-pcard--a .card-product_info { gap: 8px; padding: 12px 14px 14px !important; }
.card-product.tf-pcard--d .card-product_info,
[data-tf-product-tabs] .card-product.tf-pcard--d.border .card-product_info,
.tf-storefront .card-product.tf-pcard--d.border .card-product_info,
[data-tf-product].tf-pcard--d.border .card-product_info,
.card-product.tf-pcard--d.product-style_list .card-product_info {
    flex: 1;
    min-width: 0;
    width: auto;
    gap: 6px;
    padding: 2px 2px 2px 0 !important;
}

.card-product.tf-pcard .tf-pcard-brand {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
    line-height: 1.2;
}

.card-product .tf-pcard-brand-wrap {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin: 0 0 2px;
}

.card-product .tf-pcard-brand-link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    text-decoration: none;
    color: inherit;
}

.card-product .tf-pcard-brand-logo {
    display: block;
    max-width: 88px;
    max-height: 24px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.card-product.tf-pcard--c .tf-pcard-brand {
    color: var(--tf-pcard-brand-indigo);
    font-weight: 700;
}

.tf-pcard-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}

.tf-pcard-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    padding: 4px 7px;
    border-radius: 6px;
    background: #f3f4f6;
    color: #374151;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.tf-pcard-label i {
    flex: 0 0 auto;
    font-size: 11px;
}

.tf-pcard-label span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-product.tf-pcard--a .tf-pcard-label {
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
}

.card-product.tf-pcard--b .tf-pcard-label {
    border: 1px solid #d1d5db;
    background: rgba(255, 255, 255, 0.94);
    color: #4b5563;
}

.card-product.tf-pcard--c .tf-pcard-label {
    border-radius: 4px;
    background: #111827;
    color: #fff;
}

.card-product.tf-pcard--d .tf-pcard-label {
    padding: 4px 6px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.94);
    color: #111827;
    font-size: 9px;
}

.card-product.tf-pcard--d .tf-pcard-labels {
    right: auto;
    flex-direction: column;
    align-items: flex-start;
}

.card-product[data-tf-native-card="card_5"].border,
[data-tf-product-tabs] .card-product[data-tf-native-card="card_5"].border,
.tf-storefront .card-product[data-tf-native-card="card_5"].border,
[data-tf-product][data-tf-native-card="card_5"].border {
    border-radius: 0 !important;
}

.card-product[data-tf-native-card="card_5"] .tf-pcard-label {
    border: 1px solid #111;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.94);
    color: #111;
    font-family: var(--font-main, inherit);
}

.card-product[data-tf-native-card="card_5"] .tf-pcard-labels {
    right: auto;
    flex-direction: column;
    align-items: flex-start;
}

.card-product.tf-pcard .tf-pcard-name,
.card-product.tf-pcard .name-product {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    text-align: start !important;
    width: 100%;
}

.card-product.tf-pcard .product-info__rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.card-product .product-info__rate.d-none,
.card-product .product-info__rate[style*="display: none"],
.card-product .product-info__rate[style*="display:none"],
.card-product .tf-card__rating.d-none,
.card-product .tf-card__rating[style*="display: none"],
.card-product .tf-card__rating[style*="display:none"] {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
}

.card-product.tf-pcard--a .tf-pcard-a-top,
[data-tf-native-card="card_5"] .tf-pcard-5-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.card-product.tf-pcard--a .tf-pcard-a-top:has(.tf-pcard-view:not([style*="display:none"])) .tf-pcard-a-copy {
    padding-right: 26px;
}

[data-tf-native-card="card_5"] .tf-pcard-5-top:has(.tf-pcard-view:not([style*="display:none"])) .tf-pcard-5-copy {
    padding-right: 26px;
}

.card-product.tf-pcard--a .tf-pcard-a-copy,
[data-tf-native-card="card_5"] .tf-pcard-5-copy {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

@media (min-width: 1200px) {
    [data-tf-native-card="card_5"] .tf-pcard-5-copy {
        gap: 16px;
    }
}

.card-product.tf-pcard--a .tf-pcard-a-copy .product-info__rate,
[data-tf-native-card="card_5"] .tf-pcard-5-copy .product-info__rate {
    margin: 0;
}

[data-tf-native-card="card_5"] .card-product_info,
[data-tf-product-tabs] .card-product[data-tf-native-card="card_5"] .card-product_info,
.tf-storefront .card-product[data-tf-native-card="card_5"] .card-product_info,
[data-tf-product][data-tf-native-card="card_5"] .card-product_info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    gap: 8px !important;
}

[data-tf-native-card="card_5"] .tf-pcard-5-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
}

[data-tf-native-card="card_5"] .tf-pcard-5-price .tf-pcard-discount--yellow {
    align-self: center;
    margin-left: auto;
}

.card-product.tf-pcard--a .tf-pcard-view,
[data-tf-native-card="card_5"] .tf-pcard-view {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 0;
    z-index: 1;
}

.card-product.tf-pcard--a .tf-pcard-view:hover,
[data-tf-native-card="card_5"] .tf-pcard-view:hover {
    color: #111;
}

[data-tf-native-card="card_5"] .tf-pcard-variants {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    margin: 0;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .tf-product-info-wrap {
    margin: 0;
    width: 100%;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .tf-product-info-wrap .tf-product-variant {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .tf-product-info-wrap .variant-picker-values:not(:empty) {
    min-height: 0;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .variant-color .color-btn:not(.select-item) {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    flex-shrink: 0;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .variant-color .color-btn:not(.select-item) .check-color {
    width: 24px;
    height: 24px;
    border: 1px solid var(--line-5, #e5e7eb);
    border-radius: 6px;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .variant-color .color-btn:not(.select-item).active {
    border-color: #4b5563;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .product-size_list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .product-size_list .product-size_item:not(.product-size_item--more) {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 4.75rem;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 99px;
    border: 1px solid var(--line-5, #e5e7eb);
    overflow: hidden;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .product-size_list .product-size_item .text-body-s {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    font-size: 12px;
    line-height: 1;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .product-size_list .product-size_item--more {
    flex: 0 0 auto;
    height: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    pointer-events: none;
    cursor: default;
}

[data-tf-native-card="card_5"] .tf-pcard-variants .product-size_list .product-size_item.active {
    border-color: var(--black, #111);
}

[data-tf-native-card="card_5"] .tf-pcard-variants .variant-picker-values {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

body.tf-editable .card-product_info .product-size_list:not(:has(.product-size_item)),
body.tf-editable .tf-pcard-variants:not(:has(.color-btn, .product-size_item)) {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.card-product.tf-pcard .product-info__rate .star-wrap {
    display: flex;
    color: #f5c518;
}

.card-product.tf-pcard .product-info__rate .rate-number {
    color: #6b7280;
    font-size: 12px;
}

.card-product.tf-pcard .tf-pcard-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
}

.card-product.tf-pcard .tf-pcard-price__now,
.card-product.tf-pcard .price-new {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.card-product.tf-pcard .tf-pcard-price__was,
.card-product.tf-pcard .price-old {
    font-size: 12px;
    font-weight: 400;
    color: #9ca3af;
    text-decoration: line-through;
}

.card-product.tf-pcard .tf-pcard-price--stack {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.card-product .tf-pcard-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.card-product .tf-pcard-discount[hidden] {
    display: none !important;
}

.card-product .tf-pcard-discount--yellow {
    align-self: flex-start;
    padding: 4px 8px;
    border-radius: 6px;
    background: var(--tf-pcard-discount-bg, #fde68a);
    color: var(--tf-pcard-discount-text, #92400e);
}

.card-product.tf-pcard--c .tf-pcard-discount--percent {
    align-self: center;
    padding: 4px 8px;
    border-radius: 6px;
    background: #111;
    color: #fff;
}

.card-product.tf-pcard--c .tf-pcard-price--c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.card-product.tf-pcard--c .tf-pcard-price__now-row {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.card-product.tf-pcard .tf-pcard-variants {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
}

.card-product.tf-pcard--a .tf-pcard-variants,
.card-product.tf-pcard--d .tf-pcard-variants,
[data-tf-native-card="card_5"] .tf-pcard-variants,
.card-product.product-style_list .tf-pcard-variants {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.card-product.tf-pcard .tf-pcard-variants > .tf-product-info-wrap,
.card-product.tf-pcard .tf-pcard-variants > .product-size_list {
    width: auto !important;
    margin: 0 !important;
    flex: 0 1 auto;
    min-width: 0;
}

.card-product.tf-pcard .tf-pcard-variants .variant-picker-values {
    flex-wrap: nowrap;
}

.card-product.tf-pcard--b .tf-pcard-b-meta .tf-pcard-variants {
    flex: 1 1 auto;
    min-width: 0;
}

.card-product.tf-pcard .tf-pcard-swatches,
.card-product.tf-pcard .tf-product-info-wrap {
    width: 100%;
}

.card-product.tf-pcard .tf-pcard-variants .tf-pcard-swatches,
.card-product.tf-pcard .tf-pcard-variants .tf-product-info-wrap {
    width: auto;
}

.card-product.tf-pcard .card-product_info .tf-product-info-wrap {
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.card-product.tf-pcard .card-product_info .tf-product-info-wrap .tf-product-variant {
    display: flex;
    align-items: center;
    gap: 0;
}

.card-product.tf-pcard .card-product_info .tf-product-info-wrap .variant-picker-values:not(:empty),
.card-product.tf-pcard .card-product_info .product-size_list:not(:empty) {
    min-height: 0;
}

.tf-swiper .swiper-slide > .card-product.tf-pcard,
.tf-swiper .swiper-slide > .card-product {
    height: auto !important;
    align-self: flex-start;
}

.tf-products__grid > .card-product.tf-pcard,
.tf-products__grid > [class*="col"] > .card-product.tf-pcard,
.row > [class*="col"] > .card-product.tf-pcard {
    height: auto;
    align-self: start;
}

.card-product.tf-pcard--a .tf-pcard-swatches {
    margin-bottom: 0;
}

.card-product.tf-pcard--b .tf-pcard-swatches {
    margin-top: 2px;
}

.card-product.tf-pcard .tf-pcard-swatches .variant-picker-item,
.card-product.tf-pcard .tf-product-info-wrap .variant-picker-item.variant-color {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-product .tf-pcard-swatches__more {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    line-height: 1;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .card-product .tf-pcard-swatches__more--compact {
        display: none !important;
    }

    .card-product .product-size_item--more-compact-only {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .card-product .tf-pcard-variant-item--desktop-only {
        display: none !important;
    }

    .card-product .tf-pcard-swatches__more--full {
        display: none !important;
    }
}

.card-product.tf-pcard .card-product_info .product-size_list .product-size_item--more {
    pointer-events: none;
    cursor: default;
    flex: 0 0 auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background: transparent;
}

.card-product.tf-pcard .card-product_info .product-size_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    min-width: 0;
    max-width: 100%;
}

.card-product.tf-pcard .card-product_info .tf-pcard-variants .product-size_list {
    flex-wrap: nowrap;
    overflow: visible;
}

.card-product.tf-pcard .card-product_info .product-size_list .product-size_item {
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(7.5rem, 100%);
    min-height: 26px;
    height: auto;
    padding-left: clamp(6px, 2vw, 10px);
    padding-right: clamp(6px, 2vw, 10px);
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
    overflow: visible;
}

.card-product.tf-pcard .card-product_info .product-size_list .product-size_item .text-body-s {
    display: block;
    min-width: 0;
    font-size: clamp(10px, 2.4vw, 12px);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-bottom: 1px;
}

.card-product.tf-pcard .tf-product-info-wrap .variant-picker-values,
.card-product.tf-pcard .card-product_info .tf-product-info-wrap .variant-picker-values:not(:empty) {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 0;
}

.card-product.tf-pcard .tf-product-info-wrap .variant-color .color-btn:not(.select-item) {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
}

.card-product.tf-pcard .tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0.5px solid #d1d5db;
}

.card-product.tf-pcard .tf-product-info-wrap .variant-color .color-btn:not(.select-item).active {
    border: 0;
}

.card-product.tf-pcard .tf-product-info-wrap .variant-color .color-btn:not(.select-item).active .check-color {
    box-shadow: 0 0 0 1.5px #111;
}

.card-product.tf-pcard--b .card-product_wrapper,
[data-tf-product-tabs] .card-product.tf-pcard--b .card-product_wrapper,
.tf-storefront .card-product.tf-pcard--b .card-product_wrapper,
[data-tf-product].tf-pcard--b .card-product_wrapper {
    aspect-ratio: 348 / 420;
    border-radius: 14px;
}

.card-product.tf-pcard--b .product-action_list .box-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff;
    color: #111;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.card-product.tf-pcard--b .product-action_list .tooltip {
    display: none;
}

.card-product.tf-pcard--b .card-product_info {
    gap: 10px;
    padding: 12px 14px 14px !important;
}

.card-product.tf-pcard--b .tf-pcard-b-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.card-product.tf-pcard--b .tf-pcard-b-copy {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.card-product.tf-pcard--b .tf-pcard-name {
    -webkit-line-clamp: 2;
    font-size: 15px;
    font-weight: 700;
}

.card-product.tf-pcard--b .tf-pcard-b-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}

.card-product.tf-pcard--b .tf-pcard-b-aside .product-info__rate {
    margin: 0;
    justify-content: flex-end;
}

.card-product.tf-pcard--b .tf-pcard-b-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.card-product.tf-pcard--b .tf-pcard-b-meta .tf-pcard-swatches,
.card-product.tf-pcard--b .tf-pcard-b-meta .tf-product-info-wrap {
    width: auto;
    margin: 0;
}

.card-product.tf-pcard--b .tf-pcard-b-meta .tf-pcard-discount--percent {
    align-self: center;
    flex-shrink: 0;
    margin-left: auto;
    padding: 4px 8px;
    border-radius: 6px;
    background: var(--tf-pcard-discount-bg, #fde68a);
    color: var(--tf-pcard-discount-text, #92400e);
}

@media (max-width: 767.98px) {
    .card-product.tf-pcard--b .tf-pcard-b-top {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .card-product.tf-pcard--b .tf-pcard-b-aside {
        order: -1;
        align-items: flex-start;
    }

    .card-product.tf-pcard--b .tf-pcard-b-aside .product-info__rate {
        justify-content: flex-start;
    }
}

.card-product.tf-pcard--b .tf-pcard-divider {
    display: block;
    width: 100%;
    height: 0;
    border-top: 0.5px solid #e5e7eb;
    margin: 2px 0;
}

.card-product.tf-pcard--b .tf-pcard-b-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px;
    width: 100%;
}

.card-product.tf-pcard--b .tf-pcard-price--stack .tf-pcard-price__now,
.card-product.tf-pcard--b .tf-pcard-price--stack .price-new {
    font-size: 18px;
}

.card-product.tf-pcard--b .tf-pcard-b-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    grid-column: 2;
    justify-self: end;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #e5e7eb;
    color: #4b5563;
    text-decoration: none;
    line-height: 1;
}

.card-product.tf-pcard--b .tf-pcard-b-cta i {
    font-size: 18px;
    line-height: 1;
}

.card-product.tf-pcard--b .tf-pcard-b-cta:hover {
    background: #d1d5db;
    color: #374151;
}


.card-product.tf-pcard--c .tf-pcard-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.card-product.tf-pcard--c .tf-pcard-name-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.card-product.tf-pcard--c[data-tf-native-card="card_3"] .card-product_info,
.card-product.tf-pcard--c[data-tf-native-card="card_3"]:not(.product-style_list) .card-product_info {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    place-content: start !important;
    place-items: stretch !important;
    text-align: start !important;
    min-width: 0;
    overflow: hidden;
}

.card-product.tf-pcard--c .tf-pcard-name-row .name-product,
.card-product.tf-pcard--c[data-tf-native-card="card_3"]:not(.product-style_list) .name-product,
.card-product.tf-pcard--c[data-tf-native-card="card_3"] .tf-pcard-name {
    flex: 1;
    min-width: 0;
    width: auto;
    text-align: start !important;
}

.card-product.tf-pcard--c .tf-pcard-name-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.card-product.tf-pcard--c .tf-pcard-name-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-product.tf-pcard--c .tf-pcard-fav--inline {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-product.tf-pcard--c .tf-pcard-fav--inline .tf-pcard-fav__btn.box-icon {
    width: auto;
    height: auto;
    background: transparent;
    color: #6b7280;
    padding: 0;
    box-shadow: none;
}

.card-product.tf-pcard--c .tf-pcard-fav--inline .tooltip {
    display: none;
}

.card-product.tf-pcard--c .tf-pcard-divider {
    display: block;
    width: 100%;
    height: 0;
    border-top: 0.5px solid #e5e7eb;
    margin: 2px 0;
}

.card-product.tf-pcard--c .tf-pcard-mid,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.card-product.tf-pcard--c .tf-pcard-mid > .product-info__rate,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid > .product-info__rate {
    flex: 0 0 auto;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    gap: 4px;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants > .tf-pcard-variants,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants > .tf-pcard-variants {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 auto;
    width: auto !important;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants .tf-product-info-wrap .tf-product-variant,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-product-info-wrap .tf-product-variant {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants .tf-product-info-wrap .variant-picker-item.variant-color,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-product-info-wrap .variant-picker-item.variant-color {
    gap: 4px;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants .product-size_list,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .product-size_list {
    justify-content: flex-end;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants .product-size_list .product-size_item .text-body-s,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .product-size_list .product-size_item .text-body-s {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 56px;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants .tf-product-info-wrap .variant-picker-values,
.card-product.tf-pcard--c .tf-pcard-mid-variants .tf-pcard-swatches .variant-picker-values,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-product-info-wrap .variant-picker-values,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-pcard-swatches .variant-picker-values {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 4px;
    max-width: 100%;
    min-height: 0;
}

.card-product.tf-pcard--c .tf-pcard-mid-variants .tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color,
.card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color {
    width: clamp(12px, 3vw, 16px);
    height: clamp(12px, 3vw, 16px);
}

.card-product.tf-pcard--c .tf-pcard-footer {
    display: block;
    width: 100%;
    min-width: 0;
    margin-top: 2px;
}

.card-product.tf-pcard--c .tf-pcard-footer .tf-pcard-price--c {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    min-width: 0;
    overflow: visible;
}

.card-product.tf-pcard--c .tf-pcard-price__now-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
}

.card-product.tf-pcard--c .tf-pcard-footer__sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 24px;
}

.card-product.tf-pcard--c .tf-pcard-footer__sub .price-old,
.card-product.tf-pcard--c .tf-pcard-footer__sub .tf-pcard-price__was {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.card-product.tf-pcard--c .tf-pcard-footer__sub .tf-pcard-atc {
    flex: 0 0 auto;
    margin-left: auto;
}

.card-product.tf-pcard--d .tf-pcard-d-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.card-product.tf-pcard--d .tf-pcard-d-copy {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.card-product.tf-pcard--d .tf-pcard-d-copy .tf-pcard-d-rate,
.card-product.tf-pcard--d .tf-pcard-d-copy .product-info__rate {
    margin: 0;
    gap: 2px;
}

.card-product.tf-pcard--d .tf-pcard-d-copy .rate-number {
    display: none;
}

.card-product.tf-pcard--d .tf-pcard-name {
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: 700;
}

.card-product[data-tf-native-card="card_4"] .variant-picker-item:not(.variant-color) {
    display: none !important;
}

.card-product.tf-pcard--d .tf-pcard-d-copy .tf-pcard-swatches {
    margin-top: 6px;
}

.card-product.tf-pcard--d .tf-pcard-d-aside {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.card-product.tf-pcard--d .tf-pcard-price--d {
    margin-top: auto;
    width: 100%;
}

.card-product.tf-pcard--d .tf-pcard-price--d .tf-pcard-price__now,
.card-product.tf-pcard--d .tf-pcard-price--d .price-new {
    font-size: 24px !important;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #111;
}

.card-product.tf-pcard--d .tf-pcard-price--d .tf-pcard-price__was,
.card-product.tf-pcard--d .tf-pcard-price--d .price-old {
    font-size: 14px !important;
}

.card-product.tf-pcard--d .tf-pcard-d-actions {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    margin-top: 2px;
}

.card-product.tf-pcard--d .tf-pcard-d-view {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 4px;
    padding: 10px 14px;
    min-height: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.card-product.tf-pcard--d .tf-pcard-d-view i {
    font-size: 20px;
    line-height: 1;
}

.card-product.tf-pcard--d .tf-pcard-d-view:hover {
    background: #f9fafb;
    color: #111;
}

.card-product.tf-pcard--d .tf-pcard-d-fav {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-product.tf-pcard--d .tf-pcard-d-fav .tf-pcard-d-fav__btn.box-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111;
    box-shadow: none;
}

.card-product.tf-pcard--d .tf-pcard-d-fav .tooltip {
    display: none;
}

.tf-product-grid--card-card_4 .tf-grid-layout,
.tf-product-grid--card-card_4 .wrapper-shop.tf-grid-layout {
    grid-template-columns: 1fr !important;
}

@media (min-width: 768px) {
    .tf-product-grid--card-card_4 .tf-grid-layout,
    .tf-product-grid--card-card_4 .wrapper-shop.tf-grid-layout {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.card-product.tf-pcard--c .tf-pcard-atc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-shrink: 0;
    padding: 8px 12px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.card-product.tf-pcard--c .tf-pcard-atc i {
    font-size: 16px;
    line-height: 1;
}

.card-product.tf-pcard--c .tf-pcard-atc:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 767.98px) {
    .card-product[data-tf-native-card="card_3"] .tf-pcard-mid {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants,
    .card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants > .tf-pcard-variants {
        justify-content: flex-start;
        width: 100%;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-product-info-wrap .tf-product-variant,
    .card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .product-size_list,
    .card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-product-info-wrap .variant-picker-values,
    .card-product[data-tf-native-card="card_3"] .tf-pcard-mid-variants .tf-pcard-swatches .variant-picker-values {
        justify-content: flex-start;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-price__now-row {
        justify-content: space-between;
        gap: 8px;
        width: 100%;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-price__now-row .price-new,
    .card-product[data-tf-native-card="card_3"] .tf-pcard-price__now-row .tf-pcard-price__now {
        white-space: nowrap;
        font-size: 13px;
        line-height: 1.2;
        flex: 1 1 auto;
        min-width: 0;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-price__now-row .tf-pcard-discount--percent {
        flex: 0 0 auto;
        margin-left: auto;
        white-space: nowrap;
        font-size: 9px;
        padding: 0 6px;
        min-width: 24px;
        min-height: 24px;
        line-height: 1;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-footer__sub .price-old,
    .card-product[data-tf-native-card="card_3"] .tf-pcard-footer__sub .tf-pcard-price__was {
        font-size: 10px;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-atc__label {
        display: none !important;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-footer__sub .tf-pcard-atc {
        position: relative;
        width: 24px;
        min-width: 24px;
        height: 24px;
        padding: 0;
        gap: 0;
        border-radius: 6px;
        box-sizing: border-box;
    }

    .card-product[data-tf-native-card="card_3"] .tf-pcard-footer__sub .tf-pcard-atc i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 1;
    }

    [data-tf-native-card="card_5"] .card-product_info {
        gap: 8px !important;
    }

    [data-tf-native-card="card_5"] .tf-pcard-5-price {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        align-items: center;
        justify-content: start;
        column-gap: 6px;
        row-gap: 4px;
    }

    [data-tf-native-card="card_5"] .tf-pcard-5-price .tf-pcard-discount--yellow {
        order: unset;
        flex: unset;
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: start;
        width: auto;
        margin-left: 0;
        align-self: start;
    }

    [data-tf-native-card="card_5"] .tf-pcard-5-price .price-new {
        grid-row: 2;
        grid-column: 1;
    }

    [data-tf-native-card="card_5"] .tf-pcard-5-price .price-old {
        grid-row: 2;
        grid-column: 2;
    }
}

@media (min-width: 1440px) {
    .card-product.tf-pcard .card-product_info {
        padding-left: 12px;
        padding-right: 12px;
    }

    .card-product.tf-pcard--b .card-product_info {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) {
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .card-product_wrapper {
    width: 200px;
    height: 240px;
    flex-shrink: 0;
    margin: 0;
    aspect-ratio: unset;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .card-product_wrapper .product-img,
:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .card-product_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .product-badge_list {
    top: 8px;
    left: 8px;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .product-badge_list--tr {
    left: auto;
    right: 8px;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .card-product_info {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    width: auto;
    padding: 16px 16px 14px;
}

.tf-list-card__brand {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .name-product {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.tf-list-card__rate .bi-star {
    color: #d1d5db;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .tf-list-card__price {
    margin-top: auto;
}

.tf-list-card__price .price-new {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.tf-list-card__price .price-old {
    font-size: 13px;
    color: #9ca3af;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .product-action_list {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 16px 18px;
    border-left: 1px solid #e5e7eb;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .product-action_list .box-icon {
    background: transparent;
    box-shadow: none;
    border: 1px solid #e5e7eb;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .product-action_list .box-icon:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card).is-out-of-stock .card-product_wrapper::after {
    content: "Tükendi";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 7;
}

@media (max-width: 767.98px) {
    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .card-product_wrapper {
        width: 128px;
        height: 176px;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .card-product_info {
        padding: 10px 12px;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .name-product {
        font-size: 14px;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .product-action_list {
        padding: 10px 12px;
    }
}

/* Product-linked icons shared by grid and horizontal cards. */
.tf-pcard-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    margin: 7px 0 2px;
    padding: 0;
    list-style: none;
}

.tf-pcard-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 120px;
    min-height: 42px;
    padding: 5px 10px;
    border: 0;
    border-radius: 6px;
    background: #f0f1f2;
    color: #111827;
    line-height: 1;
}

.tf-pcard-icon__visual {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #374151;
}

.tf-pcard-icon__visual img {
    display: block;
    width: 31px;
    height: 31px;
    object-fit: contain;
}

.tf-pcard-icon__visual i {
    font-size: 21px;
    line-height: 1;
}

.tf-pcard-icon__copy {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.tf-pcard-icon__name {
    display: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
}

.tf-pcard-icon__value {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 12px;
    color: #111827;
    white-space: nowrap;
}

:is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .tf-pcard-icons {
    margin: 6px 0 8px;
}

@media (max-width: 767.98px) {
    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .tf-pcard-icons {
        flex-wrap: nowrap;
        gap: 4px;
        width: 100%;
        max-width: 100%;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .tf-pcard-icon {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        max-width: 52px;
        min-height: 34px;
        padding: 4px 3px;
        border-radius: 6px;
        gap: 2px;
        overflow: hidden;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .tf-pcard-icon__visual {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .tf-pcard-icon__visual img {
        width: 24px;
        height: 24px;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) .tf-pcard-icon__copy {
        flex: 0 1 auto;
        min-width: 0;
        overflow: hidden;
    }

    :is(.tf-category-shop .card-product.product-style_list, .card-product.product-style_list.tf-list-card) :is(.tf-pcard-icon__name, .tf-pcard-icon__value) {
        font-size: 9px;
    }
}

/* Category list view — preserve every native card style in a true horizontal layout. */
.tf-category-shop .card-product.product-style_list[data-tf-native-card] {
    --tf-list-media: 32%;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 100%;
    min-height: 220px;
    padding: 8px;
    gap: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_2"] {
    --tf-list-media: 30%;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_3"] {
    --tf-list-media: 34%;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_4"] {
    --tf-list-media: 38%;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_5"] {
    --tf-list-media: 32%;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_wrapper {
    position: relative;
    align-self: stretch;
    flex: 0 0 var(--tf-list-media);
    width: var(--tf-list-media) !important;
    min-width: 150px;
    max-width: 240px;
    min-height: 204px;
    height: auto !important;
    margin: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 10px;
    overflow: hidden;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_wrapper .product-img,
.tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_wrapper .img-product,
.tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_wrapper .img-hover {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_info {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start;
    place-content: start !important;
    place-items: stretch !important;
    min-width: 0;
    width: auto !important;
    padding: 14px 18px !important;
    gap: 9px;
    text-align: left !important;
    box-sizing: border-box;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .name-product {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
    -webkit-line-clamp: 2;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] :is(
    .tf-pcard-a-top,
    .tf-pcard-b-top,
    .tf-pcard-b-meta,
    .tf-pcard-b-footer,
    .tf-pcard-name-row,
    .tf-pcard-mid,
    .tf-pcard-footer,
    .tf-pcard-d-top,
    .tf-pcard-d-actions,
    .tf-pcard-5-top,
    .tf-pcard-5-price
) {
    width: 100%;
    min-width: 0;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_1"] .tf-pcard-price,
.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_2"] .tf-pcard-b-footer,
.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_3"] .tf-pcard-footer,
.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_4"] .tf-pcard-d-actions,
.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_5"] .tf-pcard-5-price {
    margin-top: auto;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_4"] > .card-product_info {
    padding: 12px 16px !important;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_5"] > .card-product_info {
    gap: 10px !important;
}

/* Keep wishlist controls compact in native horizontal cards. */
.tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_wrapper > .product-action_list {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 8;
    display: flex !important;
    flex-direction: row !important;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px;
    padding: 0 !important;
    border: 1px solid rgba(17, 24, 39, 0.1) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #111827 !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1) !important;
    backdrop-filter: blur(6px);
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon i {
    font-size: 16px !important;
    line-height: 1;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon:hover {
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon.is-active,
.tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon.addwishlist {
    border-color: #fee2e2 !important;
    background: #fff1f2 !important;
    color: #e11d48 !important;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon .tooltip {
    display: none !important;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-list-head-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    flex: 0 0 auto;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-list-fav:not(.d-none) {
    order: 2;
    display: inline-flex !important;
    flex: 0 0 auto;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-list-fav.d-none {
    display: none !important;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_1"] .tf-pcard-a-copy,
.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_5"] .tf-pcard-5-copy {
    padding-right: 0 !important;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-list-head-actions .tf-pcard-view {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #f9fafb;
    font-size: 19px;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_2"] .tf-pcard-b-aside {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

/* List cards always present color and size variants from the content edge. */
.tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-variants {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    gap: 6px;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] :is(
    .tf-pcard-swatches,
    .tf-product-info-wrap,
    .tf-product-variant,
    .variant-picker-item,
    .variant-picker-values,
    .product-size_list
) {
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] :is(
    .tf-pcard-swatches,
    .tf-product-info-wrap,
    .tf-product-variant,
    .variant-picker-item
) {
    align-items: flex-start !important;
    justify-items: start;
    width: 100%;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card] :is(
    .variant-picker-values,
    .product-size_list
) {
    align-items: center;
    flex-wrap: wrap !important;
    width: 100%;
    max-width: 100%;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_3"] .tf-pcard-mid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_3"] .tf-pcard-mid-variants,
.tf-category-shop .card-product.product-style_list[data-tf-native-card="card_3"] .tf-pcard-mid-variants > .tf-pcard-variants {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .tf-category-shop .card-product.product-style_list[data-tf-native-card] {
        --tf-list-media: 132px;
        min-height: 154px;
        padding: 6px;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_2"],
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_3"],
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_4"],
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_5"] {
        --tf-list-media: 132px;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_wrapper {
        flex-basis: var(--tf-list-media);
        width: var(--tf-list-media) !important;
        min-width: var(--tf-list-media);
        min-height: 142px;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_info,
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_4"] > .card-product_info {
        padding: 9px 11px !important;
        gap: 6px !important;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] .name-product {
        font-size: 14px;
        line-height: 1.3;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] > .card-product_wrapper > .product-action_list {
        top: 7px !important;
        right: 7px !important;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] .wishlist > .box-icon i {
        font-size: 14px !important;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-list-head-actions {
        gap: 5px;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-list-head-actions .tf-pcard-view {
        width: 32px;
        height: 32px;
        font-size: 17px;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_2"] .tf-pcard-b-top {
        flex-direction: row;
        align-items: flex-start;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_2"] .tf-pcard-b-aside {
        order: initial;
        align-items: center;
    }

    .tf-category-shop .card-product.product-style_list[data-tf-native-card] .tf-pcard-variants {
        gap: 4px;
    }

}

@media (max-width: 479.98px) {
    .tf-category-shop .card-product.product-style_list[data-tf-native-card],
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_2"],
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_3"],
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_4"],
    .tf-category-shop .card-product.product-style_list[data-tf-native-card="card_5"] {
        --tf-list-media: 112px;
    }
}

/* Product showcase tab-title color control. */
.tf-section[data-tf-type="home.product_tabs"][style*="--tf-title-color:"] [data-tf-product-tabs] .tf-btn-tab,
.tf-section[data-tf-type="home.product_tabs"][style*="--tf-title-color:"] [data-tf-product-tabs] .tf-btn-tab [data-tf-field="title"] {
    color: var(--tf-title-color) !important;
}

.tf-section[data-tf-type="home.product_tabs"][style*="--tf-title-color:"] [data-tf-product-tabs] .tf-btn-tab::before {
    background-color: var(--tf-title-color);
}

.tf-section[data-tf-type="home.product_tabs"] [data-tf-product-tabs] .list-tab-btn-2 .tf-btn-tab.active {
    background: var(--tf-title-background, var(--black));
    border-color: var(--tf-title-background, var(--black));
    color: var(--tf-title-active-color, var(--tf-title-color, var(--white))) !important;
}

.tf-section[data-tf-type="home.product_tabs"] [data-tf-product-tabs] .list-tab-btn-2 .tf-btn-tab.active [data-tf-field="title"],
.tf-section[data-tf-type="home.product_tabs"] [data-tf-product-tabs] .list-tab-btn-2 .tf-btn-tab.active [data-tf-editable="title"],
.tf-section[data-tf-type="home.product_tabs"] [data-tf-product-tabs] .list-tab-btn-2 .tf-btn-tab.active span {
    color: inherit !important;
}

.tf-section[data-tf-type="home.product_tabs"] [data-tf-product-tabs] .list-tab-btn-2 .tf-btn-tab:not(.active) {
    background: var(--tf-title-inactive-background, transparent);
}

/* Product showcase tab titles — keep readable on narrow screens. */
@media (max-width: 767.98px) {
    [data-tf-product-tabs] .tf-btn-tab [data-tf-field="title"],
    [data-tf-product-tabs] .tf-btn-tab [data-tf-editable="title"] {
        font-size: min(var(--tf-title-font-size, 22px), 18px) !important;
        line-height: 1.25 !important;
    }

    /* showcase_4: tabs + nav arrows scale together */
    [data-tf-product-tabs] .sect-heading.align-items-center {
        --tf-sect-fs: min(var(--tf-title-font-size, 22px), 18px);
        gap: calc(var(--tf-sect-fs) * 0.7);
        flex-wrap: nowrap;
    }

    [data-tf-product-tabs] .sect-heading.align-items-center .overflow-x-auto {
        min-width: 0;
        flex: 1 1 auto;
    }

    [data-tf-product-tabs] .sect-heading.align-items-center .list-tab-btn-1 {
        gap: calc(var(--tf-sect-fs) * 0.85);
    }

    [data-tf-product-tabs] .sect-heading.align-items-center .tf-btn-tab,
    [data-tf-product-tabs] .sect-heading.align-items-center .tf-btn-tab [data-tf-field="title"],
    [data-tf-product-tabs] .sect-heading.align-items-center .tf-btn-tab [data-tf-editable="title"] {
        font-size: var(--tf-sect-fs) !important;
        line-height: 1.25 !important;
    }

    [data-tf-product-tabs] .sect-heading.align-items-center .group-nav {
        flex-shrink: 0;
        gap: calc(var(--tf-sect-fs) * 0.85);
    }

    [data-tf-product-tabs] .sect-heading.align-items-center .btn-switch {
        font-size: var(--tf-sect-fs) !important;
    }
}

@container tf-pcard-b (max-width: 240px) {
    .card-product_info {
        gap: 6px !important;
        padding: 8px 10px 10px !important;
    }

    .tf-pcard-b-top {
        gap: 6px;
    }

    .tf-pcard-name {
        font-size: 12px;
    }

    .tf-pcard-b-meta {
        gap: 4px;
    }

    .tf-pcard-b-footer {
        gap: 6px;
    }

    .tf-pcard-price--stack .tf-pcard-price__now,
    .tf-pcard-price--stack .price-new {
        font-size: 14px;
    }

    .tf-pcard-price--stack .tf-pcard-price__was,
    .tf-pcard-price--stack .price-old {
        font-size: 10px;
    }

    .tf-pcard-b-cta {
        width: 28px;
        height: 28px;
    }

    .tf-pcard-b-cta i {
        font-size: 14px;
    }

    .product-info__rate .star-wrap {
        font-size: 10px;
    }

    .tf-pcard-discount--percent {
        font-size: 9px;
        padding: 2px 5px;
    }

    .tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color {
        width: 12px;
        height: 12px;
    }

    .tf-pcard-swatches__more {
        font-size: 10px;
    }

    .product-size_list .product-size_item {
        height: 18px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .product-size_list .product-size_item .text-body-s {
        font-size: 9px;
    }
}

@container tf-pcard-c (max-width: 240px) {
    .card-product_info {
        gap: 5px !important;
        padding: 8px 10px 10px !important;
    }

    .tf-pcard-name {
        font-size: 12px;
    }

    .tf-pcard-mid {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .tf-pcard-mid-variants,
    .tf-pcard-mid-variants > .tf-pcard-variants {
        justify-content: flex-start;
        width: 100%;
    }

    .tf-pcard-mid-variants .product-size_list,
    .tf-pcard-mid-variants .tf-product-info-wrap .variant-picker-values,
    .tf-pcard-mid-variants .tf-pcard-swatches .variant-picker-values {
        justify-content: flex-start;
    }

    .tf-pcard-price__now-row {
        justify-content: space-between;
        gap: 8px;
        width: 100%;
    }

    .tf-pcard-price__now-row .price-new,
    .tf-pcard-price__now-row .tf-pcard-price__now {
        white-space: nowrap;
        flex: 1 1 auto;
        min-width: 0;
        font-size: 12px;
    }

    .tf-pcard-price__now-row .tf-pcard-discount--percent {
        flex: 0 0 auto;
        margin-left: auto;
        font-size: 8px;
        padding: 0 5px;
        min-width: 22px;
        min-height: 22px;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .tf-pcard-footer__sub .price-old,
    .tf-pcard-footer__sub .tf-pcard-price__was {
        font-size: 9px;
    }

    .tf-pcard-atc__label {
        display: none !important;
    }

    .tf-pcard-footer__sub .tf-pcard-atc {
        width: 22px;
        min-width: 22px;
        height: 22px;
        padding: 0;
        border-radius: 5px;
    }

    .tf-pcard-footer__sub .tf-pcard-atc i {
        font-size: 14px;
    }

    .price-new,
    .tf-pcard-price__now {
        font-size: 12px;
    }

    .price-old,
    .tf-pcard-price__was {
        font-size: 9px;
    }

    .tf-pcard-discount--percent {
        font-size: 8px;
        padding: 2px 5px;
    }

    .product-info__rate .star-wrap {
        font-size: 10px;
    }

    .tf-product-info-wrap .variant-color .color-btn:not(.select-item) .check-color {
        width: 12px;
        height: 12px;
    }

    .tf-pcard-swatches__more {
        font-size: 10px;
    }

    .product-size_list .product-size_item {
        height: 18px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .product-size_list .product-size_item .text-body-s {
        font-size: 9px;
    }
}

@container tf-pcard-5 (max-width: 240px) {
    .card-product_info {
        gap: 8px !important;
        padding: 8px 10px 10px !important;
    }

    .tf-pcard-5-top {
        gap: 4px;
    }

    .tf-pcard-5-copy {
        gap: 8px;
    }

    .name-product,
    .name-product .h7,
    .tf-pcard-5-price,
    .tf-pcard-5-price .price-new {
        font-size: 14px !important;
    }

    .tf-pcard-5-price .price-old {
        font-size: 11px;
    }

    .tf-pcard-view {
        font-size: 18px;
    }

    .product-info__rate .star-wrap {
        font-size: 10px;
    }

    .tf-pcard-swatches__more {
        font-size: 10px;
    }

    .product-size_list .product-size_item:not(.product-size_item--more) {
        height: 22px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-size_list .product-size_item .text-body-s {
        font-size: 10px;
    }
}

/* Teklifli urun kartlarinda fiyat yerine "Teklif Al" etiketi */
.tf-card-quote-label {
    display: inline-flex;
    align-items: center;
    padding: 2px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--tf-color-primary, #111);
    border: 1px solid color-mix(in srgb, var(--tf-color-text, #1a1a18) 22%, transparent);
    border-radius: 999px;
    white-space: nowrap;
}

/* Shared Nordia horizontal card: category listings and showcases. */
.card-product.product-style_list.tf-list-card[data-tf-product] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-radius: 4px;
    container-type: inline-size;
}

.card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    min-width: 150px;
    padding: 10px;
    border-radius: 0;
    background: #fff;
}

.card-product.product-style_list.tf-list-card[data-tf-product] .card-product_wrapper .product-img {
    position: relative;
    display: block;
    flex: 1 0 150px;
    width: 100%;
    height: auto;
    min-height: 150px;
    aspect-ratio: auto;
}

.card-product.product-style_list.tf-list-card[data-tf-product] .card-product_wrapper :is(.img-product, .img-hover) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
    transform: none;
}

.tf-list-card__view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 20px;
    min-height: 38px;
    border-radius: 8px;
    background: #007bc4;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.tf-list-card__view:hover,
.tf-list-card__view:focus-visible { background: #005e9b; color: #fff; }

.card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_info {
    position: relative;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    padding: 12px 14px !important;
    background: #f5f5f5;
    text-align: left;
}

.card-product.product-style_list.tf-list-card[data-tf-product] .name-product {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.25;
    text-align: left;
}

.tf-list-card__rate { display: flex; align-items: center; gap: 4px; color: #e99a22; font-size: 11px; }
.tf-list-card__rate .star-wrap { display: flex; gap: 2px; }
.tf-list-card__rate.d-none,
.tf-list-card__rate[style*="display: none"],
.tf-list-card__rate[style*="display:none"] {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
}
.tf-list-card__sku { margin: 0; font-size: 11px; line-height: 1.4; }
.tf-list-card__sku strong { font-weight: 600; }

.card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icons {
    margin: 3px 0;
    padding: 7px 0;
    border-block: 1px solid #e6e6e6;
    gap: 6px;
}
.tf-list-card .tf-pcard-icon {
    min-height: 32px;
    max-width: 100%;
    padding: 3px 6px;
    gap: 5px;
    background: #eaeaea;
    border-radius: 6px;
}
.tf-list-card .tf-pcard-icon:not(:has(.tf-pcard-icon__value)) {
    justify-content: center;
    gap: 0;
}
.tf-list-card .tf-pcard-icon:not(:has(.tf-pcard-icon__value)) .tf-pcard-icon__copy {
    display: none;
}
.tf-list-card .tf-pcard-icon__visual {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
}
.tf-list-card .tf-pcard-icon__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tf-list-card .tf-pcard-icon__visual i { font-size: 28px; }
.tf-list-card .tf-pcard-icon__name { font-size: 12px; }
.tf-list-card .tf-pcard-icon__value {
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
}
.tf-list-card .tf-pcard-variants { margin: 0; align-items: flex-start; }
.tf-list-card .product-size_list { justify-content: flex-start; flex-wrap: wrap; }
.tf-list-card .product-size_item { border-radius: 4px; }
.tf-list-card .product-size_item.active { background: #007bc4; border-color: #007bc4; color: #fff; }

.card-product.product-style_list.tf-list-card[data-tf-product] .tf-list-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 4px; padding-top: 8px; }
.tf-list-card__price .price-old { order: -1; font-size: 13px !important; color: #999; }
.tf-list-card__price .price-new:not(.tf-card-quote-label) { --tf-price-size: 30px !important; --tf-price-weight: 800 !important; font-size: 30px !important; font-weight: 800 !important; line-height: 1.15; color: #080808; }
.tf-list-card .tf-pcard-discount { background: #ef3434; color: #fff; border-radius: 4px; padding: 3px 5px; font-size: 10px; }
.tf-list-card__media-discount { position: absolute; top: 10px; right: 8px; z-index: 4; }
.tf-list-card__media-discount .tf-pcard-discount { font-size: 9px; border-radius: 6px; text-transform: uppercase; }
.tf-list-card .tf-pcard-labels { top: 10px; bottom: auto; right: auto; max-width: 58%; }
.card-product.product-style_list.tf-list-card .tf-pcard-label {
    gap: 5px;
    padding: 5px 7px;
    border: 0;
    border-radius: 5px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    white-space: normal;
}

.card-product.product-style_list.tf-list-card .tf-pcard-label span {
    overflow-wrap: anywhere;
}

/* Only labels reserve space below the image; badges remain overlaid. */
.card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_wrapper > .tf-pcard-labels {
    position: static;
    flex: 0 0 auto;
    align-self: stretch;
    width: auto;
    max-width: 100%;
    margin: 0 0 6px;
}

.card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_wrapper > .product-badge_list--tr {
    align-items: flex-end;
}

.card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_wrapper > .tf-list-card__media-discount:empty {
    display: none;
}

.card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_wrapper > .tf-pcard-labels {
    order: 0;
    margin: 10px 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.tf-list-card__delivery { display: flex; align-items: center; gap: 7px; margin-top: 3px; padding-top: 9px; border-top: 1px solid #e3e3e3; font-size: 12px; }
.tf-list-card__delivery i { font-size: 15px; }

@media (max-width: 575.98px) {
    .card-product.product-style_list.tf-list-card[data-tf-product] {
        flex-direction: column;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_wrapper {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        padding: 18px 16px 14px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_info {
        flex: 0 0 auto;
        width: 100%;
        padding: 12px !important;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .name-product { font-size: 13px !important; }
    .card-product.product-style_list.tf-list-card[data-tf-product] .card-product_wrapper .product-img { flex: 0 0 auto; height: 160px; min-height: 160px; max-width: 220px; margin-inline: auto; }
    .tf-list-card__view { min-width: 120px; min-height: 36px; margin-top: 10px; padding: 10px 16px; font-size: 10px; }
    .tf-list-card__price .price-new:not(.tf-card-quote-label) { --tf-price-size: 23px !important; font-size: 23px !important; }
    .tf-list-card__price .price-old { font-size: 11px !important; }
    .tf-list-card__media-discount { top: 8px; right: 8px; }
    .tf-list-card .tf-pcard-labels { max-width: 58%; left: 8px; top: 8px; }
}

/* Keep horizontal-card features together on narrow cards. */
@container (max-width: 560px) {
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icons {
        display: flex;
        flex-wrap: nowrap;
        gap: 2px;
        padding-block: 4px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: none;
        min-height: 30px;
        padding: 2px;
        gap: 2px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__visual {
        flex: 0 1 22px;
        min-width: 14px;
        width: 22px;
        height: 22px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__visual img { width: 100%; height: 100%; }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__visual i { font-size: 20px; }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__copy { flex: 0 0 auto; overflow: visible; }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__value {
        font-size: 10px;
        white-space: nowrap;
        overflow-wrap: normal;
        overflow: visible;
    }
}

/* The mobile column has room for readable, evenly spaced feature tiles. */
@media (max-width: 575.98px) {
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icons {
        gap: 5px;
        padding-block: 8px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon {
        flex: 1 1 auto;
        min-height: 42px;
        padding: 4px;
        gap: 3px;
        border-radius: 5px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__visual {
        flex: 0 1 30px;
        min-width: 24px;
        width: 30px;
        height: 30px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__visual i {
        font-size: 26px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon__value {
        font-size: 11px;
    }
    .card-product.product-style_list.tf-list-card[data-tf-product] .tf-pcard-icon:not(:has(.tf-pcard-icon__value)) {
        gap: 0;
    }
}

.tf-list-card__desktop-action {
    align-self: stretch;
    text-align: center;
}
.tf-list-card__desktop-action .tf-list-card__view {
    width: 100%;
    max-width: 220px;
}
.tf-list-card__mobile-action { display: none; }

@media (max-width: 575.98px) {
    .tf-list-card__desktop-action { display: none; }
    .tf-list-card__mobile-action {
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 22;
        padding: 0 12px;
        background: linear-gradient(to bottom, #fff 50%, #f5f5f5 50%);
    }
    .tf-list-card__mobile-action:has(> [style*="display:none"]) {
        display: none;
    }
    .tf-list-card__mobile-action .tf-list-card__view {
        min-width: 112px;
        min-height: 32px;
        margin: 0;
        padding: 9px 18px;
        background: #007bc4;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .tf-list-card__mobile-action .tf-list-card__view:hover,
    .tf-list-card__mobile-action .tf-list-card__view:focus-visible {
        background: #005e9b;
    }
}

.tf-list-card__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}
.tf-list-card__favorite {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    flex: 0 0 auto;
    margin: 0;
}
.card-product.product-style_list.tf-list-card[data-tf-product] > .card-product_info:has(.tf-list-card__favorite:not(.d-none):not([style*="display:none"]):not([style*="display: none"])) {
    padding-right: 48px !important;
}
.tf-list-card__favorite .box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background: #fff;
    color: #555;
    line-height: 1;
}
.tf-list-card__favorite .box-icon > i {
    display: block;
    font-size: 15px;
    line-height: 1;
}
.tf-list-card__favorite .box-icon > i::before {
    display: block;
}
.tf-list-card__favorite .box-icon:is(:hover, :focus-visible, .is-active, .addwishlist) {
    color: #e33445;
    background: #fff1f2;
    border-color: #fecdd3;
}
