/* /Views/Home/About.cshtml.rz.scp.css */
/* CSS for About view */

/* About Hero */
.about-hero[b-zidenbblvq] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url('../img/about-us-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 140px 0 110px 0;
    text-align: left;
    position: relative;
}
.about-hero-title[b-zidenbblvq] {
    font-family: "DitaSweet", serif;
    font-size: 76px;
    line-height: 86px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
    font-weight: 400;
}

/* About Tabs */
.about-tabs[b-zidenbblvq] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}
.about-tabs-list[b-zidenbblvq] {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-tabs-item[b-zidenbblvq] {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.about-tabs-item a[b-zidenbblvq] {
    display: block;
    padding: 14px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    text-decoration: none;
    border: 1px solid #cccccc;
    border-bottom: 3px solid #cccccc;
    border-radius: 8px 8px 0 0;
    background-color: #ffffff;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
}
.about-tabs-item a:hover[b-zidenbblvq] {
    color: #d6334a;
}
.about-tabs-item.active a[b-zidenbblvq] {
    color: #d6334a;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #d6334a;
    font-weight: 600;
}

/* About Content */
.about-content[b-zidenbblvq] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    background-color: #ffffff;
    background-image: linear-gradient(rgba(255,255,255,0.30), rgba(255,255,255,0.30)), url('../img/about-us-content-bg.jpg');
    background-size: cover;
    background-position: center;
}
.about-content-inner[b-zidenbblvq] {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.about-content-img[b-zidenbblvq] {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 30px;
}
.about-content-img-placeholder[b-zidenbblvq] {
    width: 100%;
    max-height: 800px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 8px;
}
    .about-content-img-placeholder img[b-zidenbblvq] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; /* Giữ tâm ảnh ở giữa khung */
        display: block;
    }
.about-content-text[b-zidenbblvq] {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.about-content-title[b-zidenbblvq] {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    width: 100%;
}
.about-content-title-line[b-zidenbblvq] {
    width: 160px;
    height: 2px;
    background-color: #d6334a;
    margin: 0 auto 30px auto;
    border: none;
}
.about-content-paragraph[b-zidenbblvq] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: justify;
}

/* Core Values */
.core-values[b-zidenbblvq] {
    padding: 45px 0 60px 0;
    background-color: #ffffff;
    text-align: center;
}
.core-values-title[b-zidenbblvq] {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 10px;
}
.core-values-title-line[b-zidenbblvq] {
    width: 60px;
    height: 2px;
    background-color: #d6334a;
    margin: 0 auto 35px auto;
    border: none;
}
.core-values-bar[b-zidenbblvq] {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #d6334a;
    border-radius: 8px;
    overflow: hidden;
}
.core-value-card[b-zidenbblvq] {
    display: table-cell;
    vertical-align: middle;
    padding: 35px 15px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.core-value-card:last-child[b-zidenbblvq] {
    border-right: none;
}
.core-value-icon[b-zidenbblvq] {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.core-value-icon svg[b-zidenbblvq] {
    width: 48px;
    height: 48px;
    stroke: #ffffff;
    fill: none;
}
.core-value-label[b-zidenbblvq] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

/* About Bottom Text */
.about-bottom-text[b-zidenbblvq] {
    padding: 0 0 60px 0;
    text-align: center;
}
.about-bottom-text p[b-zidenbblvq] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* About page responsive */
@media screen and (max-width: 768px) {
    .about-hero[b-zidenbblvq] {
        padding: 80px 0;
    }
    .about-hero-title[b-zidenbblvq] {
        font-size: 42px;
        line-height: 50px;
    }
    .about-tabs[b-zidenbblvq] {
        overflow-x: auto;
        padding: 15px 15px 0 15px;
    }
    .about-tabs-list[b-zidenbblvq] {
        display: flex;
        white-space: nowrap;
        table-layout: auto;
    }
    .about-tabs-item[b-zidenbblvq] {
        display: block;
        flex: none;
        width: auto;
    }
    .about-tabs-item a[b-zidenbblvq] {
        padding: 14px 14px;
        font-size: 12px;
    }
    .about-content-inner[b-zidenbblvq] {
        display: block;
    }
    .about-content-img[b-zidenbblvq] {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .about-content-img-placeholder[b-zidenbblvq] {
        height: 260px;
    }
    .about-content-text[b-zidenbblvq] {
        display: block;
        width: 100%;
    }
    .about-content-title[b-zidenbblvq] {
        font-size: 26px;
    }
    .core-values-bar[b-zidenbblvq] {
        display: flex;
        flex-wrap: wrap;
    }
    .core-value-card[b-zidenbblvq] {
        display: block;
        width: 50%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding: 30px 10px;
    }
    .core-value-card:nth-child(3)[b-zidenbblvq],
    .core-value-card:nth-child(4)[b-zidenbblvq] {
        border-bottom: none;
    }
    .core-value-card:nth-child(odd)[b-zidenbblvq] {
        border-right: 1px solid rgba(255,255,255,0.3);
    }
}

@media screen and (max-width: 480px) {
    .about-hero-title[b-zidenbblvq] {
        font-size: 36px;
        line-height: 44px;
    }
    .about-tabs-item a[b-zidenbblvq] {
        padding: 12px 16px;
        font-size: 11px;
    }
    .core-value-card[b-zidenbblvq] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .core-value-card:nth-child(3)[b-zidenbblvq] {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .core-value-card:nth-child(odd)[b-zidenbblvq] {
        border-right: none;
    }
    .core-value-card:last-child[b-zidenbblvq] {
        border-bottom: none;
    }
}
/* /Views/Home/Contact.cshtml.rz.scp.css */
/* CSS for Contact view */

.contact-section[b-owen5faf22] {
    padding: 60px 0;
}
.contact-section form[b-owen5faf22] {
    max-width: 600px;
    margin: 0 auto;
}
.contact-section input[b-owen5faf22],
.contact-section textarea[b-owen5faf22] {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    resize: none;
}
.contact-section textarea[b-owen5faf22] {
    min-height: 120px;
}
.contact-section button[b-owen5faf22] {
    width: 100%;
    padding: 14px;
    font-size: 14px;
}

.contact-info-wrapper[b-owen5faf22] {
    max-width: 600px;
    margin: 0 auto;
}
.contact-info-item[b-owen5faf22] {
    margin-bottom: 25px;
}
.contact-info-label[b-owen5faf22] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 4px;
}
.contact-info-item a[b-owen5faf22] {
    color: #111111;
    font-size: 16px;
    text-decoration: none;
}
.contact-info-item a:hover[b-owen5faf22] {
    color: #d6334a;
}
.contact-info-item p[b-owen5faf22] {
    margin: 0;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .contact-section[b-owen5faf22] {
        padding: 40px 0;
    }
}
/* /Views/Home/News.cshtml.rz.scp.css */
/* CSS for News view */

/* Reusable */
.section-title[b-huuslpvpd2] {
    font-family: "Inter", Helvetica, sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #111111;
}

.news-section[b-huuslpvpd2] {
    padding: 60px 0;
    background-color: #ffffff;
}
.news-grid[b-huuslpvpd2] {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px 0;
}
.news-card-cell[b-huuslpvpd2] {
    display: table-cell;
    vertical-align: top;
    background-color: #DA3745;
    border-radius: 12px;
    overflow: hidden;
}
.news-img-wrapper[b-huuslpvpd2] {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.news-img-wrapper img[b-huuslpvpd2] {
    width: 100%;
    object-fit: cover;
    display: block;
}
.news-content[b-huuslpvpd2] {
    padding: 20px 20px 15px 20px;
}
.news-text[b-huuslpvpd2] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 15px;
}
.news-divider[b-huuslpvpd2] {
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}
.news-footer[b-huuslpvpd2] {
    display: table;
    width: 100%;
}
.news-date[b-huuslpvpd2] {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #ffffff;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.news-arrow[b-huuslpvpd2] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ffffff;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .news-section[b-huuslpvpd2] {
        padding: 40px 0;
    }
    .news-grid[b-huuslpvpd2] {
        display: block;
        border-spacing: 0;
    }
    .news-card-cell[b-huuslpvpd2] {
        display: block;
        margin-bottom: 15px;
    }
}
/* /Views/Home/Oem.cshtml.rz.scp.css */
/* CSS for OEM view */

/* OEM Hero */
.oem-hero[b-kr4j4vlkox] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url('../img/oem-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 140px 0 110px 0;
    text-align: left;
    position: relative;
}

.oem-hero-title[b-kr4j4vlkox] {
    font-family: "DitaSweet", serif;
    font-size: 76px;
    line-height: 86px;
    color: #000000;
    text-transform: none;
    letter-spacing: 2px;
    margin-bottom: 35px;
    font-weight: 400;
}

/* OEM Tabs */
.oem-tabs[b-kr4j4vlkox] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

.oem-tabs-list[b-kr4j4vlkox] {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: none;
    margin: 0;
    padding: 0;
}

.oem-tabs-item[b-kr4j4vlkox] {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .oem-tabs-item a[b-kr4j4vlkox] {
        display: block;
        padding: 14px 10px;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #111111;
        text-decoration: none;
        border: 1px solid #cccccc;
        border-bottom: 3px solid #cccccc;
        border-radius: 8px 8px 0 0;
        background-color: #ffffff;
        transition: color 0.2s, border-color 0.2s;
        cursor: pointer;
    }

        .oem-tabs-item a:hover[b-kr4j4vlkox] {
            color: #d6334a;
        }

    .oem-tabs-item.active a[b-kr4j4vlkox] {
        color: #d6334a;
        border-top-color: #cccccc;
        border-right-color: #cccccc;
        border-left-color: #cccccc;
        border-bottom-color: #d6334a;
        font-weight: 600;
    }

/* OEM Content */
.oem-content[b-kr4j4vlkox] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
}

.oem-content-inner[b-kr4j4vlkox] {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.oem-content-img[b-kr4j4vlkox] {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 30px;
}

.oem-content-text[b-kr4j4vlkox] {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.oem-content-title[b-kr4j4vlkox] {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    width: 100%;
}

.oem-content-title-slogan[b-kr4j4vlkox] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    width: 100%;
}

.oem-content-title-line[b-kr4j4vlkox] {
    width: 160px;
    height: 2px;
    background-color: #d6334a;
    margin: 0 auto 30px auto;
    border: none;
}

/* OEM Cards */
.oem-cards[b-kr4j4vlkox] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 10px;
}

.oem-card[b-kr4j4vlkox] {
    flex: 1 1 200px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 32px 22px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.oem-card-icon[b-kr4j4vlkox] {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px auto;
    color: #d6334a;
}

    .oem-card-icon svg[b-kr4j4vlkox] {
        width: 100%;
        height: 100%;
    }

.oem-card-title[b-kr4j4vlkox] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.oem-card-desc[b-kr4j4vlkox] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}

@media screen and (max-width: 768px) {
    .oem-cards[b-kr4j4vlkox] {
        gap: 16px;
    }
    .oem-card[b-kr4j4vlkox] {
        flex: 1 1 100%;
    }
}

/* Reusable */
.section-title[b-kr4j4vlkox] {
    font-family: "Inter", Helvetica, sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #111111;
}

.oem-section[b-kr4j4vlkox] {
    padding: 60px 0;
    text-align: center;
}
.oem-section p[b-kr4j4vlkox] {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .oem-section[b-kr4j4vlkox] {
        padding: 40px 0;
    }
}
/* /Views/Home/Partners.cshtml.rz.scp.css */
/* CSS for Partners view */

/* PARTNER Hero */
.partner-hero[b-77lggb7rbk] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url('../img/partner-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 140px 0 110px 0;
    text-align: left;
    position: relative;
}

.partner-hero-title[b-77lggb7rbk] {
    font-family: "DitaSweet", serif;
    font-size: 76px;
    line-height: 86px;
    color: #000000;
    text-transform: none;
    letter-spacing: 2px;
    margin-bottom: 35px;
    font-weight: 400;
}

/* PARTNER Tabs */
.partner-tabs[b-77lggb7rbk] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

.partner-tabs-list[b-77lggb7rbk] {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: none;
    margin: 0;
    padding: 0;
}

.partner-tabs-item[b-77lggb7rbk] {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .partner-tabs-item a[b-77lggb7rbk] {
        display: block;
        padding: 14px 10px;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #111111;
        text-decoration: none;
        border: 1px solid #cccccc;
        border-bottom: 3px solid #cccccc;
        border-radius: 8px 8px 0 0;
        background-color: #ffffff;
        transition: color 0.2s, border-color 0.2s;
        cursor: pointer;
    }

        .partner-tabs-item a:hover[b-77lggb7rbk] {
            color: #d6334a;
        }

    .partner-tabs-item.active a[b-77lggb7rbk] {
        color: #d6334a;
        border-top-color: #cccccc;
        border-right-color: #cccccc;
        border-left-color: #cccccc;
        border-bottom-color: #d6334a;
        font-weight: 600;
    }

/* PARTNER Content */
.partner-content[b-77lggb7rbk] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #ffffff;
}

.partner-cols[b-77lggb7rbk] {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.partner-col[b-77lggb7rbk] {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding: 12px 14px;
}

.partner-col-text[b-77lggb7rbk] {
    text-align: center;
}

.partner-col-title[b-77lggb7rbk] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.partner-col-desc[b-77lggb7rbk] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.partner-col-image img[b-77lggb7rbk] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .partner-cols[b-77lggb7rbk],
    .partner-col[b-77lggb7rbk] {
        display: block;
        width: 100%;
    }
    .partner-col[b-77lggb7rbk] {
        margin-bottom: 20px;
    }
}

/* Reusable */
.section-title[b-77lggb7rbk] {
    font-family: "Inter", Helvetica, sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #111111;
}

.partners-section[b-77lggb7rbk] {
    padding: 60px 0;
    text-align: center;
}
.partners-section p[b-77lggb7rbk] {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .partners-section[b-77lggb7rbk] {
        padding: 40px 0;
    }
}
/* /Views/Home/ProductDetails.cshtml.rz.scp.css */
/* Product Details */

.pd-breadcrumb[b-ut0wx293kf] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
}

.pd-breadcrumb a[b-ut0wx293kf] {
    color: #666666;
    text-decoration: none;
    transition: color 0.2s;
}

.pd-breadcrumb a:hover[b-ut0wx293kf] {
    color: #d6334a;
}

.pd-breadcrumb-sep[b-ut0wx293kf] {
    margin: 0 8px;
    color: #cccccc;
}

.pd-breadcrumb-current[b-ut0wx293kf] {
    color: #111111;
    font-weight: 500;
}

.pd-main[b-ut0wx293kf] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 60px 20px;
    background-color: #ffffff;
}

.pd-layout[b-ut0wx293kf] {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pd-media[b-ut0wx293kf] {
    display: table-cell;
    vertical-align: top;
    width: 45%;
    padding-right: 30px;
}

.pd-info[b-ut0wx293kf] {
    display: table-cell;
    vertical-align: top;
    width: 55%;
    padding-left: 10px;
}

.pd-image-main[b-ut0wx293kf] {
    width: 100%;
    height: 480px;
    background-color: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid #eeeeee;
}

.pd-image-main img[b-ut0wx293kf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-thumbs[b-ut0wx293kf] {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 12px 0;
}

.pd-thumb[b-ut0wx293kf] {
    display: table-cell;
    width: 33.33%;
    height: 110px;
    background-color: #cccccc;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
}

.pd-thumb.active[b-ut0wx293kf] {
    border-color: #d6334a;
}

.pd-thumb img[b-ut0wx293kf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-title[b-ut0wx293kf] {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.pd-title-line[b-ut0wx293kf] {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 0 0 18px 0;
}

.pd-contact-row[b-ut0wx293kf] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #111111;
}

.pd-contact-icon[b-ut0wx293kf] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #d6334a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-right: 14px;
    flex-shrink: 0;
}

.pd-contact-row strong[b-ut0wx293kf] {
    font-weight: 600;
}

/* Accordion */
.pd-accordion[b-ut0wx293kf] {
    margin-top: 18px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    overflow: hidden;
}

.pd-acc-item[b-ut0wx293kf] {
    border-bottom: 1px solid #eeeeee;
}

.pd-acc-item:last-child[b-ut0wx293kf] {
    border-bottom: none;
}

.pd-acc-header[b-ut0wx293kf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
    user-select: none;
}

.pd-acc-toggle[b-ut0wx293kf] {
    color: #d6334a;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.pd-acc-body[b-ut0wx293kf] {
    padding: 16px 18px 22px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
}

.pd-acc-body p[b-ut0wx293kf] {
    margin: 0 0 10px 0;
}

.pd-related-items[b-ut0wx293kf] {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.pd-related-item[b-ut0wx293kf] {
    flex: 1 1 200px;
    text-align: center;
}

.pd-related-img[b-ut0wx293kf] {
    width: 100%;
    height: 140px;
    background-color: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #f0f0f0;
}

.pd-related-img img[b-ut0wx293kf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-related-pill[b-ut0wx293kf] {
    display: inline-block;
    border: 1.5px solid #d6334a;
    color: #d6334a;
    padding: 8px 18px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.pd-related-pill:hover[b-ut0wx293kf] {
    background-color: #d6334a;
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .pd-layout[b-ut0wx293kf],
    .pd-media[b-ut0wx293kf],
    .pd-info[b-ut0wx293kf] {
        display: block;
        width: 100%;
    }
    .pd-media[b-ut0wx293kf] {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .pd-info[b-ut0wx293kf] {
        padding-left: 0;
    }
    .pd-image-main[b-ut0wx293kf] {
        height: 360px;
    }
}

@media screen and (max-width: 480px) {
    .pd-thumb[b-ut0wx293kf] {
        height: 80px;
    }
    .pd-image-main[b-ut0wx293kf] {
        height: 280px;
    }
    .pd-title[b-ut0wx293kf] {
        font-size: 24px;
    }
}
/* /Views/Home/Products.cshtml.rz.scp.css */
:root[b-z9qbrwjptd] {
    --brand-red: #d6334a;
}

/* Reusable */
.section-title[b-z9qbrwjptd] {
    font-family: "Inter", Helvetica, sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #111111;
}

.products-section[b-z9qbrwjptd] {
    padding: 10px 0;
    background-color: #ffffff;
    text-align: center;
}

/* Products Hero */
.product-hero[b-z9qbrwjptd] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url('../img/product-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0 110px 0;
    text-align: left;
    position: relative;
}
.product-hero-title[b-z9qbrwjptd] {
    font-family: "DitaSweet", serif;
    font-size: 64px;
    line-height: 85px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
    font-weight: 700;
}

.product-tabs[b-z9qbrwjptd] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}
.product-tabs-list[b-z9qbrwjptd] {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-tabs-item[b-z9qbrwjptd] {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product-tabs-item a[b-z9qbrwjptd] {
    display: block;
    padding: 16px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.product-tabs-item a:hover[b-z9qbrwjptd] {
    color: #d6334a;
}
.product-tabs-item.active a[b-z9qbrwjptd] {
    color: #d6334a;
    border-bottom-color: #d6334a;
    font-weight: 600;
}
.product-grid[b-z9qbrwjptd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;

    /* Các dòng dưới giúp Grid rộng bằng menu 1200px và tự căn giữa */
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.product-card-cell[b-z9qbrwjptd] {
    height: 450px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
}
.product-img-wrapper[b-z9qbrwjptd] {
    height: 220px;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.product-img-wrapper img[b-z9qbrwjptd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.product-name[b-z9qbrwjptd] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}
.product-description[b-z9qbrwjptd] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 15px;
}
.btn-product-details[b-z9qbrwjptd] {
    display: inline-block;
    background-color: #d6334a;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s;
}
.btn-product-details:hover[b-z9qbrwjptd] {
    background-color: #a12b3e;
}

@media screen and (max-width: 992px) {
    .product-grid[b-z9qbrwjptd] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .product-grid[b-z9qbrwjptd] {
        grid-template-columns: 1fr;
    }
    .product-card-cell[b-z9qbrwjptd] {
        height: auto;
        min-height: 450px;
    }
}
/* /Views/ProductApplication/MousseBasic.cshtml.rz.scp.css */
/* Product Application Mousse */

/* ---------- Content ---------- */
.pa-mousse-content[b-mcmf01nezz] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    background-color: #ffffff;
}

.pa-mousse-title[b-mcmf01nezz] {
    font-family: "Dosis", serif;
    font-size: 64px;
    line-height: 86px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px 0;
    font-weight: 700;
}

.pa-mousse-header[b-mcmf01nezz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pa-mousse-header .pa-mousse-title[b-mcmf01nezz] {
    margin: 0;
    flex: 1;
}

.pa-mousse-title-icons[b-mcmf01nezz] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.title-icon[b-mcmf01nezz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #111111;
    transition: opacity 0.2s ease;
}

    .title-icon:hover[b-mcmf01nezz] {
        opacity: 0.6;
    }

    .title-icon svg[b-mcmf01nezz] {
        width: 100%;
        height: 100%;
        display: block;
        fill: currentColor;
    }


.pa-mousse-intro[b-mcmf01nezz] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 24px 0;
}
/* ---------- Hero ---------- */
.pa-mousse-hero[b-mcmf01nezz] {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1200 / 480;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url('../img/product-application-mousse-hero1.png');
    background-size: cover;
    background-position: center;
}
/* ---------- Info Strip ---------- */
.pa-mousse-info[b-mcmf01nezz] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
    background-color: #ffffff;
}

.info-strip[b-mcmf01nezz] {
    display: flex;
    width: 50%;
}

.info-cell[b-mcmf01nezz] {
    flex: 1;
    padding: 0 12px;
    border-right: 1px solid #eeeeee;
}

    .info-cell:first-child[b-mcmf01nezz] {
        padding-left: 0;
    }

    .info-cell:last-child[b-mcmf01nezz] {
        padding-right: 0;
        border-right: none;
    }

.info-label[b-mcmf01nezz] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 4px;
}

.info-value[b-mcmf01nezz] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
}
/* ---------- Recipe Section ---------- */
.pa-mousse-recipe[b-mcmf01nezz] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    background-color: #ffffff;
}

.recipe-grid[b-mcmf01nezz] {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
}

.recipe-heading[b-mcmf01nezz] {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #d6334a;
    margin: 0 0 18px 0;
}

.recipe-heading-sub[b-mcmf01nezz] {
    margin-top: 28px;
}

.recipe-sub[b-mcmf01nezz] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 8px 0;
}

.recipe-list[b-mcmf01nezz] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    padding-left: 22px;
    margin: 0 0 18px 0;
    list-style: disc outside;
}

    .recipe-list li[b-mcmf01nezz] {
        margin-bottom: 4px;
    }
/* ---------- Steps ---------- */
.step[b-mcmf01nezz] {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.step-num[b-mcmf01nezz] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #d6334a;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.step-body[b-mcmf01nezz] {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}

    .step-body .recipe-list[b-mcmf01nezz] {
        margin-top: 6px;
    }
/* ---------- Divider ---------- */
.recipe-divider[b-mcmf01nezz] {
    border: none;
    border-top: 2px solid #d6334a;
    max-width: 1200px;
    margin: 0 auto;
}
/* ---------- Finish Section ---------- */
.pa-mousse-finish[b-mcmf01nezz] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    background-color: #ffffff;
}

.finish-grid[b-mcmf01nezz] {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
}

.finish-col-img img[b-mcmf01nezz] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.nutrition-box[b-mcmf01nezz] {
    margin-top: 28px;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 20px 24px;
    max-width: 360px;
}

.nutrition-title[b-mcmf01nezz] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #d6334a;
    margin-bottom: 14px;
}

.nutrition-list[b-mcmf01nezz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nutrition-list li[b-mcmf01nezz] {
        padding: 4px 0;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        color: #555555;
    }
/* ---------- Responsive ---------- */
@media screen and (max-width: 992px) {
    .pa-mousse-title[b-mcmf01nezz] {
        font-size: 44px;
        line-height: 56px;
    }

    .pa-mousse-header[b-mcmf01nezz] {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .title-icon[b-mcmf01nezz] {
        width: 28px;
        height: 28px;
    }

    .recipe-grid[b-mcmf01nezz],
    .finish-grid[b-mcmf01nezz] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .info-strip[b-mcmf01nezz] {
        width: 100%;
        flex-wrap: wrap;
    }

    .info-cell[b-mcmf01nezz] {
        flex: 1 0 33.333%;
        padding: 12px 0;
        border-right: none;
    }

    .nutrition-box[b-mcmf01nezz] {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .pa-mousse-title[b-mcmf01nezz] {
        font-size: 32px;
        line-height: 42px;
    }

    .info-cell[b-mcmf01nezz] {
        flex-basis: 100%;
    }

    .title-icon[b-mcmf01nezz] {
        width: 24px;
        height: 24px;
    }
}
/* /Views/ProductApplication/MoussePassionFruit.cshtml.rz.scp.css */
/* Product Application Mousse */

/* ---------- Content ---------- */
.pa-mousse-content[b-knrfz8p3by] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    background-color: #ffffff;
}

.pa-mousse-title[b-knrfz8p3by] {
    font-family: "Dosis", serif;
    font-size: 64px;
    line-height: 86px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px 0;
    font-weight: 700;
}

.pa-mousse-header[b-knrfz8p3by] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

    .pa-mousse-header .pa-mousse-title[b-knrfz8p3by] {
        margin: 0;
        flex: 1;
    }

.pa-mousse-title-icons[b-knrfz8p3by] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.title-icon[b-knrfz8p3by] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #111111;
    transition: opacity 0.2s ease;
}

    .title-icon:hover[b-knrfz8p3by] {
        opacity: 0.6;
    }

    .title-icon svg[b-knrfz8p3by] {
        width: 100%;
        height: 100%;
        display: block;
        fill: currentColor;
    }


.pa-mousse-intro[b-knrfz8p3by] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 24px 0;
}
/* ---------- Hero ---------- */
.pa-mousse-hero[b-knrfz8p3by] {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1200 / 480;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url('../img/product-application-mousse-chanhday-hero.png');
    background-size: cover;
    background-position: center;
}
/* ---------- Info Strip ---------- */
.pa-mousse-info[b-knrfz8p3by] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
    background-color: #ffffff;
}

.info-strip[b-knrfz8p3by] {
    display: flex;
    width: 50%;
}

.info-cell[b-knrfz8p3by] {
    flex: 1;
    padding: 0 12px;
    border-right: 1px solid #eeeeee;
}

    .info-cell:first-child[b-knrfz8p3by] {
        padding-left: 0;
    }

    .info-cell:last-child[b-knrfz8p3by] {
        padding-right: 0;
        border-right: none;
    }

.info-label[b-knrfz8p3by] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 4px;
}

