@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-VariableFont_wdth\,wght.ttf");
}

@font-face {
    font-family: 'Familjen Grotesk';
    src: url("../fonts/FamiljenGrotesk-VariableFont_wght.ttf");
}

@font-face {
    font-family: 'Lexend';
    src: url("../fonts/Lexend-VariableFont_wght.ttf");
}


/* =============================================================
   productDetailPage.css
   - Zero @media queries — responsive hoàn toàn bằng clamp/calc/flex-wrap
   - clamp(min, preferred, max) cho mọi giá trị cần scale
   - calc() cho width 2 cột và đường kẻ claim step
   - flex-wrap tự wrap khi viewport hẹp
   ============================================================= */

/* ── Wrapper ─────────────────────────────────────────────── */
/* =============================================================
   productDetailPage.css
   - Zero @media queries — responsive hoàn toàn bằng clamp/calc/flex-wrap
   - clamp(min, preferred, max) cho mọi giá trị cần scale
   - calc() cho width 2 cột và đường kẻ claim step
   - flex-wrap tự wrap khi viewport hẹp
   ============================================================= */

/* ── Wrapper ─────────────────────────────────────────────── */
.product-detail-wrapper {
    width: clamp(320px, 90vw, 1179.2px);
    margin: 0 auto;
}

/* ── Breadcrumb ──────────────────────────────────────────── */
.product-detail-nav {
    gap: 8px;
    padding: 12px 0;
}

.product-detail-nav a {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
}

.product-detail-nav .current {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 600;
    line-height: 1.5;
}

.product-detail-nav svg {
    flex-shrink: 0;
}

/* ── Hero wrapper ────────────────────────────────────────── */
.product-detail-nav-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: clamp(16px, 2vw, 24px) 0 clamp(24px, 4vw, 48px);
    column-gap: clamp(24px, 4vw, 48px);
    row-gap: clamp(24px, 3vw, 32px);
}

/* 58.333% - nửa gap → tự wrap xuống 100% khi hẹp */
.product-detail-nav-hero-left {
    flex: 1 1 clamp(280px, calc(58.333% - 24px), 700px);
    gap: clamp(12px, 1.5vw, 16px);
    display: flex;
    flex-direction: column;
}

.product-detail-nav-hero-right {
    flex: 1 1 clamp(280px, calc(41.667% - 24px), 500px);
    border-radius: clamp(16px, 2vw, 24px);
    border: 2px solid rgba(0, 0, 0, 0.05);
    background: #FCFCFD;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.10), 0 1px 2px rgba(16, 24, 40, 0.06);
}

/* Icons row */
.product-detail-nav-hero-left-icons {
    height: clamp(28px, 3.5vw, 40px);
    gap: clamp(6px, 1.2vw, 12px);
}

.product-detail-nav-hero-left-icons img,
.product-sidebar-card-brand img {
    display: block;
    height: 40px !important;
    max-height: 40px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain;
    flex-shrink: 0;
}

.product-detail-nav-hero-left-icons img {
    max-width: 220px !important;
}

