/* assets/css/style.css - Pixel Perfect Cloned TikTok Shop Landing Page */
:root {
    --primary-color: #ff2442;
    --primary-dark: #d90041;
    --secondary-color: #fe2c55;
    --accent-yellow: #ffc107;
    --bg-dark: #121212;
    --bg-light: #f8f9fa;
    --text-main: #222222;
    --text-muted: #666666;
    --border-color: #eeeeee;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #eef1f5;
    color: var(--text-main);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow-x: hidden;
}

/* App Wrapper for Mobile & Desktop Centering */
.app-container {
    width: 100%;
    max-width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    min-height: 100vh;
    position: relative;
    padding-bottom: 75px; /* Space for sticky bottom bar */
}

/* Sticky Header Wrapper (Bọc cả Header và Nav Tabs) */
.sticky-header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Header TikTok Shop */
.header-bar {
    display: flex;
    align-items: center;
    padding: 7px 8px;
    border-bottom: 1px solid #f1f5f9;
    gap: 6px;
    background: #ffffff;
}

.search-box {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 6px 8px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
}

.search-icon-svg {
    color: #64748b;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.search-brand-fire {
    font-size: 11.5px;
    flex-shrink: 0;
}

.search-brand-name {
    font-weight: 900;
    font-size: 11.5px;
    color: #0f172a;
    letter-spacing: 0.1px;
    flex-shrink: 0;
}

.search-pipe {
    color: #94a3b8;
    margin: 0 1px;
    flex-shrink: 0;
}