.info-value[b-knrfz8p3by] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
}
/* ---------- Recipe Section ---------- */
.pa-mousse-recipe[b-knrfz8p3by] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    background-color: #ffffff;
}

.recipe-grid[b-knrfz8p3by] {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
}

.recipe-heading[b-knrfz8p3by] {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #d6334a;
    margin: 0 0 18px 0;
}

.recipe-heading-sub[b-knrfz8p3by] {
    margin-top: 28px;
}

.recipe-sub[b-knrfz8p3by] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 8px 0;
}

.recipe-list[b-knrfz8p3by] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    padding-left: 22px;
    margin: 0 0 18px 0;
    list-style: disc outside;
}

    .recipe-list li[b-knrfz8p3by] {
        margin-bottom: 4px;
    }
/* ---------- Steps ---------- */
.step[b-knrfz8p3by] {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.step-num[b-knrfz8p3by] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #d6334a;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.step-body[b-knrfz8p3by] {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}

    .step-body .recipe-list[b-knrfz8p3by] {
        margin-top: 6px;
    }
/* ---------- Divider ---------- */
.recipe-divider[b-knrfz8p3by] {
    border: none;
    border-top: 2px solid #d6334a;
    max-width: 1200px;
    margin: 0 auto;
}
/* ---------- Finish Section ---------- */
.pa-mousse-finish[b-knrfz8p3by] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    background-color: #ffffff;
}