/* Hero title */
.product-detail-nav-hero-left h1 {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.product-detail-nav-hero-left>p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

/* ── Badges ──────────────────────────────────────────────── */
.product-sell-well {
    display: inline-flex;
    align-items: center;
    padding: 3px clamp(6px, 0.8vw, 8px);
    border-radius: 9999px;
    border: 1px solid #FEC84B;
    background: #FEDF89;
    color: #45404B;
    font-family: Roboto, sans-serif;
    font-size: clamp(10px, 0.9vw, 12px);
    font-weight: 500;
    line-height: 18px;
}

/* ── Info badges ─────────────────────────────────────────── */
.product-info-badge {
    padding: 0 clamp(10px, 1.2vw, 16px);
    border-radius: 32px;
    border: 0.8px solid rgba(0, 0, 0, 0.05);
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 700;
    line-height: clamp(28px, 3vw, 36px);
}

/* ── Duration ────────────────────────────────────────────── */
.product-duration-text {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 700;
    line-height: 24px;
}

.product-duration-icon {
    opacity: 0.55;
}

/* ── Sidebar card ────────────────────────────────────────── */
.product-sidebar-card-brand {
    padding: clamp(12px, 1.5vw, 16px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-sidebar-card-detail {
    padding: clamp(16px, 2vw, 24px) clamp(12px, 1.5vw, 16px);
    gap: clamp(8px, 1vw, 12px);
    display: flex;
    flex-direction: column;
}

.product-sidebar-card-detail h,
.product-sidebar-card-detail h2 {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
}

.product-sidebar-card-detail p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.product-sidebar-card-detail span:nth-child(1) {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 600;
    line-height: 1.3;
}

/* ── CTA buttons ─────────────────────────────────────────── */
.btn-buy {
    padding: clamp(12px, 1.5vw, 16px) 22px;
    border-radius: 9999px;
    border: 1px solid #FCF;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.18) inset,
        0 -2px 0 0 rgba(16, 24, 40, 0.05) inset,
        0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #FF51FF;
    font-family: Roboto, sans-serif;
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.btn-detail {
    padding: clamp(10px, 1.2vw, 16px) 22px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #56515E;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 18px);
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s;
    display: block;
    text-align: center;
    width: 100%;
}

/* ── Product benefits ────────────────────────────────────── */
.product-benefits {
    padding: clamp(32px, 5vw, 64px) clamp(16px, 2.5vw, 32px) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(16px, 2.5vw, 32px);
}

.product-benefits-title {
    color: #1C1A20;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: clamp(16px, 2.5vw, 32px);
}

.product-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 1.5vw, 16px);
    width: 100%;
}

/* flex: 1 1 min → tự wrap khi < min */
.product-benefits-item {
    display: flex;
    align-items: flex-start;
    gap: clamp(10px, 1.5vw, 16px);
    padding: clamp(20px, 2.5vw, 32px) clamp(16px, 2vw, 24px);
    flex: 1 1 clamp(260px, calc(50% - 8px), 600px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    box-sizing: border-box;
}

.benefits-item-title {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(16px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.benefits-item-desc {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

/* ── Benefits bonus ──────────────────────────────────────── */
.product-benefits-bonus {
    display: flex;
    padding: clamp(48px, 8vw, 128px) clamp(16px, 2.5vw, 32px) 0;
    flex-direction: column;
    align-items: center;
    gap: clamp(16px, 2.5vw, 32px);
    align-self: stretch;
}

.product-benefits-border {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: clamp(20px, 2.5vw, 32px);
    width: 100%;
    box-sizing: border-box;
}

/* auto-fill: tự tạo số cột phù hợp, không cần breakpoint */
.product-benefits-bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(clamp(220px, 35vw, 400px), 1fr));
    row-gap: clamp(12px, 1.5vw, 16px);
    column-gap: clamp(16px, 2vw, 24px);
}

.product-benefits-bonus-grid-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product-benefits-bonus-grid-item img {
    border-radius: 9999px;
    background: #FEE6FF;
    height: clamp(20px, 2vw, 24px);
}

.product-benefits-bonus-grid-item p {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
    line-height: 1.55;
    margin: 0;
}

/* ── Product special ─────────────────────────────────────── */
.product-special {
    display: flex;
    padding: clamp(48px, 8vw, 128px) clamp(16px, 2.5vw, 32px) 0;
    flex-direction: column;
    align-items: center;
    gap: clamp(16px, 2.5vw, 32px);
    align-self: stretch;
}

.product-special-grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 2vw, 24px);
    justify-content: center;
    width: 100%;
}

.product-special-item {
    display: flex;
    flex: 1 1 clamp(220px, 25vw, 368px);
    padding: clamp(16px, 2vw, 24px);
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 1.5vw, 16px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    box-sizing: border-box;
}

.product-special-item img {
    height: clamp(36px, 4vw, 48px);
}

.product-special-item h,
.product-special-item h3 {
    color: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 700;
    line-height: 1.5;
}

.product-special-item p {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

/* ── Compensation ────────────────────────────────────────── */
.product-compensation {
    display: flex;
    padding-top: clamp(48px, 8vw, 128px);
    flex-direction: column;
    align-items: center;
    gap: clamp(32px, 5vw, 64px);
    align-self: stretch;
}

.claim-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    gap: clamp(16px, 2vw, 0px);
    container-type: inline-size;
    /* bật container query */
    container-name: claim-step;
}

.claim-step-detail {
    padding: 0 clamp(8px, 1.5vw, 16px);
    position: relative;
    z-index: 1;
    flex: 1 1 clamp(140px, 20vw, 220px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.claim-step-detail img {
    border-radius: 9999px;
    border: 1px solid #FFF;
    background: #FFFAFE;
    box-shadow: -4px 4px 30px rgba(255, 255, 255, 0.5) inset, 4px 4px 30px #FCF inset;
    width: clamp(48px, 6vw, 64px);
    height: clamp(48px, 6vw, 64px);
    padding: 0 clamp(12px, 1.5vw, 18px);
}

.claim-step-order {
    color: #FF6DFA;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: clamp(10px, 0.9vw, 12px);
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}

.claim-step-title {
    color: #000;
    text-align: center;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.5;
}

.claim-step-desc {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.claim-step-detail:not(:last-child)::after {
    content: '';
    position: absolute;
    top: calc(clamp(48px, 6vw, 64px) / 2);
    left: calc(50% + clamp(24px, 3vw, 32px));
    width: calc(100% - clamp(24px, 3vw, 32px) + clamp(8px, 1.5vw, 16px));
    height: 1.5px;
    background: #F9C8F9;
    z-index: 0;
}

@container claim-step (max-width: 560px) {
    .claim-step-detail:nth-child(2)::after {
        display: none;
    }
}

/* ── Compensation grid ───────────────────────────────────── */
.product-compensation-item {
    flex: 1 1 0;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    min-width: 300px;
}

.compensation-item-title {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(16px, 1.8vw, 24px);
    font-weight: 700;
    line-height: 1.5;
}

.compensation-body-text {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 1.5;
}

.compensation-number {
    color: #FF6DFA;
    font-family: Roboto, sans-serif;
    font-size: clamp(11px, 1vw, 12px);
    font-weight: 700;
    line-height: 18px;
    flex-shrink: 0;
    width: 20px;
}

/* ── Health insurance info (accordion) ──────────────────── */
.health-insurance-info {
    padding: clamp(48px, 8vw, 128px) clamp(16px, 8vw, 128px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 64px);
    align-items: center;
    align-self: stretch;
}

.health-insurance-info-title {
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

.health-insurance-info-accordion {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(10px, 1.5vw, 16px);
    align-self: stretch;
}

.health-insurance-info-item {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(16px, 2vw, 24px);
}

.health-insurance-info-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.health-insurance-info-header {
    padding: 0 clamp(12px, 1.5vw, 20px);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    transition: background 0.15s;
    width: 100%;
    display: flex;
    border: none;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    height: clamp(44px, 5vw, 68px);
}

.health-insurance-info-header svg:first-child {
    border-radius: 20px;
    background: #FFF3FE;
    width: clamp(28px, 3vw, 36px);
    height: clamp(28px, 3vw, 36px);
    padding: 0 clamp(6px, 0.8vw, 9px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.health-insurance-info-header span {
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.health-insurance-info-chevron {
    transition: transform 0.2s ease;
    transform: rotate(180deg);
    color: rgba(0, 0, 0, 0.40);
    flex-shrink: 0;
}

.health-insurance-info-item.active .health-insurance-info-chevron {
    transform: rotate(0deg);
}

.health-insurance-info-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(12px, 1.5vw, 16px);
    padding: 0 clamp(12px, 1.5vw, 20px);
    width: 100%;
    box-sizing: border-box;
}

.health-insurance-info-body svg {
    height: clamp(16px, 1.5vw, 20px);
    width: clamp(16px, 1.5vw, 20px);
    padding: 0 4px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #FFF3FE;
    flex-shrink: 0;
    display: flex;
}

.health-insurance-info-item.active .health-insurance-info-body {
    max-height: 5000px;
    padding: clamp(12px, 1.5vw, 16px) clamp(12px, 1.5vw, 20px) clamp(16px, 2vw, 24px);
}

.info-body-text {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
}

.info-check-text {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: clamp(13px, 1.2vw, 16px);
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
}

.product-richtext,
.product-richtext p,
.product-richtext li,
.product-richtext strong,
.product-richtext em,
.product-richtext h3,
.product-richtext h4 {
    font-family: 'Familjen Grotesk', sans-serif;
}

.product-richtext {
    width: 100%;
    color: rgba(0, 0, 0, 0.78);
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.7;
}

.product-richtext p,
.product-richtext ul,
.product-richtext ol {
    margin: 0 0 14px;
}

.product-richtext ul,
.product-richtext ol {
    padding-left: 22px;
}

.product-richtext li {
    margin-bottom: 8px;
}

.product-richtext h3,
.product-richtext h4 {
    color: #000;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 700;
    line-height: 1.45;
    margin: 12px 0 10px;
}

/* ── Product contact ─────────────────────────────────────── */
.product-contact {
    display: flex;
    width: 100%;
    padding: clamp(40px, 5vw, 72px);
    flex-direction: column;
    align-items: center;
    gap: clamp(48px, 8vw, 128px);
}

.product-contact-card {
    width: 100%;
    padding: clamp(24px, 4vw, 48px);
    gap: clamp(20px, 3vw, 40px);
    border-radius: clamp(16px, 2vw, 24px);
    background: linear-gradient(180deg, #D9C8FF 0%, #FFF2FF 67.31%);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.product-contact-card h,
.product-contact-card h2 {
    color: #1C1A20;
    text-align: center;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.17;
}

.product-contact-card>p {
    color: #1C1A20;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.product-contact-card button {
    display: flex;
    padding: clamp(12px, 1.5vw, 16px) clamp(18px, 2vw, 22px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9999px;
    border: 1px solid #D1CDD8;
    background: #55004F;
    color: #FFFAFE;
    font-family: Roboto, sans-serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
    line-height: 1.55;
    box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.18) inset,
        0 -2px 0 0 rgba(16, 24, 40, 0.05) inset,
        0 1px 2px 0 rgba(16, 24, 40, 0.05);
    cursor: pointer;
    transition: 0.2s;
}

.product-contact-card-below {
    width: clamp(280px, 70%, 600px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 1.5vw, 16px);
}

.product-contact-card-below>p {
    color: var(--colors-text-text-primary-900, #1C1A20);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    align-self: center;
}

.product-contact-card-below .first-column,
.product-contact-card-below .second-column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: clamp(12px, 1.5vw, 16px) clamp(16px, 2vw, 22px);
    cursor: pointer;
    transition: 0.15s;
}

.product-contact-card-below .first-column:hover,
.product-contact-card-below .second-column:hover {
    background: rgba(0, 0, 0, 0.02);
}

.product-contact-card-below .first-column span {
    font-family: Roboto, sans-serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
    line-height: 1.55;
    color: #FF51FF;
}

.product-contact-card-below .second-column span {
    font-family: Roboto, sans-serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 600;
    line-height: 1.55;
    color: #56515E;
}


/* ── Product suggestion ─────────────────────────────────────── */

.product-suggestion {
    padding: clamp(32px, 4vw, 64px) 0 clamp(32px, 4vw, 48px);
    height: auto;
}

.product-suggestion-header>h {
    color: #000;
    font-family: 'Lexend', 'Familjen Grotesk', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.product-suggestion-header>button {
    color: #A973FA;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    height: clamp(44px, 5vw, 68px);
    margin-left: auto;
}

.product-card {
    display: flex;
    width: 100%;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    background: #FCFCFD;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10),
        0 1px 2px 0 rgba(16, 24, 40, 0.06);
    box-sizing: border-box;
}

.product-card .card-header {
    display: flex;
    padding: 16px 16px 16px 16px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    border-radius: 24px 24px 0 0;
    width: 100%;
    box-sizing: border-box;
}

.product-card .card-header img {
    height: 40px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    flex-shrink: 0;
}

.card-content {
    display: flex;
    padding: 0 clamp(12px, 1.5vw, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 2vw, 24px);
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
}

.badge-hot {
    padding: 3px 8px;
    border-radius: 9999px;
    border: 1px solid #FEC84B;
    background: #FEDF89;
    color: #45404B;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
}



.card-price-unit {
    font-family: Roboto;
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

.card-content>h3 {
    color: #000;
    font-family: "Familjen Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.card-content>p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto;
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.card-bottom {
    padding-top: clamp(16px, 2vw, 24px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.card-bottom>p {
    color: var(--Colors-Base-black, #000);
    /* Display xs/Semibold */
    font-family: var(--Font-family-font-family-display, "Familjen Grotesk");
    font-size: var(--Font-size-display-xs, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.card-bottom>p>span {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Fix scroll ngang + lệch trái */
body.affina-products-single .site-header {
    position: sticky !important;
    top: 0;
    z-index: 1020;
}

body.admin-bar.affina-products-single .site-header {
    top: 32px;
}

.product-detail-wrapper {
    width: min(90%, 1179.2px);
    margin: 0 auto;
    overflow-x: clip;
}

/* Fix product-special-grid: 2 col desktop, 1 col mobile */
.product-special-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 2vw, 24px);
    width: 100%;
}

.product-special-item {
    display: flex;
    padding: clamp(16px, 2vw, 24px);
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 1.5vw, 16px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    box-sizing: border-box;
}

/* Fix suggestion header: button xuống dưới h trên mobile */
.product-suggestion-header {
    flex-wrap: wrap;
}