.search-hotline-num {
    font-weight: 900;
    font-size: 11.5px;
    color: #0f172a;
    flex-shrink: 0;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.zalo-header-pill {
    background: linear-gradient(135deg, #0068ff, #0084ff);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 104, 255, 0.25);
    flex-shrink: 0;
    transition: transform 0.15s ease;
}

.zalo-header-pill:active {
    transform: scale(0.95);
}

.cart-header-btn {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.cart-header-btn:hover,
.cart-header-btn:active {
    background: #e2e8f0;
    color: #ff004f;
}

/* Nav Tabs */
.nav-tabs {
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 13.5px;
    font-weight: 600;
}

.nav-tab {
    padding: 9px 0;
    color: var(--text-muted);
    cursor: pointer;
    position: relative;
    flex: 1;
    text-align: center;
    transition: color 0.2s;
}

.nav-tab.active {
    color: var(--text-main);
    font-weight: 800;
}

.nav-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

/* DẢI VOUCHER V3 CHUẨN 100% THEO ẢNH TARGET GIỐNG TỪNG PIXEL */
.vouchers-row-v3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 35;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.chip-extra-v3 {
    background: #00bfa5;
    color: #ffffff;
    height: 35px;
    padding: 3px 22px 3px 10px;
    border-top-left-radius: 8px;
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.chip-extra-v3 .txt-extra-bold {
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.5px;
}

.chip-extra-v3 .txt-shipping-sm {
    font-size: 8.5px;
    font-weight: 800;
    line-height: 1.05;
}

.chip-bonus-v3 {
    background: #84cc16;
    color: #000000;
    height: 35px;
    padding: 3px 14px 3px 24px;
    border-top-right-radius: 8px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
    margin-left: -22px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 1;
}

.black-bonus-pill-v3 {
    background: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    font-style: italic;
    padding: 1px 4px;
    border-radius: 2px;
    letter-spacing: -0.3px;
}

.chip-bonus-v3 .txt-hoantien-sm {
    font-size: 8.5px;
    font-weight: 800;
    color: #000000;
    line-height: 1.05;
}

/* PROMO BAR V3 (ĐỎ VÁT TỪ TRÊN SANG PHẢI / VÀNG CHUẨN TIKTOK SHOP 100%) */
.promo-bar-v3 {
    width: 100%;
    height: 52px;
    background: #ffcc00;
    position: relative;
    display: flex;
    overflow: hidden;
}

.promo-red-v3 {
    width: 58%;
    height: 100%;
    background: #e50914;
    color: #ffffff;
    padding: 5px 8px 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    z-index: 2;
}

.ticket-icon-slanted {
    width: 15px;
    height: 15px;
    fill: #ffffff;
    flex-shrink: 0;
    transform: rotate(-10deg);
}

.price-row-v3 {
    font-size: 18.5px;
    font-weight: 900;
    line-height: 1.1;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.old-row-v3 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    margin-top: 2px;
}

.strikethrough-old {
    text-decoration: line-through;
    opacity: 0.85;
}

.badge-50-tag {
    background: #ff004f;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    padding: 1px 4px;
    border-radius: 3px;
}

.promo-yellow-v3 {
    flex: 1;
    height: 100%;
    background: #ffcc00;
    color: #000000;
    margin-left: -6%;
    padding: 4px 6px 4px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.yellow-heading-v3 {
    font-size: 13.5px;
    font-weight: 900;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1.1;
    white-space: nowrap;
}

.flash-strobe-bolt {
    width: 17px;
    height: 17px;
    fill: #000000 !important;
    color: #000000 !important;
    display: inline-block;
    flex-shrink: 0;
    animation: energeticStrobe 0.55s infinite alternate ease-in-out !important;
    filter: drop-shadow(0 0 1px #fff);
}

@keyframes energeticStrobe {
    0% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 4px #000);
        opacity: 1;
    }
    50% {
        transform: scale(1.4) rotate(-12deg);
        filter: drop-shadow(0 0 8px #ffffff) drop-shadow(0 0 14px #ff004f);
        opacity: 0.95;
    }
    100% {
        transform: scale(1.15) rotate(8deg);
        filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 6px #000);
        opacity: 1;
    }
}

.yellow-subheading-v3 {
    font-size: 11px;
    font-weight: 600;
    color: #000000;
    margin-top: 2px;
    white-space: nowrap;
    text-align: center;
}

/* Slider Section */
.hero-slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #000;
    overflow: hidden;
}

.slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.slide-item {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.slide-item img,
.slide-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-counter {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.slider-nav-btn.prev {
    left: 8px;
}
.slider-nav-btn.next {
    right: 8px;
}

/* Promotional Banner */
.promo-bar {
    background: linear-gradient(135deg, #ff004f 0%, #ff2442 100%);
    color: white;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-price-group {
    display: flex;
    flex-direction: column;
}

.price-main {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.price-sub {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-top: 2px;
}

.old-price {
    text-decoration: line-through;
    opacity: 0.8;
}

.discount-tag {
    background: rgba(255, 255, 255, 0.25);
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
}

.flash-sale-box {
    text-align: right;
}

.flash-sale-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.timer-boxes {
    display: flex;
    gap: 3px;
    margin-top: 4px;
    justify-content: flex-end;
}

.time-num {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
}

/* ========================================================
   100% REAL TIKTOK SHOP PRODUCT DETAILS SECTION
   ======================================================== */
.tiktok-product-meta {
    padding: 12px 14px 10px 14px;
    background: #ffffff;
}

.tiktok-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #111111;
    margin-bottom: 8px;
}

.tiktok-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #444444;
    margin-bottom: 10px;
}

.star-rating {
    color: #f59e0b;
    font-weight: 800;
}

.rating-count {
    color: #2563eb;
    font-weight: 600;
}

.meta-pipe {
    color: #e2e8f0;
}

.free-shipping-teal {
    color: #00b4d8;
    font-weight: 700;
}

.tiktok-rank-badge {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 6px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.rank-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rank-title {
    font-weight: 800;
    font-size: 12.5px;
    color: #9a3412;
}

.rank-category {
    font-size: 12px;
    color: #7c2d12;
    margin-left: 2px;
}

.rank-arrow {
    color: #9a3412;
    font-size: 16px;
    font-weight: bold;
}

.tiktok-trust-badges {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #475569;
    padding: 10px 0;
    border-top: 1px solid #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
}

.tiktok-red-guarantee {
    text-align: center;
    padding: 14px 8px;
    color: #e11d48;
    font-weight: 900;
    font-size: 14.5px;
    line-height: 1.35;
}

.guarantee-line-1 {
    font-size: 15px;
    color: #e11d48;
}

.guarantee-line-2 {
    font-size: 15px;
    color: #dc2626;
}

.guarantee-line-3 {
    font-size: 14.5px;
    color: #e11d48;
}

.tiktok-weight-selector {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-top: 1px solid #f1f5f9;
}

.weight-label {
    font-size: 13px;
    font-weight: 900;
    color: #000000;
}

.weight-pills {
    display: flex;
    gap: 8px;
}

.weight-pill {
    background: #f1f5f9;
    color: #0f172a;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s;
}

.weight-pill:hover,
.weight-pill:active {
    background: #e2e8f0;
}

.tiktok-info-block {
    background: #ffffff;
    padding: 12px 14px;
    border-top: 8px solid #f8fafc;
}

.block-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 6px;
}

.cod-badge {
    background: #10b981;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 6px;
}

.shipping-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shipping-fee {
    font-size: 12.5px;
}

.old-fee {
    text-decoration: line-through;
    color: #94a3b8;
    margin-right: 4px;
}

.free-text {
    color: #e11d48;
    font-weight: 800;
}

.arrow-right-sm {
    color: #94a3b8;
    margin-left: 2px;
}

.voucher-tag-pill {
    display: inline-block;
    border: 1px dashed #00b4d8;
    background: #ecfeff;
    color: #0891b2;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 6px;
}

.voucher-terms {
    display: block;
    font-size: 12px;
    color: #334155;
    line-height: 1.45;
    margin-top: 5px;
}

.shipping-origin,
.shipping-eta {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}

.block-desc-muted {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

/* MUA HÀNG TẠI ĐÂY SECTION (PIXEL PERFECT MATCHING TARGET SCREENSHOT) */
.buy-section-container {
    padding: 18px 14px;
    background: #ffffff;
    border-top: 8px solid #f8fafc;
}

.buy-section-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin-bottom: 18px;
}

.buy-card-item {
    background: #bde0fe;
    border-radius: 45px;
    padding: 20px 18px 16px 18px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 4px 14px rgba(189, 224, 254, 0.4);
}

.hot-deal-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #ff0000 0%, #ff5722 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(255, 0, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 3px;
}

.buy-card-title {
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 10px;
}

.buy-card-body {
    display: flex;
    align-items: center;
    gap: 12px;
}

.buy-card-info {
    width: 60%;
    text-align: left;
}

.old-price-line {
    color: #dc2626;
    text-decoration: line-through;
    font-size: 17px;
    font-weight: 800;
}

.new-price-bold {
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    margin-top: 2px;
}

.perks-list {
    margin-top: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.45;
}

.buy-card-thumb {
    width: 40%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.orange-buy-btn {
    width: 85%;
    display: block;
    margin: 14px auto 0 auto;
    background: linear-gradient(135deg, #ff4500 0%, #ff5722 100%);
    color: #ffffff;
    border: none;
    padding: 12px 18px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(255, 69, 0, 0.45);
    animation: orangePulseZoom 1.6s infinite ease-in-out;
    position: relative;
    overflow: hidden;
}

.orange-buy-btn:active {
    transform: scale(0.97);
}

/* Feature Vouchers Badge */
.voucher-chips {
    display: flex;
    gap: 6px;
    padding: 8px 14px;
    background: #fff5f7;
    border-bottom: 1px solid #ffe1e8;
    overflow-x: auto;
}

.chip {
    background: #fff;
    border: 1px solid #ff2442;
    color: #ff2442;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Product Info Section */
.product-details-box {
    padding: 14px;
    background: #fff;
}

.sale-badge-pill {
    background: #ff004f;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 4px;
    margin-right: 6px;
    display: inline-block;
}

.product-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    margin-bottom: 10px;
}

.product-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: var(--text-muted);
}

.stars-rating {
    color: #ffb400;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 3px;
}

.divider-pipe {
    color: #ddd;
}

/* Guarantee Section */
.guarantee-grid {
    margin: 12px 14px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: var(--radius-md);
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    text-align: center;
}

.guarantee-item {
    font-size: 11px;
    color: #334155;
    font-weight: 600;
}

.guarantee-item svg {
    display: block;
    margin: 0 auto 4px auto;
    fill: var(--primary-color);
}

/* PRODUCTION PROCESS SECTION (QUY TRÌNH SẢN XUẤT) */
.process-section {
    padding: 18px 14px;
    background: #ffffff;
    border-top: 8px solid #f1f5f9;
}

.process-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #000;
}

.process-card-box {
    background: #e1f5fe;
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 14px;
}

.process-card-grid {
    display: flex;
    gap: 12px;
    align-items: center;
}

.process-img-square {
    width: 48%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.process-text-box {
    width: 52%;
    font-size: 12.5px;
    line-height: 1.45;
    color: #111;
    font-weight: 600;
}

.quote-highlight {
    font-style: italic;
    font-weight: 700;
    color: #b91c1c;
    margin-top: 4px;
}

/* ========================================================
   WAVY PROMO & NAVY COMMITMENT SECTION (CHUẨN 100% TRANG MẪU)
   ======================================================== */
.wavy-wrapper-section {
    width: 100%;
    margin-top: 14px;
    background: #ffffff;
    overflow: hidden;
}

/* 1. Light Blue Promo Wave Box */
.sky-wave-box {
    background: #bde0fe;
    padding: 16px 14px 0 14px;
    position: relative;
    text-align: center;
}

.sky-promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 0 4px;
}

.sky-promo-text {
    flex: 1;
    text-align: left;
}

.sky-price-bold {
    font-size: 16.5px;
    font-weight: 900;
    color: #1e3a8a;
    margin-bottom: 6px;
}

.sky-perk-item {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.5;
}

.sky-promo-thumb {
    width: 92px;
    height: 92px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

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

.orange-si-btn {
    background: linear-gradient(135deg, #ff5722 0%, #f4511e 100%);
    color: #ffffff;
    border: none;
    padding: 10px 32px;
    border-radius: 25px;
    font-size: 14.5px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(244, 81, 30, 0.38);
    margin: 0 auto 12px auto;
    display: inline-block;
    transition: transform 0.15s ease;
}

.orange-si-btn:active {
    transform: scale(0.96);
}

.wave-transition-svg {
    width: 100%;
    height: 32px;
    line-height: 0;
    margin-bottom: -1px;
}

.wave-transition-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* 2. Dark Navy Blue Commitment Box (CAM KẾT) */
.navy-commitment-box {
    background: #0b1d3a;
    padding: 14px 10px 24px 10px;
    text-align: center;
    color: #ffffff;
}

.navy-camket-title {
    font-size: 21px;
    font-weight: 900;
    color: #ffd166;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.navy-policy-pill {
    background: #7bdff2;
    color: #0b1d3a;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 18px;
}

.navy-badges-4grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 4px;
    align-items: start;
}

.navy-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gold-peach-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fde047;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px auto;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.navy-badge-title {
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 6px;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.navy-badge-desc {
    font-size: 8.5px;
    color: #cbd5e1;
    line-height: 1.35;
    text-align: center;
}

/* SHOP PROFILE SECTION */
.shop-profile-box {
    padding: 16px 14px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    border-bottom: 8px solid #f1f5f9;
}

.shop-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.shop-avatar-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-avatar-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
}

.shop-name-title {
    font-size: 14px;
    font-weight: 800;
    color: #111;
}

.shop-rating-pill {
    font-size: 11px;
    background: #ecfdf5;
    color: #059669;
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    margin-top: 2px;
}

.shop-visit-btn {
    border: 1px solid #64748b;
    background: #fff;
    color: #334155;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.shop-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 4px;
}

.shop-stat-num {
    font-size: 13px;
    font-weight: 800;
    color: #111;
}

.shop-stat-label {
    font-size: 10px;
    color: #64748b;
    margin-top: 2px;
}

/* CUSTOMER REVIEWS SECTION (EXACT AS TARGET SITE) */
.reviews-container {
    padding: 16px 14px;
    background: #ffffff;
}

.reviews-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.reviews-main-title {
    font-size: 15px;
    font-weight: 800;
    color: #111;
}

.reviews-see-more {
    font-size: 12px;
    color: #64748b;
    cursor: pointer;
}

.overall-rating-row {
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.target-review-card {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.target-reviewer-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.target-avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.target-reviewer-name {
    font-size: 13px;
    font-weight: 800;
    color: #111;
}

.stars-gold {
    color: #ffb400;
    font-size: 12px;
    margin-bottom: 4px;
}

.item-variant-label {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 6px;
}

.review-text-content {
    font-size: 13.5px;
    line-height: 1.45;
    color: #1e293b;
    font-weight: 500;
}

.reviews-loading-more {
    text-align: center;
    padding: 20px 0;
    color: #94a3b8;
    font-size: 12px;
}

.spinner-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-top-color: #64748b;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-top: 6px;
}

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

/* Video Showcase Section */
.section-title {
    font-size: 16px;
    font-weight: 800;
    padding: 14px 14px 8px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-top: 8px solid #f1f5f9;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 14px 14px 14px;
}

.video-card {
    position: relative;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    z-index: 2;
}

.video-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

/* Sticky Bottom Bar */
.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    padding: 8px 12px;
    z-index: 1000;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
}

.bottom-action-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #555;
    font-size: 10px;
    cursor: pointer;
    border: none;
    background: none;
}

.bottom-action-icon svg {
    margin-bottom: 2px;
}

.buy-now-btn {
    flex: 1;
    background: linear-gradient(135deg, #ff004f 0%, #fe2c55 100%);
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 0, 79, 0.35);
    animation: btnPulseZoom 1.4s infinite ease-in-out;
    position: relative;
    overflow: hidden;
}

.buy-now-btn:active {
    transform: scale(0.97);
}

/* ========================================================
   CHÍNH SÁCH HỖ TRỢ & INLINE CHECKOUT CARD V2 (CHUẨN 100% TRANG MẪU)
   ======================================================== */

.support-policy-section-v2 {
    padding: 24px 14px 16px 14px;
    background: #ffffff;
    border-top: 8px solid #f8fafc;
    text-align: center;
}

.support-title-v2 {
    font-size: 22px;
    font-weight: 900;
    color: #ff3366;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

.ornamental-line-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 18px;
}

.ornamental-line-v2::before,
.ornamental-line-v2::after {
    content: "";
    width: 65px;
    height: 1.5px;
    background: #fda4af;
}

.dot-red-v2 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f43f5e;
}

.support-icons-row-v2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.pink-double-ring {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid #ff4d6d;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pink-circle-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ff4d6d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

/* KHUNG DEAL HỜI MUA NGAY */
.inline-deal-card-v2 {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 18px 12px 14px 12px;
    text-align: center;
}

.deal-tag-pink-outline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ff4d6d;
    background: #fff;
    color: #ff2a55;
    font-size: 13px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.teal-bolt {
    color: #00b4d8;
    font-weight: 900;
}

.deal-brand-title {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 4px;
}

.deal-old-price {
    font-size: 12.5px;
    color: #000;
    margin-bottom: 6px;
}

.deal-old-price del {
    color: #666;
}

.deal-new-price-row {
    font-size: 15px;
    font-weight: 900;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 6px;
}

.pink-coupon-icon {
    width: 16px;
    height: 16px;
    fill: #ff2a55;
}

.txt-giam-con {
    font-weight: 800;
    font-size: 14px;
}

.price-range-bold {
    font-size: 17px;
    font-weight: 900;
    color: #000;
}

.badge-50-square {
    background: #ff1850;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 1px 4px;
    border-radius: 2px;
}

.deal-timer-caption {
    font-size: 11px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.countdown-4grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    max-width: 260px;
    margin: 0 auto 14px auto;
}

.count-slate-box {
    text-align: center;
}

.count-num-bold {
    background: #555e69;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
    border-radius: 2px;
    padding: 6px 2px;
    line-height: 1;
}

.count-unit-label {
    font-size: 10px;
    color: #666;
    margin-top: 3px;
}

/* FORM NHẬP TRẮNG TINH */
.inline-white-form-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 14px;
    border: 1px solid #e2e8f0;
}

.clean-form-group {
    margin-bottom: 10px;
}

.clean-input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 9px 12px;
    font-size: 13px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.clean-input:focus {
    border-color: #ff1850;
}

.clean-select {
    cursor: pointer;
    background-color: #fff;
}

.clean-submit-btn-pink {
    width: 100%;
    background: #ff1850;
    color: #ffffff;
    border: none;
    padding: 11px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 24, 80, 0.3);
    margin-top: 4px;
}

.clean-submit-btn-pink:active {
    transform: scale(0.98);
}

/* SHOP FOOTER CONTACT INFO (CHUẨN MẪU) */
.shop-footer-contact-v2 {
    padding: 24px 16px 20px 16px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.footer-shop-name-v2 {
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.privacy-policy-row-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 16px;
}

.black-pill-btn-v2 {
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.footer-contact-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    color: #334155;
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
}

.footer-contact-item-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact-item-v2 svg {
    fill: #64748b;
    flex-shrink: 0;
}

.footer-contact-item-v2 strong {
    color: #0f172a;
}

/* STICKY BOTTOM BAR (CHUẨN 100% TRANG MẪU: CỬA HÀNG / TRÒ CHUYỆN / MUA NGAY) */
.sticky-bottom-bar-v2 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 10.5px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
}

.bottom-nav-item svg {
    stroke: #222;
}

.bottom-nav-item span {
    margin-top: 2px;
}

.bottom-buy-btn-v2 {
    flex: 1;
    background: #ff1850;
    color: #ffffff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    margin-left: 8px;
    box-shadow: 0 3px 10px rgba(255, 24, 80, 0.3);
}

.bottom-buy-btn-v2:active {
    transform: scale(0.98);
}

/* Lightning Flashing / Blinking Animation (Icon Sấm Sét Nhấp Nháy Nhanh) */
@keyframes lightningFlicker {
    0%,
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 2px #fff700);
    }
    25% {
        opacity: 0.3;
        transform: scale(0.85) rotate(-12deg);
        filter: drop-shadow(0 0 0px transparent);
    }
    50% {
        opacity: 1;
        transform: scale(1.35) rotate(12deg);
        filter: drop-shadow(0 0 10px #ffff00);
    }
    75% {
        opacity: 0.4;
        transform: scale(0.9) rotate(-6deg);
        filter: drop-shadow(0 0 3px #ffaa00);
    }
}

.lightning-flash {
    display: inline-block;
    animation: lightningFlicker 0.5s infinite ease-in-out;
    color: #ffee58;
    font-weight: 900;
}

/* SẤM SÉT ĐEN TUYỀN (BLACK LIGHTNING) ĐỈNH CAO TRÊN NỀN VÀNG */
.black-lightning {
    color: #000000 !important;
    filter: none !important;
    font-size: 15px;
    font-weight: 900;
    display: inline-block;
    animation: blackLightningPulse 0.5s infinite ease-in-out !important;
}

@keyframes blackLightningPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
}

/* ANIMATIONS */
@keyframes flameFlicker {
    0% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 2px 8px rgba(255, 0, 0, 0.5);
    }
    50% {
        transform: scale(1.12) rotate(-3deg);
        box-shadow: 0 4px 18px rgba(255, 69, 0, 0.95);
    }
    100% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 2px 8px rgba(255, 0, 0, 0.5);
    }
}

.hot-deal-badge {
    animation: flameFlicker 1.1s infinite ease-in-out;
}

@keyframes btnPulseZoom {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 0, 79, 0.4);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 6px 24px rgba(255, 0, 79, 0.85);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 0, 79, 0.4);
    }
}

