body.post-type-archive-deal_product {
    background: #f6f8fb;
}

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

.tda-page {
    --tda-blue: #2563eb;
    --tda-blue-dark: #1e3a8a;
    --tda-teal: #0f766e;
    --tda-orange: #f97316;
    --tda-red: #ef4444;
    --tda-green: #059669;
    --tda-ink: #0f172a;
    --tda-text: #334155;
    --tda-muted: #64748b;
    --tda-line: #dbe4ef;
    --tda-soft: #f8fafc;
    --tda-card: #ffffff;
    --tda-radius: 8px;
    --tda-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    min-height: 100vh;
    padding: 0 16px 48px;
    color: var(--tda-ink);
    font-family: inherit;
}

.tda-shell {
    width: min(100%, 1240px);
    margin: 0 auto;
}

.tda-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tda-breadcrumb-wrap {
    min-height: 36px;
    padding: 14px 0 4px;
}

.tda-breadcrumb,
.tda-breadcrumb p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: var(--tda-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.tda-breadcrumb a {
    color: var(--tda-blue);
    text-decoration: none;
}

.tda-breadcrumb a:hover {
    color: var(--tda-orange);
}

.tda-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    align-items: center;
    gap: 22px;
    overflow: hidden;
    padding: 30px 28px;
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 16px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 47%, rgba(255, 247, 237, 0.66) 100%),
        url('../images/banner-cashback.webp') center right / cover no-repeat;
    box-shadow: 0 16px 40px rgba(194, 65, 12, 0.08);
}

.tda-hero__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 6px 0;
}

.tda-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    background: #eef6ff;
    color: var(--tda-blue-dark);
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tda-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--tda-ink);
    font-size: 38px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.tda-hero__copy p {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--tda-text);
    font-size: 16px;
    line-height: 1.65;
}

.tda-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.tda-hero__chips span,
.tda-trust-row span,
.tda-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 999px;
    background: #ecfdf5;
    color: #065f46;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.tda-hero__cashback {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    width: 100%;
    max-width: 370px;
    min-width: 0;
    padding: 4px 0 4px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tda-hero__cashback-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #c2410c;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tda-hero__cashback h2 {
    margin: 0;
    color: var(--tda-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.tda-hero__cashback p {
    margin: 8px 0 0;
    color: var(--tda-text);
    font-size: 13.5px;
    line-height: 1.5;
}

.tda-hero__cashback-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 36px;
    margin-top: 12px;
    padding: 9px 13px;
    border-radius: 8px;
    background: var(--tda-blue);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tda-hero__cashback-btn:hover {
    background: var(--tda-blue-dark);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(30, 58, 138, 0.22);
}

.tda-hero__cashback-btn svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tda-hero__cashback-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-top: 10px;
}

.tda-hero__cashback-steps span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #065f46;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
}

.tda-spotlight-card,
.tda-deal-card,
.tda-empty {
    border: 1px solid rgba(219, 228, 239, 0.95);
    border-radius: var(--tda-radius);
    background: var(--tda-card);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.tda-deal-card__media,
.tda-spotlight-card__image {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc, #eef6ff);
}

.tda-deal-card__media img,
.tda-spotlight-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tda-deal-card__title a,
.tda-spotlight-card,
.tda-detail-link,
.tda-sort-tabs a,
.tda-category-chips a {
    color: inherit;
    text-decoration: none;
}

.tda-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

.tda-badge {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    max-width: 180px;
    padding: 4px 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0;
}

.tda-badge--hot {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #c2410c;
}

.tda-badge--featured {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: var(--tda-blue-dark);
}

.tda-badge--festival {
    border-color: #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.tda-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}

.tda-price-row strong {
    color: var(--tda-red);
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
}

.tda-price-row del {
    color: var(--tda-muted);
    font-size: 15px;
}

.tda-price-row span {
    color: var(--tda-teal);
    font-size: 13px;
    font-weight: 850;
}

.tda-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 16px;
    border: 0;
    border-radius: var(--tda-radius);
    background: linear-gradient(135deg, var(--tda-orange), var(--tda-red));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(249, 115, 22, 0.20);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.tda-cta:hover {
    color: #fff;
    filter: saturate(1.08);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(239, 68, 68, 0.24);
}

.tda-tools {
    display: block;
    margin: 0;
    padding: 20px 24px;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.tda-tools__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    min-width: 0;
}

.tda-tool-actions {
    display: flex;
    align-items: center;
    flex: 1 1 460px;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
    min-width: 0;
}

.tda-search {
    display: flex;
    align-items: center;
    flex: 1 1 360px;
    max-width: 450px;
    min-width: 280px;
    padding: 4px 4px 4px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.tda-search:focus-within {
    border-color: var(--tda-red);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.10);
}

.tda-search__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    color: var(--tda-muted);
    pointer-events: none;
}

.tda-search__icon svg {
    width: 100%;
    height: 100%;
}

.tda-search input[type="search"] {
    flex: 1 1 auto;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--tda-ink);
    font-size: 14px;
    outline: none;
}

