:root {
    --trp-shell-width: 390px;
    --trp-font-body: "Be Vietnam Pro", "Segoe UI", "Helvetica Neue", sans-serif;
    --trp-font-display: "Be Vietnam Pro", "Segoe UI", "Helvetica Neue", sans-serif;
    --trp-bg: #060607;
    --trp-bg-soft: #101114;
    --trp-panel: rgba(13, 14, 18, 0.92);
    --trp-panel-soft: rgba(255, 255, 255, 0.05);
    --trp-line: rgba(255, 255, 255, 0.08);
    --trp-text: #fbfbfc;
    --trp-text-soft: rgba(255, 255, 255, 0.72);
    --trp-text-faint: rgba(255, 255, 255, 0.5);
    --trp-brand: #fe2c55;
    --trp-brand-2: #ff6b6b;
    --trp-brand-cyan: #25f4ee;
    --trp-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --trp-paper: #f8f5ef;
    --trp-paper-strong: #fffdf9;
    --trp-ink-dark: #191613;
    --trp-ink-soft-dark: #4f4741;
    --trp-line-light: rgba(37, 28, 19, 0.08);
}

html {
    scroll-behavior: smooth;
}

body.post-type-archive-tiktok_review,
body.single-tiktok_review {
    margin: 0;
    background:
        radial-gradient(circle at top, rgba(254, 44, 85, 0.14), transparent 28%),
        radial-gradient(circle at bottom, rgba(37, 244, 238, 0.08), transparent 24%),
        var(--trp-bg);
    color: var(--trp-text);
    font-family: var(--trp-font-body);
}

body.post-type-archive-tiktok_review {
    overflow: hidden;
}

body.post-type-archive-tiktok_review #header,
body.post-type-archive-tiktok_review #footer,
body.post-type-archive-tiktok_review > hr,
body.post-type-archive-tiktok_review #page > hr,
body.single-tiktok_review #header,
body.single-tiktok_review #footer,
body.single-tiktok_review > hr,
body.single-tiktok_review #page > hr {
    display: none;
}

body.post-type-archive-tiktok_review #page,
body.single-tiktok_review #page {
    max-width: none;
    background: transparent;
}

body.post-type-archive-tiktok_review .wp-site-blocks,
body.post-type-archive-tiktok_review .has-global-padding,
body.post-type-archive-tiktok_review .is-layout-constrained,
body.post-type-archive-tiktok_review .is-layout-flow,
body.single-tiktok_review .wp-site-blocks,
body.single-tiktok_review .has-global-padding,
body.single-tiktok_review .is-layout-constrained,
body.single-tiktok_review .is-layout-flow {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.trp-feed *,
.trp-single * {
    box-sizing: border-box;
}

.trp-feed__dock,
.trp-feed-card,
.trp-single__article,
.trp-single__sticky-buy {
    width: min(var(--trp-shell-width), calc(100vw - 20px));
}

.trp-feed {
    position: relative;
    height: 100svh;
    min-height: 100svh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y mandatory;
    padding: 0;
}

.trp-feed__stack {
    display: grid;
    gap: 18px;
    justify-items: center;
    padding: 0 0 104px;
}

.trp-feed__empty {
    padding: 120px 24px;
    text-align: center;
    color: var(--trp-text-soft);
}

.trp-feed-card {
    position: relative;
    min-height: calc(100svh - 88px);
    border-radius: 32px;
    overflow: hidden;
    background: #000;
    border: 1px solid var(--trp-line);
    box-shadow: var(--trp-shadow);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.trp-feed-card__media,
.trp-single__stage {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.trp-feed-card__media {
    min-height: calc(100svh - 88px);
}

.trp-feed-card__media::after,
.trp-single__stage::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(3, 3, 3, 0.94) 100%);
    pointer-events: none;
}

.trp-feed-card__media video,
.trp-feed-card__cover,
.trp-single__stage video,
.trp-single__cover {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

.trp-feed-card__media video,
.trp-feed-card__cover {
    min-height: calc(100svh - 88px);
}

.trp-feed-card__rail {
    position: absolute;
    right: 12px;
    bottom: 112px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
    pointer-events: none;
}

.trp-feed-card__rail-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(12, 12, 14, 0.62);
    color: var(--trp-text);
    text-decoration: none;
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    pointer-events: auto;
}

.trp-feed-card__rail-button--shop {
    background: linear-gradient(135deg, rgba(254, 44, 85, 0.98) 0%, rgba(255, 107, 107, 0.98) 100%);
}

.trp-feed-card__rail-button--detail {
    background: rgba(12, 12, 14, 0.74);
}

.trp-feed-card__rail-disc,
.trp-feed-card__rail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trp-feed-card__rail-disc,
.trp-feed-card__rail-icon,
.trp-feed-card__rail-icon svg {
    width: 24px;
    height: 24px;
}

.trp-feed-card__rail-icon svg {
    fill: currentColor;
}

.trp-feed-card__rail-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.trp-feed__dock {
    position: fixed;
    left: 50%;
    bottom: max(14px, env(safe-area-inset-bottom, 0px));
    z-index: 24;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    transform: translateX(-50%);
    border: 1px solid var(--trp-line);
    border-radius: 24px;
    background: rgba(10, 10, 12, 0.84);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    pointer-events: none;
}

.trp-feed--leaving .trp-feed__dock {
    opacity: 0.25;
    transform: translateX(-50%) translateY(10px);
    transition: opacity 140ms ease, transform 140ms ease;
}

.trp-feed-card {
    transition: transform 160ms ease, opacity 160ms ease, filter 160ms ease;
}

.trp-feed-card.is-leaving-detail {
    transform: scale(0.985);
    opacity: 0.72;
    filter: saturate(0.92);
}

.trp-feed__dock-thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

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

.trp-feed__dock-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
}