@keyframes orangePulseZoom {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(255, 69, 0, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 22px rgba(255, 69, 0, 0.85);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(255, 69, 0, 0.4);
    }
}

@keyframes flashSaleBlink {
    0%,
    100% {
        opacity: 1;
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    }
    50% {
        opacity: 0.8;
        text-shadow: 0 0 14px rgba(255, 255, 0, 1);
    }
}

.flash-sale-title {
    animation: flashSaleBlink 0.9s infinite alternate;
}

@keyframes discountPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
        background: rgba(255, 255, 255, 0.45);
    }
    100% {
        transform: scale(1);
    }
}

.discount-tag {
    animation: discountPulse 1.3s infinite ease-in-out;
    display: inline-block;
}

.buy-now-btn::after,
.orange-buy-btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 45%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    animation: shimmerSweep 2.8s infinite;
}

@keyframes shimmerSweep {
    0% {
        left: -60%;
    }
    25% {
        left: 140%;
    }
    100% {
        left: 140%;
    }
}

/* Modal Styling */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-backdrop.show {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 18px;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-backdrop.show .modal-content {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.modal-title {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
}

.modal-close-btn {
    background: #f1f5f9;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
}

.variant-group-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #475569;
}
.variant-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.variant-card {
    border: 2px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.variant-card.selected {
    border-color: var(--primary-color);
    background: #fff0f4;
}
.variant-name {
    font-size: 13px;
    font-weight: 700;
}
.variant-price {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 14px;
}

.form-group {
    margin-bottom: 12px;
}
.form-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 4px;
}
.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--radius-sm);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.form-control:focus {
    border-color: var(--primary-color);
}