.tda-search input[type="search"]::placeholder {
    color: #94a3b8;
}

.tda-search button,
.tda-select-filters button {
    min-height: 36px;
    margin: 0;
    padding: 8px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--tda-red);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tda-search button:hover {
    background: #dc2626;
}

.tda-sortbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

.tda-sortbar__label {
    flex: 0 0 auto;
    color: var(--tda-text);
    font-size: 13px;
    font-weight: 600;
}

.tda-sort-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 0;
}

.tda-category-chips {
    display: flex;
    gap: 8px;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tda-category-chips::-webkit-scrollbar {
    display: none;
}

.tda-sort-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 28px;
    padding: 5px 12px;
    color: var(--tda-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease;
}

.tda-sort-tabs a:hover {
    color: var(--tda-blue);
}

.tda-sort-tabs > a + a,
.tda-price-sort {
    border-left: 1px solid #cbd5e1;
}

.tda-category-chips a,
.tda-reset-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 7px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f8fafc;
    color: var(--tda-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tda-sort-tabs a[aria-current="page"] {
    color: var(--tda-blue);
    font-weight: 800;
}

.tda-price-sort {
    position: relative;
    flex: 0 0 auto;
}

.tda-price-sort summary {
    display: flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 28px 5px 12px;
    color: var(--tda-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    list-style: none;
    white-space: nowrap;
    cursor: pointer;
}

.tda-price-sort summary::-webkit-details-marker {
    display: none;
}

.tda-price-sort summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 160ms ease;
}

.tda-price-sort[open] summary::after {
    transform: translateY(-35%) rotate(225deg);
}

.tda-price-sort summary:hover,
.tda-price-sort summary.is-active {
    color: var(--tda-blue);
}

.tda-price-sort summary.is-active {
    font-weight: 800;
}

.tda-price-sort__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 40;
    min-width: 170px;
    padding: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.tda-price-sort__menu a {
    display: flex;
    width: 100%;
    min-height: 34px;
    padding: 9px 10px;
    border-radius: 6px;
}

.tda-price-sort__menu a:hover,
.tda-price-sort__menu a[aria-current="page"] {
    background: #eff6ff;
}

.tda-category-chips a:hover {
    background: #e2e8f0;
    color: var(--tda-ink);
}

.tda-category-chips a[aria-current="page"] {
    border-color: rgba(239, 68, 68, 0.30);
    background: rgba(239, 68, 68, 0.10);
    color: var(--tda-red);
    font-weight: 800;
}

.tda-reset-link {
    border-color: rgba(239, 68, 68, 0.24);
    background: #fff1f2;
    color: #be123c;
    text-decoration: none;
}

.tda-category-strip {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.tda-filter-label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 6px;
    color: var(--tda-ink);
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}

.tda-filter-label::before {
    content: "";
    display: block;
    width: 4px;
    height: 14px;
    border-radius: 2px;
    background: var(--tda-red);
}

.tda-select-filters {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.tda-select-filters select {
    width: 160px;
    max-width: 160px;
    height: 38px;
    margin: 0;
    padding: 0 32px 0 12px;
    border: 1px solid #e2e8f0;
    border-radius: var(--tda-radius);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    color: var(--tda-ink);
    font-size: 14px;
    font-weight: 600;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tda-select-filters select:focus {
    border-color: var(--tda-red);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.10);
}

.tda-select-filters button {
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid #e2e8f0;
    border-radius: var(--tda-radius);
    background: #fff;
    color: var(--tda-ink);
    font-weight: 700;
}

.tda-select-filters button:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: var(--tda-ink);
}

.tda-section-heading {
    margin-bottom: 12px;
}

.tda-section-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--tda-orange);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.tda-section-heading h2,
.tda-empty h2 {
    margin: 0;
    color: var(--tda-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.tda-spotlight-wrapper {
    max-width: 1300px;
    margin: 18px auto;
    padding: 24px;
    border: 1px solid rgba(219, 228, 239, 0.95);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
}

.tda-spotlight {
    margin: 0;
}

.tda-spotlight .tda-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.tda-spotlight .tda-section-heading span {
    display: inline-block;
    flex: 0 0 auto;
    margin: 0;
    padding: 4px 10px;
    border-radius: 4px;
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.tda-spotlight .tda-section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.tda-carousel-container {
    position: relative;
}

.tda-spotlight__list {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0 0 4px;
    list-style: none;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
}

.tda-spotlight__list::-webkit-scrollbar {
    display: none;
}

.tda-spotlight__list:active {
    cursor: grabbing;
}

.tda-spotlight__list > li {
    flex: 0 0 160px;
    position: relative;
    scroll-snap-align: start;
    user-select: none;
    min-width: 0;
}

.tda-spotlight-card {
    display: flex !important;
    flex-direction: column;
    background-color: #f8fafc;
    padding: 16px 12px;
    border-radius: 12px;
    height: 100%;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.tda-spotlight-card:hover {
    transform: translateY(-4px);
    background-color: #f1f5f9;
    border-color: #e2e8f0;
}

.tda-spotlight-card__image {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.tda-spotlight-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.tda-spotlight-card__image .tda-no-image {
    width: 80px;
    height: 80px;
    background: #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tda-spotlight-card__image .tda-no-image::before {
    display: none;
}

.tda-spotlight-card__image .tda-no-image::after {
    content: "No Image";
    color: #94a3b8;
    font-size: 12px;
}

.tda-spotlight-card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    min-width: 0;
    position: relative;
}

.tda-heat {
    position: absolute;
    top: -8px;
    right: 0;
    background: #fee2e2;
    color: #ef4444;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 8px;
    z-index: 2;
    line-height: 1.4;
}

.tda-spotlight-card strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 8px;
    color: #334155;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.4;
}

.tda-spotlight-card__body > .tda-spotlight-foot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-top: auto;
}

.tda-spotlight-card__body .tda-spotlight-price {
    color: #d70018;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.tda-spotlight-card__body .tda-spotlight-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
}

.tda-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #334155;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(8px);
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.tda-scroll-btn:hover {
    border-color: rgba(37, 99, 235, 0.22);
    background: #fff;
    color: var(--tda-blue);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.16);
}

.tda-scroll-btn:active {
    transform: translateY(-50%) scale(0.95);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.tda-scroll-btn:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
    transform: translateY(-50%);
}

.tda-scroll-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 180ms ease;
}

.tda-scroll-btn:hover svg {
    transform: scale(1.1);
}

.tda-scroll-btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.34);
    outline-offset: 3px;
}