.trp-feed__dock-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(37, 244, 238, 0.12);
    color: var(--trp-brand-cyan);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.trp-feed__dock-title {
    color: var(--trp-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trp-feed__dock-meta {
    color: var(--trp-text-faint);
    font-size: 11px;
    line-height: 1.35;
}

.trp-feed__dock-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--trp-brand) 0%, var(--trp-brand-2) 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(254, 44, 85, 0.28);
    pointer-events: auto;
}

.trp-single {
    display: flex;
    justify-content: center;
    padding: 20px 0 88px;
}

.trp-single__article {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid var(--trp-line);
    background: #000;
    box-shadow: var(--trp-shadow);
}

.trp-single__stage {
    min-height: min(84svh, 820px);
    overflow: hidden;
    border-radius: 32px 32px 0 0;
}

.trp-single__stage video,
.trp-single__cover {
    height: min(84svh, 820px);
    border-radius: 32px 32px 0 0;
}

.trp-single__actionbar {
    position: absolute;
    left: 14px;
    right: 14px;
    z-index: 3;
    bottom: 14px;
    display: block;
    padding: 8px;
    border: 1px solid var(--trp-line);
    border-radius: 18px;
    background: rgba(10, 10, 12, 0.84);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.trp-single__actionbar-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
}

.trp-single__desc-trigger,
.trp-single__shopreviews {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--trp-text);
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.trp-single__desc-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--trp-text);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.trp-single__shopreviews {
    color: var(--trp-text);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.trp-single__shopreviews:hover {
    background: rgba(255, 255, 255, 0.11);
}

.trp-single__shopbuy {
    grid-column: 1 / -1;
}

.trp-single__shopbuy,
.trp-single__sticky-link,
.trp-single__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--trp-brand) 0%, var(--trp-brand-2) 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(254, 44, 85, 0.22);
    width: 100%;
}

.trp-single__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: none;
    padding: 20px 16px 28px;
    transform: none;
    overflow: visible;
    border-radius: 0;
    border: 1px solid var(--trp-line-light);
    box-shadow: none;
    background: var(--trp-paper);
    color: var(--trp-ink-dark);
}

body.trp-single-panel-open .trp-single {
    align-items: flex-start;
}

body.trp-single-panel-open .trp-single__article {
    overflow: visible;
}

body.trp-single-panel-open .trp-single__stage {
    min-height: min(52svh, 520px);
    border-radius: 32px 32px 0 0;
}

body.trp-single-panel-open .trp-single__stage video,
body.trp-single-panel-open .trp-single__cover,
body.trp-single-panel-open .trp-single__article--legacy .trp-single__legacy-media {
    position: sticky;
    top: 0;
    z-index: 4;
    height: min(52svh, 520px);
    border-radius: 32px 32px 0 0;
}

body.trp-single-panel-open .trp-single__actionbar {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: max(14px, env(safe-area-inset-bottom, 0px));
    z-index: 26;
    width: min(var(--trp-shell-width), calc(100vw - 20px));
    transform: translateX(-50%);
}

body.trp-single-panel-open .trp-single__sticky-buy {
    display: none;
}