.submit-order-btn {
    width: 100%;
    background: linear-gradient(135deg, #ff004f 0%, #d90041 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 4px 14px rgba(255, 0, 79, 0.4);
}

.toast-success {
    text-align: center;
    padding: 20px 10px;
}
.toast-success svg {
    width: 60px;
    height: 60px;
    fill: #22c55e;
    margin-bottom: 12px;
}
.toast-title {
    font-size: 18px;
    font-weight: 800;
    color: #166534;
    margin-bottom: 6px;
}
.toast-desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

/* QUANTITY PILLS & LIVE ORDER PRICING SUMMARY */
.quantity-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.qty-pill {
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.qty-pill.selected {
    border-color: #ff004f;
    background: #fff0f4;
    color: #ff004f;
}

.perk-tag {
    font-size: 10px;
    font-weight: 800;
    color: #059669;
    background: #d1fae5;
    padding: 2px 6px;
    border-radius: 4px;
}

.perk-tag.hot {
    color: #b91c1c;
    background: #fee2e2;
}

.custom-qty-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-bottom: 12px;
}

.qty-stepper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stepper-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
}

.stepper-btn:active {
    background: #e2e8f0;
}

.stepper-input {
    width: 50px;
    height: 32px;
    text-align: center;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    outline: none;
}