.tda-scroll-btn--prev { left: -20px; }
.tda-scroll-btn--next { right: -20px; }

.tda-layout {
    display: block;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: var(--tda-radius);
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.tda-feed {
    padding: 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.tda-layout > .tda-empty {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.tda-products-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.tda-products-head h2 {
    margin: 0 0 5px;
    color: var(--tda-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.tda-products-head span {
    color: var(--tda-muted);
    font-size: 13px;
    font-weight: 700;
}

.tda-products-head a {
    flex: 0 0 auto;
    color: var(--tda-blue);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.tda-deal-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tda-deal-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.tda-deal-list > li {
    min-width: 0;
}

.tda-deal-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 10px;
    border-color: #f1f1f1;
    border-radius: 6px;
    background: #fff;
}

.tda-deal-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
    padding: 6px;
    border-radius: 6px;
    background: #fff;
}

.tda-page .tda-deal-card > .tda-deal-card__media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate3d(0, 0, 0);
    transition: all 300ms ease-in-out;
    will-change: transform;
}

.tda-page .tda-deal-card:hover > .tda-deal-card__media > img,
.tda-page .tda-deal-card:focus-within > .tda-deal-card__media > img {
    transform: translate3d(0, -4px, 0) !important;
}

.tda-hot-label {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 4px;
    width: fit-content;
    min-height: 24px;
    margin: 0 0 8px;
    padding: 2px 8px 2px 2px;
    border-radius: 20px;
    background: #e30019;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.tda-hot-label img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.tda-card-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 22px;
    margin-bottom: 10px;
}

.tda-discount {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 44px;
    height: 48px;
    padding: 0 3px 8px;
    border: 0;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #ff8c42 0%, #f05423 100%);
    clip-path: polygon(0 0, 100% 0, 100% 76%, 50% 100%, 0 76%);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 0 1px 1px rgba(124, 45, 18, 0.2);
    filter: drop-shadow(0 3px 4px rgba(194, 65, 12, 0.2));
    pointer-events: none;
}

.tda-deal-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 0;
}

.tda-card-meta,
.tda-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
}

.tda-card-meta {
    flex: 1 1 auto;
    max-width: 100%;
    min-height: 22px;
    margin-bottom: 0;
}

.tda-card-meta span {
    display: block;
    max-width: 100%;
    min-height: 22px;
    padding: 4px 8px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.04));
    color: var(--tda-blue);
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.tda-deal-card__title {
    display: -webkit-box;
    min-height: 36px;
    margin: 0 0 8px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.tda-deal-card__content p {
    display: none;
}

.tda-deal-card__action {
    display: block;
    margin-top: 10px;
    min-width: 0;
}

.tda-item-gift {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px;
    padding: 6px 10px;
    border: 1px dashed #fcd34d;
    border-radius: 6px;
    background: #fffbeb;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.tda-item-gift__icon {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    color: #fe783e;
}

.tda-item-gift b {
    color: #d0021c;
    font-weight: 900;
}

.tda-deal-card .tda-badge-row {
    gap: 5px;
    min-height: 22px;
    margin-bottom: 8px;
}

.tda-deal-card .tda-badge {
    min-height: 20px;
    max-width: 100%;
    padding: 2px 5px;
    border-color: #e0e0e0;
    border-radius: 2px;
    background: #f1f1f1;
    color: #666;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
}

.tda-deal-card .tda-price-row {
    display: block;
    margin-top: auto;
}

.tda-deal-card .tda-price-row strong {
    display: block;
    margin-bottom: 4px;
    color: #d0021c;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.tda-price-sub {
    display: flex !important;
    align-items: center;
    gap: 5px;
    min-height: 17px;
    margin-bottom: 8px;
}

.tda-price-sub del {
    color: #999;
    font-size: 12px;
}

.tda-price-sub span {
    color: #d0021c;
    font-size: 12px;
    font-weight: 700;
}

.tda-deal-card .tda-trust-row {
    margin-top: auto;
    color: #999;
    font-size: 11px;
    font-weight: 600;
}

.tda-deal-card .tda-trust-row span {
    padding: 0;
    border: 0;
    background: transparent;
    color: #999;
    font-size: 11px;
    font-weight: 600;
}

.tda-deal-card .tda-trust-row span + span::before {
    content: "\2022";
    margin-right: 5px;
    color: #999;
}

.tda-deal-card .tda-cta {
    width: 100%;
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #fff;
    color: var(--tda-blue);
    font-size: 13px;
    font-weight: 800;
    box-shadow: none;
    border: 1px solid #dbe4ef;
}

.tda-deal-card .tda-cta:hover {
    border-color: var(--tda-blue);
    background: #eff6ff;
    color: var(--tda-blue);
    transform: none;
    box-shadow: none;
}

.tda-detail-link {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--tda-line);
    border-radius: var(--tda-radius);
    background: #fff;
    color: var(--tda-muted);
    font-size: 13px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}