.finish-grid[b-knrfz8p3by] {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
}

.finish-col-img img[b-knrfz8p3by] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.nutrition-box[b-knrfz8p3by] {
    margin-top: 28px;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 20px 24px;
    max-width: 360px;
}

.nutrition-title[b-knrfz8p3by] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #d6334a;
    margin-bottom: 14px;
}

.nutrition-list[b-knrfz8p3by] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nutrition-list li[b-knrfz8p3by] {
        padding: 4px 0;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        color: #555555;
    }
/* ---------- Responsive ---------- */
@media screen and (max-width: 992px) {
    .pa-mousse-title[b-knrfz8p3by] {
        font-size: 44px;
        line-height: 56px;
    }

    .pa-mousse-header[b-knrfz8p3by] {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .title-icon[b-knrfz8p3by] {
        width: 28px;
        height: 28px;
    }

    .recipe-grid[b-knrfz8p3by],
    .finish-grid[b-knrfz8p3by] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .info-strip[b-knrfz8p3by] {
        width: 100%;
        flex-wrap: wrap;
    }

    .info-cell[b-knrfz8p3by] {
        flex: 1 0 33.333%;
        padding: 12px 0;
        border-right: none;
    }

    .nutrition-box[b-knrfz8p3by] {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .pa-mousse-title[b-knrfz8p3by] {
        font-size: 32px;
        line-height: 42px;
    }

    .info-cell[b-knrfz8p3by] {
        flex-basis: 100%;
    }

    .title-icon[b-knrfz8p3by] {
        width: 24px;
        height: 24px;
    }
}
/* /Views/ProductApplication/MousseSocola.cshtml.rz.scp.css */
/* Product Application Mousse */

/* ---------- Content ---------- */
.pa-mousse-content[b-huizufj8sr] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    background-color: #ffffff;
}

.pa-mousse-title[b-huizufj8sr] {
    font-family: "Dosis", serif;
    font-size: 64px;
    line-height: 86px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px 0;
    font-weight: 700;
}

.pa-mousse-header[b-huizufj8sr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

    .pa-mousse-header .pa-mousse-title[b-huizufj8sr] {
        margin: 0;
        flex: 1;
    }

.pa-mousse-title-icons[b-huizufj8sr] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.title-icon[b-huizufj8sr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #111111;
    transition: opacity 0.2s ease;
}

    .title-icon:hover[b-huizufj8sr] {
        opacity: 0.6;
    }

    .title-icon svg[b-huizufj8sr] {
        width: 100%;
        height: 100%;
        display: block;
        fill: currentColor;
    }


.pa-mousse-intro[b-huizufj8sr] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 24px 0;
}
/* ---------- Hero ---------- */
.pa-mousse-hero[b-huizufj8sr] {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1200 / 480;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url('../img/product-application-mousse-socola-hero.png');
    background-size: cover;
    background-position: center;
}
/* ---------- Info Strip ---------- */
.pa-mousse-info[b-huizufj8sr] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
    background-color: #ffffff;
}