/* ORDER LIVE SUMMARY BOX */
.order-live-summary {
    background: #fffbeb;
    border: 1.5px dashed #f59e0b;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    color: #451a03;
    margin-bottom: 4px;
}

.summary-line strong {
    color: #1e293b;
}

.summary-line.perk-text {
    font-size: 11.5px;
    font-weight: 700;
    color: #047857;
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px dashed #fde68a;
}

.summary-total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #fde68a;
}

.total-amount-red {
    font-size: 18px;
    font-weight: 900;
    color: #dc2626;
}

/* ===================================================
   CHÍNH SÁCH HỖ TRỢ & KHUNG DEAL HỜI BOTTOM (CHUẨN 100% TRANG MẪU)
   =================================================== */
.support-policy-section-v2 {
    background: #ffffff;
    padding: 24px 16px;
    border-top: 8px solid #f8fafc;
}

.support-title-v2 {
    font-size: 20px;
    font-weight: 900;
    color: #ff004f;
    text-align: center;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.ornamental-line-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    position: relative;
}

.ornamental-line-v2::before,
.ornamental-line-v2::after {
    content: "";
    width: 60px;
    height: 1.5px;
    background: #ffb3c6;
}

.dot-red-v2 {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff004f;
}

.support-icons-row-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
}