.tda-detail-link:hover {
    border-color: rgba(37, 99, 235, 0.30);
    color: var(--tda-blue);
    text-decoration: none;
}

.tda-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.tda-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid var(--tda-line);
    border-radius: var(--tda-radius);
    background: #fff;
    color: var(--tda-text);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.tda-pagination .page-numbers.current {
    border-color: var(--tda-blue);
    background: var(--tda-blue);
    color: #fff;
}

.tda-empty {
    margin-top: 18px;
    padding: 56px 20px;
    text-align: center;
}

.tda-empty p {
    max-width: 520px;
    margin: 10px auto 18px;
    color: var(--tda-muted);
    font-size: 15px;
    line-height: 1.6;
}

.tda-page .tinet-home-how {
    margin: 38px calc(50% - 50vw) 0;
}

.tda-faq {
    margin-top: 34px;
    padding: 42px 0 10px;
    background: transparent;
}

.tda-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 48px;
}

.tda-faq__left {
    min-width: 0;
}

.tda-faq__heading {
    margin-bottom: 28px;
}

.tda-faq__heading > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 7px 15px;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tda-faq__heading h2 {
    margin: 0;
    color: #1f2937;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

.tda-faq__heading h2 span {
    color: #6366f1;
}

.tda-faq__heading p {
    max-width: 560px;
    margin: 22px 0 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.75;
}

.tda-faq__contact {
    position: relative;
    overflow: hidden;
    max-width: 560px;
    padding: 28px 32px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.tda-faq__contact h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.35;
}

.tda-faq__contact p {
    max-width: 470px;
    margin: 0 0 20px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.tda-faq__contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 8px;
    background: #6d5dfc;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(99, 102, 241, 0.24);
    transition: background 180ms ease, transform 180ms ease;
}

.tda-faq__contact a:hover {
    background: #5947ed;
    color: #fff;
    transform: translateY(-1px);
}

.tda-faq__list {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.tda-faq__item {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tda-faq__item:hover,
.tda-faq__item[open] {
    border-color: #c7d2fe;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.tda-faq__item summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 18px 72px 18px 28px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.tda-faq__item summary::-webkit-details-marker {
    display: none;
}

.tda-faq__item summary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #f1f5f9;
    transform: translateY(-50%);
}

.tda-faq__item summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 38px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6366f1;
    border-bottom: 2px solid #6366f1;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 180ms ease;
}

.tda-faq__item[open] summary::after {
    transform: translateY(-25%) rotate(225deg);
}

.tda-faq__answer {
    padding: 0 28px 22px;
}

.tda-faq__answer p {
    max-width: 780px;
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

.tda-no-image {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #94a3b8;
}

.tda-no-image::before {
    content: "";
    width: 42px;
    height: 42px;
    border: 2px solid currentColor;
    border-radius: 8px;
    opacity: 0.45;
}

.tda-page a:focus-visible,
.tda-page button:focus-visible,
.tda-page input:focus-visible,
.tda-page select:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.34);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    .tda-layout {
        display: block;
    }

    .tda-deal-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

}