.info-strip[b-huizufj8sr] {
    display: flex;
    width: 50%;
}

.info-cell[b-huizufj8sr] {
    flex: 1;
    padding: 0 12px;
    border-right: 1px solid #eeeeee;
}

    .info-cell:first-child[b-huizufj8sr] {
        padding-left: 0;
    }

    .info-cell:last-child[b-huizufj8sr] {
        padding-right: 0;
        border-right: none;
    }

.info-label[b-huizufj8sr] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 4px;
}

.info-value[b-huizufj8sr] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
}
/* ---------- Recipe Section ---------- */
.pa-mousse-recipe[b-huizufj8sr] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    background-color: #ffffff;
}

.recipe-grid[b-huizufj8sr] {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
}

.recipe-heading[b-huizufj8sr] {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #d6334a;
    margin: 0 0 18px 0;
}

.recipe-heading-sub[b-huizufj8sr] {
    margin-top: 28px;
}

.recipe-sub[b-huizufj8sr] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 8px 0;
}

.recipe-list[b-huizufj8sr] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    padding-left: 22px;
    margin: 0 0 18px 0;
    list-style: disc outside;
}

    .recipe-list li[b-huizufj8sr] {
        margin-bottom: 4px;
    }
/* ---------- Steps ---------- */
.step[b-huizufj8sr] {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.step-num[b-huizufj8sr] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #d6334a;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.step-body[b-huizufj8sr] {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}

    .step-body .recipe-list[b-huizufj8sr] {
        margin-top: 6px;
    }
/* ---------- Divider ---------- */
.recipe-divider[b-huizufj8sr] {
    border: none;
    border-top: 2px solid #d6334a;
    max-width: 1200px;
    margin: 0 auto;
}
/* ---------- Finish Section ---------- */
.pa-mousse-finish[b-huizufj8sr] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    background-color: #ffffff;
}

