/* ===== Nioxin Brand Page (2026) ===== */

j2ext-promowrapper188row h2 {
    font-family: 'Canela', serif !important;
}

j2ext-promowrapper188row h3 {
    font-family: 'Euclid', sans-serif !important;
}

j2ext-promowrapper188row h1 {
    font-family: 'Euclid', sans-serif !important;
}

j2ext-promowrapper188row p {
    font-family: 'GT America Mono', monospace !important;
}

j2ext-promowrapper188row {
    max-width: 1400px;
    margin: 0 auto;
    color: #000;
}

/* 1. Hero Image */
.NIOXIN_BP-2026-hero {
    width: 100%;
    margin-bottom: 40px;
}

.NIOXIN_BP-2026-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 2. Intro and Info Section */
.NIOXIN_BP-2026-intro-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.NIOXIN_BP-2026-two-col-text {
    text-align: center;
    margin-bottom: 40px;
}

.NIOXIN_BP-2026-two-col-text h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

.NIOXIN_BP-2026-two-col-text h3 {
    font-size: 2.3rem;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.NIOXIN_BP-2026-two-col-text p {
    font-size: 1rem;
    line-height: 1.6;
}

.NIOXIN_BP-2026-info-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.NIOXIN_BP-2026-info-item {
    flex: 1 1 calc(25% - 20px);
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.NIOXIN_BP-2026-info-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    object-fit: contain;
}

.NIOXIN_BP-2026-info-item p {
    font-family: 'GT America Mono', monospace;
    font-size: 1rem;
    line-height: 1.4;
}

/* 3. H1 */
.NIOXIN_BP-2026-h1-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.NIOXIN_BP-2026-h1::after {
    display: none;
}

.NIOXIN_BP-2026-h1 {
    font-size: 2.3rem;
    background-color: #3fa1a6;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 4. Three Column Div */
.NIOXIN_BP-2026-three-col {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.NIOXIN_BP-2026-card {
    flex: 1 1 calc(33.333% - 30px);
    border: 2px solid #000;
    display: flex;
    flex-direction: column;
}

.NIOXIN_BP-2026-card-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #000;
}

.NIOXIN_BP-2026-card-img-wrap {
    flex: 0 0 45%;
    padding: 10px;
    border-right: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NIOXIN_BP-2026-card-img {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block;
    object-fit: contain;
}

.NIOXIN_BP-2026-card-top-text {
    flex: 0 0 55%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.NIOXIN_BP-2026-card-number {
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.NIOXIN_BP-2026-card-subtitle {
    font-family: 'Canela', serif;
    font-style: italic;
    font-size: 1.5rem;
    margin-bottom: 2px;
    text-transform: lowercase;
}

.NIOXIN_BP-2026-card-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'GT America Mono', monospace;
}

.NIOXIN_BP-2026-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.NIOXIN_BP-2026-card-label {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    text-transform: uppercase;
    font-family: 'GT America Mono', monospace;
    font-size: 1.5rem;
    margin-bottom: 15px;
    align-self: flex-start;
    letter-spacing: 1px;
}

.NIOXIN_BP-2026-card-desc {
    font-family: 'GT America Mono', monospace;
    font-size: 1rem;
    line-height: 1.6;
}

.NIOXIN_BP-2026-card-desc b {
    font-weight: 700;
}

/* 5. Icons */
.NIOXIN_BP-2026-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
}

.NIOXIN_BP-2026-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 150px;
    max-width: 200px;
    text-align: center;
}

.NIOXIN_BP-2026-icon-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.NIOXIN_BP-2026-icon-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'GT America Mono', monospace;
}

/* Responsive Overrides */
@media (max-width: 768px) {
    .NIOXIN_BP-2026-two-col-text h2 {
        font-size: 2.5rem;
    }

    .NIOXIN_BP-2026-info-item {
        flex: 1 1 calc(50% - 20px);
    }

    .NIOXIN_BP-2026-card {
        flex: 1 1 100%;
    }

    .NIOXIN_BP-2026-icons {
        gap: 20px;
    }
}