@media (max-width: 1024px) {
    .tda-deal-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .tda-search {
        max-width: 100%;
        flex-basis: 100%;
    }

    .tda-tool-actions {
        width: 100%;
        justify-content: space-between;
    }

    .tda-select-filters {
        flex: 1 1 auto;
        justify-content: flex-end;
    }
}

@media (max-width: 860px) {
    .tda-page {
        padding-right: 12px;
        padding-left: 12px;
    }

    .tda-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 20px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 62%, rgba(255, 247, 237, 0.82) 100%),
            url('../images/banner-cashback.webp') center / cover no-repeat;
    }

    .tda-hero h1 {
        font-size: 31px;
    }

    .tda-tools__main {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 16px;
    }

    .tda-search,
    .tda-tool-actions {
        width: 100%;
        flex: 0 0 auto;
        max-width: none;
    }

    .tda-tool-actions {
        justify-content: space-between;
        overflow: visible;
        padding-bottom: 0;
    }

    .tda-category-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .tda-select-filters {
        justify-content: flex-end;
    }

    .tda-spotlight__list {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
    }

    .tda-spotlight__list li {
        flex: 0 0 200px;
        scroll-snap-align: start;
    }

    .tda-deal-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tda-deal-card {
        display: flex;
        padding: 10px;
    }

    .tda-deal-card__media {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .tda-deal-card__action {
        display: block;
    }
}