.finish-grid[b-huizufj8sr] {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 40px;
}

.finish-col-img img[b-huizufj8sr] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.nutrition-box[b-huizufj8sr] {
    margin-top: 28px;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 20px 24px;
    max-width: 360px;
}

.nutrition-title[b-huizufj8sr] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #d6334a;
    margin-bottom: 14px;
}

.nutrition-list[b-huizufj8sr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nutrition-list li[b-huizufj8sr] {
        padding: 4px 0;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        color: #555555;
    }
/* ---------- Responsive ---------- */
@media screen and (max-width: 992px) {
    .pa-mousse-title[b-huizufj8sr] {
        font-size: 44px;
        line-height: 56px;
    }

    .pa-mousse-header[b-huizufj8sr] {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .title-icon[b-huizufj8sr] {
        width: 28px;
        height: 28px;
    }

    .recipe-grid[b-huizufj8sr],
    .finish-grid[b-huizufj8sr] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .info-strip[b-huizufj8sr] {
        width: 100%;
        flex-wrap: wrap;
    }

    .info-cell[b-huizufj8sr] {
        flex: 1 0 33.333%;
        padding: 12px 0;
        border-right: none;
    }

    .nutrition-box[b-huizufj8sr] {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .pa-mousse-title[b-huizufj8sr] {
        font-size: 32px;
        line-height: 42px;
    }

    .info-cell[b-huizufj8sr] {
        flex-basis: 100%;
    }

    .title-icon[b-huizufj8sr] {
        width: 24px;
        height: 24px;
    }
}
/* /Views/ProductApplication/Tiramisu.cshtml.rz.scp.css */
/* Product Application Tiramisu */

/* ---------- Content ---------- */
.pa-tiramisu-content[b-cqygzkmc7q] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    background-color: #ffffff;
}

.pa-tiramisu-title[b-cqygzkmc7q] {
    font-family: "Dosis", serif;
    font-size: 64px;
    line-height: 86px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px 0;
    font-weight: 700;
}

.pa-tiramisu-header[b-cqygzkmc7q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pa-tiramisu-header .pa-tiramisu-title[b-cqygzkmc7q] {
    margin: 0;
    flex: 1;
}

.pa-tiramisu-title-icons[b-cqygzkmc7q] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.title-icon[b-cqygzkmc7q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #111111;
    transition: opacity 0.2s ease;
}

.title-icon:hover[b-cqygzkmc7q] {
    opacity: 0.6;
}

.title-icon svg[b-cqygzkmc7q] {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.pa-tiramisu-intro[b-cqygzkmc7q] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 24px 0;
}

/* ---------- Hero ---------- */
.pa-tiramisu-hero[b-cqygzkmc7q] {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1200 / 480;
    margin: 0 auto;
    background-color: #2c3e50;
    background-image: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,0.10)), url('../img/pa-tiramisu-hero.png');
    background-size: cover;
    background-position: center;
}

/* ---------- Info Strip ---------- */
.pa-tiramisu-info[b-cqygzkmc7q] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
    background-color: #ffffff;
}