.trp-single__panel,
.trp-single__panel p,
.trp-single__panel li,
.trp-single__panel div,
.trp-single__panel span {
    color: var(--trp-ink-soft-dark);
}

.trp-single__header {
    padding: 0 0 18px;
}

.trp-single__eyebrow,
.trp-inline-links__label,
.trp-faq__label,
.trp-single__cta-label {
    margin: 0 0 10px;
    color: #7a6f66;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.trp-single__header h1,
.trp-faq h2,
.trp-single__cta h2 {
    margin: 0;
    font-family: var(--trp-font-display);
    font-size: clamp(24px, 6vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: var(--trp-ink-dark);
}

.trp-single__panel h3,
.trp-single__panel strong,
.trp-single__panel b {
    color: var(--trp-ink-dark);
}

.trp-single__excerpt {
    margin: 14px 0 0;
    color: var(--trp-ink-soft-dark);
    font-size: 15px;
    line-height: 1.7;
}

.trp-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.trp-single__tags span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(37, 28, 19, 0.06);
    color: var(--trp-ink-dark);
    font-size: 11px;
    font-weight: 700;
}

.trp-single__content,
.trp-inline-links li a,
.trp-faq__item div,
.trp-single__cta p {
    color: var(--trp-ink-soft-dark);
    line-height: 1.8;
}

.trp-single__content {
    font-size: 16px;
}

.trp-article-media {
    margin: 0 0 22px;
    overflow: hidden;
    border: 1px solid var(--trp-line-light);
    border-radius: 22px;
    background: var(--trp-paper-strong);
    box-shadow: 0 14px 30px rgba(37, 28, 19, 0.08);
}

.trp-article-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.trp-article-media figcaption {
    padding: 12px 14px 14px;
    color: var(--trp-ink-soft-dark);
    font-size: 13px;
    line-height: 1.5;
}

.trp-article-media--inline {
    margin-top: 24px;
}

.trp-quick-buy {
    margin: 0 0 22px;
    padding: 18px;
    border: 1px solid rgba(254, 44, 85, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(254, 44, 85, 0.08) 0%, rgba(255, 253, 249, 0.98) 100%);
    box-shadow: 0 14px 30px rgba(37, 28, 19, 0.08);
}

.trp-quick-buy__label {
    margin: 0 0 10px;
    color: #a1344b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trp-quick-buy ul {
    margin: 0;
    padding-left: 20px;
}

.trp-quick-buy li {
    color: var(--trp-ink-dark);
    font-weight: 600;
}

.trp-quick-buy li + li {
    margin-top: 8px;
}

.trp-single__content h2,
.trp-single__content h3 {
    margin-top: 1.8em;
    margin-bottom: 0.65em;
    font-family: var(--trp-font-display);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--trp-ink-dark);
}

.trp-single__content p:first-child {
    margin-top: 0;
}

.trp-single__content ul,
.trp-single__content ol {
    padding-left: 22px;
}

.trp-single__content li + li {
    margin-top: 8px;
}

.trp-single__panel a {
    color: #0e7c7a;
}

.trp-inline-links,
.trp-faq,
.trp-single__cta {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--trp-line-light);
    border-radius: 20px;
    background: var(--trp-paper-strong);
}

.trp-inline-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trp-inline-links li {
    margin: 0;
}

.trp-inline-links li a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(37, 28, 19, 0.04);
    border: 1px solid rgba(37, 28, 19, 0.08);
    text-decoration: none;
    font-size: 14px;
}

.trp-faq__list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.trp-faq__item {
    padding: 14px 16px;
    border: 1px solid var(--trp-line-light);
    border-radius: 16px;
    background: rgba(37, 28, 19, 0.03);
}

.trp-faq__item h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.4;
}

.trp-single__cta {
    background: linear-gradient(180deg, rgba(254, 44, 85, 0.08) 0%, rgba(255, 251, 246, 0.98) 100%);
}

.trp-single__cta p {
    margin-bottom: 0;
}

.trp-single__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.trp-single__cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(37, 28, 19, 0.1);
    border-radius: 999px;
    background: rgba(37, 28, 19, 0.04);
    color: var(--trp-ink-dark);
    text-decoration: none;
    font-weight: 700;
}