@media (max-width: 640px) {
    .tda-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tda-breadcrumb-wrap {
        padding-top: 10px;
    }

    .tda-spotlight-wrapper {
        padding: 16px 12px;
    }

    .tda-spotlight .tda-section-heading h2 {
        font-size: 18px;
    }

    .tda-spotlight__list > li {
        flex: 0 0 140px;
    }

    .tda-scroll-btn {
        display: none;
    }

    .tda-hero h1 {
        font-size: 27px;
    }

    .tda-hero {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .tda-hero__copy p {
        font-size: 14px;
    }

    .tda-hero__cashback {
        justify-self: start;
        max-width: none;
        padding: 0;
    }

    .tda-hero__cashback h2 {
        font-size: 20px;
    }

    .tda-hero__cashback-btn {
        width: fit-content;
    }

    .tda-hero__cashback-steps {
        gap: 6px 10px;
    }

    .tda-tools {
        padding: 16px;
    }

    .tda-search {
        min-width: 0;
        padding-left: 14px;
    }

    .tda-search button {
        padding-right: 16px;
        padding-left: 16px;
    }

    .tda-tool-actions {
        align-items: stretch;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .tda-select-filters {
        width: 100%;
        flex: 0 0 auto;
    }

    .tda-sortbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .tda-sort-tabs {
        width: 100%;
        flex-wrap: wrap;
    }

    .tda-sort-tabs a {
        flex: 0 0 auto;
        text-align: left;
    }

    .tda-price-sort__menu {
        right: auto;
        left: 0;
    }

    .tda-select-filters {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
        gap: 8px;
    }

    .tda-select-filters select,
    .tda-select-filters button {
        min-width: 0;
    }

    .tda-select-filters select {
        width: 100%;
        max-width: 100%;
    }

    .tda-select-filters button {
        padding-right: 12px;
        padding-left: 12px;
    }

    .tda-reset-link {
        align-self: flex-start;
    }

    .tda-feed {
        padding: 10px;
    }

    .tda-faq {
        padding: 34px 0 8px;
    }

    .tda-faq__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tda-faq__heading {
        margin-bottom: 22px;
    }

    .tda-faq__heading h2 {
        font-size: 28px;
    }

    .tda-faq__heading p {
        margin-top: 16px;
        font-size: 14px;
    }

    .tda-faq__contact {
        max-width: none;
        padding: 24px 20px;
    }

    .tda-faq__item summary {
        min-height: 64px;
        padding: 16px 62px 16px 18px;
        font-size: 14px;
    }

    .tda-faq__item summary::before {
        right: 16px;
        width: 32px;
        height: 32px;
    }

    .tda-faq__item summary::after {
        right: 28px;
    }

    .tda-faq__answer {
        padding: 0 18px 18px;
    }

    .tda-products-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }

    .tda-deal-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .tda-deal-card {
        padding: 8px;
    }

    .tda-deal-card__media {
        height: auto;
        margin-bottom: 10px;
    }

    .tda-deal-card__content p {
        display: none;
    }

    .tda-card-meta span:nth-child(n+2),
    .tda-trust-row span:nth-child(n+3) {
        display: none;
    }

    .tda-discount {
        width: 40px;
        height: 44px;
        padding-bottom: 7px;
        font-size: 11px;
    }

    .tda-deal-card__title {
        font-size: 12px;
    }

    .tda-deal-card .tda-price-row strong {
        font-size: 14px;
    }

    .tda-price-sub del,
    .tda-price-sub span {
        font-size: 12px;
    }

    .tda-deal-card__action {
        display: block;
    }

    .tda-detail-link {
        display: none;
    }

}

@media (max-width: 420px) {
    .tda-select-filters {
        grid-template-columns: minmax(0, 1fr);
    }

    .tda-select-filters button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tda-page *,
    .tda-page *::before,
    .tda-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
    }

    .tda-cta:hover,
    .tda-spotlight-card:hover {
        transform: none;
    }
}