.pink-double-ring {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 2px solid #ff3366;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 3px;
    box-shadow: 0 4px 12px rgba(255, 51, 102, 0.15);
}

.pink-circle-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ff3366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

/* KHUNG DEAL HỜI MUA NGAY (RỘNG RÃI & SANG TRỌNG) */
.inline-deal-card-v2 {
    background: #f8fafc;
    border: 1.5px solid #f1f5f9;
    border-radius: 16px;
    padding: 22px 18px;
    margin: 10px auto 0;
    max-width: 480px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.deal-tag-pink-outline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1.5px solid #ff3366;
    color: #ff004f;
    border-radius: 6px;
    padding: 4px 14px;
    font-weight: 900;
    font-size: 13.5px;
    margin-bottom: 12px;
    background: #ffffff;
}

.deal-brand-title {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 6px;
}

.deal-old-price {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
}

.deal-new-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.pink-coupon-icon {
    width: 18px;
    height: 18px;
    fill: #ff004f;
}

.txt-giam-con {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}

.price-range-bold {
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
}

.badge-50-square {
    background: #ff004f;
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.deal-timer-caption {
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 12px;
}

/* 4 Ô ĐẾM NGƯỢC XÁM GHI ĐẬM */
.countdown-4grid-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.count-slate-box {
    background: #1e293b;
    color: #ffffff;
    border-radius: 8px;
    padding: 6px 10px;
    min-width: 48px;
    text-align: center;
}

.count-num-v2 {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
}

.count-unit-v2 {
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
}

/* FORM SELECT & MUA NGAY */
.clean-form-container-v2 {
    width: 100%;
}

.clean-form-group {
    width: 100%;
    margin-bottom: 12px;
}

.clean-select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    outline: none;
    cursor: pointer;
}

.clean-select:focus {
    border-color: #ff004f;
}

.clean-submit-btn-pink {
    width: 100%;
    box-sizing: border-box;
    padding: 13px;
    border-radius: 10px;
    border: none;
    background: #ff004f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 0, 79, 0.35);
    transition: transform 0.15s;
}

.clean-submit-btn-pink:active {
    transform: scale(0.98);
}

/* SHOP FOOTER CONTACT INFO */
.shop-footer-contact-v2 {
    padding: 24px 16px 95px;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.footer-shop-name-v2 {
    font-size: 19px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.privacy-policy-row-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #000000;
    margin-bottom: 16px;
}

.black-pill-btn-v2 {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.footer-contact-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    max-width: 330px;
    margin: 0 auto;
    text-align: left;
}

.footer-contact-item-v2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #334155;
}

/* STICKY BOTTOM BAR */
.sticky-bottom-bar-v2 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    gap: 2px;
}

.bottom-buy-btn-v2 {
    flex: 1;
    background: #ff004f;
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 79, 0.35);
}