.info-strip[b-cqygzkmc7q] {
    display: flex;
    width: 50%;
}

.info-cell[b-cqygzkmc7q] {
    flex: 1;
    padding: 0 12px;
    border-right: 1px solid #eeeeee;
}

.info-cell:first-child[b-cqygzkmc7q] {
    padding-left: 0;
}

.info-cell:last-child[b-cqygzkmc7q] {
    padding-right: 0;
    border-right: none;
}

.info-label[b-cqygzkmc7q] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 4px;
}

.info-value[b-cqygzkmc7q] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
}

/* ---------- Recipe Section ---------- */
.pa-tiramisu-recipe[b-cqygzkmc7q] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    background-color: #ffffff;
}

.recipe-grid[b-cqygzkmc7q] {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
}

.recipe-heading[b-cqygzkmc7q] {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #d6334a;
    margin: 0 0 18px 0;
}

.recipe-heading-sub[b-cqygzkmc7q] {
    margin-top: 28px;
}

.recipe-sub[b-cqygzkmc7q] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 8px 0;
}

.recipe-list[b-cqygzkmc7q] {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    padding-left: 22px;
    margin: 0 0 18px 0;
    list-style: disc outside;
}

.recipe-list li[b-cqygzkmc7q] {
    margin-bottom: 4px;
}