.trp-single__sticky-buy {
    position: fixed;
    left: 50%;
    bottom: max(14px, env(safe-area-inset-bottom, 0px));
    z-index: 25;
    display: none !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    transform: translateX(-50%);
    border: 1px solid var(--trp-line);
    border-radius: 22px;
    background: rgba(10, 10, 12, 0.84);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.trp-single__sticky-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.trp-single__sticky-copy strong {
    font-size: 14px;
    line-height: 1.1;
}

.trp-single__sticky-copy span {
    color: var(--trp-text-faint);
    font-size: 12px;
}

body.single-tiktok_review .trp-single__article--legacy {
    position: relative;
}

body.single-tiktok_review .trp-single__article--legacy .trp-single__header {
    min-height: min(84svh, 820px);
    padding: 0;
    background: #000;
}

body.single-tiktok_review .trp-single__article--legacy .trp-single__legacy-media {
    display: block;
    width: 100%;
    height: min(84svh, 820px);
    object-fit: cover;
}

body.single-tiktok_review .trp-single__article--legacy .trp-single__actionbar {
    position: absolute;
}

body.single-tiktok_review .trp-single__article--legacy .trp-single__panel {
    background: var(--trp-paper);
}

body.single-tiktok_review .trp-single__panel,
body.single-tiktok_review .trp-single__panel * {
    background-color: transparent;
}

body.single-tiktok_review .trp-single__panel {
    background: var(--trp-paper) !important;
    color: var(--trp-ink-dark) !important;
}

body.single-tiktok_review .trp-single__panel p,
body.single-tiktok_review .trp-single__panel li,
body.single-tiktok_review .trp-single__panel div,
body.single-tiktok_review .trp-single__panel span {
    color: var(--trp-ink-soft-dark) !important;
}

body.single-tiktok_review .trp-single__panel h1,
body.single-tiktok_review .trp-single__panel h2,
body.single-tiktok_review .trp-single__panel h3,
body.single-tiktok_review .trp-single__panel strong,
body.single-tiktok_review .trp-single__panel b {
    color: var(--trp-ink-dark) !important;
}

body.single-tiktok_review .trp-single__panel .trp-inline-links,
body.single-tiktok_review .trp-single__panel .trp-faq,
body.single-tiktok_review .trp-single__panel .trp-single__cta {
    background: var(--trp-paper-strong) !important;
}

body.single-tiktok_review .trp-single__article--legacy .trp-single__header--panel {
    min-height: auto;
    padding: 0 0 18px;
    background: transparent;
}

@media (max-width: 900px) {
    .trp-feed__dock,
    .trp-feed-card,
    .trp-single__article,
    .trp-single__sticky-buy {
        width: 100vw;
    }

    .trp-feed__dock,
    .trp-single__sticky-buy {
        width: calc(100vw - 20px);
    }

    .trp-feed__stack {
        gap: 0;
        padding-top: 0;
        padding-bottom: 96px;
    }

    .trp-feed-card,
    .trp-single__article {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .trp-feed-card {
        min-height: 100svh;
    }

    .trp-feed-card__media,
    .trp-feed-card__media video,
    .trp-feed-card__cover {
        min-height: 100svh;
    }

    .trp-feed-card__rail {
        right: 10px;
        bottom: 108px;
    }

    .trp-single {
        padding: 0 0 92px;
    }

    .trp-single__article {
        border-top: 0;
        border-bottom: 0;
    }

    .trp-single__stage {
        min-height: 100svh;
        border-radius: 0;
    }

    .trp-single__stage video,
    .trp-single__cover,
    body.single-tiktok_review .trp-single__article--legacy .trp-single__legacy-media {
        height: 100svh;
        border-radius: 0;
    }

    body.trp-single-panel-open .trp-single__stage {
        min-height: 42svh;
        border-radius: 0;
    }

    body.trp-single-panel-open .trp-single__stage video,
    body.trp-single-panel-open .trp-single__cover,
    body.trp-single-panel-open .trp-single__article--legacy .trp-single__legacy-media {
        height: 42svh;
        border-radius: 0;
    }

    body.trp-single-panel-open .trp-single__actionbar {
        width: calc(100vw - 20px);
    }

    .trp-single__actionbar,
    .trp-single__actionbar-actions,
    .trp-single__cta-actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .trp-single__desc-trigger,
.trp-single__shopbuy,
.trp-single__shopreviews,
.trp-single__sticky-link,
.trp-single__cta-primary,
.trp-single__cta-secondary {
    width: 100%;
}

}

@media (min-width: 901px) {
    .trp-feed__stack {
        padding-top: 82px;
    }

    .trp-feed-card {
        min-height: calc(100svh - 106px);
    }

    .trp-feed-card__media,
    .trp-feed-card__media video,
    .trp-feed-card__cover {
        min-height: calc(100svh - 106px);
    }
}