/* ---------- Steps ---------- */
.step[b-cqygzkmc7q] {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.step-num[b-cqygzkmc7q] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #d6334a;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.step-body[b-cqygzkmc7q] {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}

.step-body .recipe-list[b-cqygzkmc7q] {
    margin-top: 6px;
}

/* ---------- Divider ---------- */
.recipe-divider[b-cqygzkmc7q] {
    border: none;
    border-top: 2px solid #d6334a;
    max-width: 1200px;
    margin: 0 auto;
}

/* ---------- Finish Section ---------- */
.pa-tiramisu-finish[b-cqygzkmc7q] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    background-color: #ffffff;
}

.finish-grid[b-cqygzkmc7q] {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
}

.finish-col-img img[b-cqygzkmc7q] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.nutrition-box[b-cqygzkmc7q] {
    margin-top: 28px;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 20px 24px;
    max-width: 360px;
}

.nutrition-title[b-cqygzkmc7q] {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #d6334a;
    margin-bottom: 14px;
}

.nutrition-list[b-cqygzkmc7q] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nutrition-list li[b-cqygzkmc7q] {
    padding: 4px 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #555555;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 992px) {
    .pa-tiramisu-title[b-cqygzkmc7q] {
        font-size: 44px;
        line-height: 56px;
    }

    .pa-tiramisu-header[b-cqygzkmc7q] {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .title-icon[b-cqygzkmc7q] {
        width: 28px;
        height: 28px;
    }

    .recipe-grid[b-cqygzkmc7q],
    .finish-grid[b-cqygzkmc7q] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .info-strip[b-cqygzkmc7q] {
        width: 100%;
        flex-wrap: wrap;
    }

    .info-cell[b-cqygzkmc7q] {
        flex: 1 0 33.333%;
        padding: 12px 0;
        border-right: none;
    }

    .nutrition-box[b-cqygzkmc7q] {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .pa-tiramisu-title[b-cqygzkmc7q] {
        font-size: 32px;
        line-height: 42px;
    }

    .info-cell[b-cqygzkmc7q] {
        flex-basis: 100%;
    }

    .title-icon[b-cqygzkmc7q] {
        width: 24px;
        height: 24px;
    }
}
