:root {
    --primary-color: #18D9C8;
    --color-border: #E4EBEE;
    --color-heading-dark: #14202A;
    --color-accent-text: #0B6A60;
    --color-text-muted: #7A8B93;
    --color-text-secondary: #6C808A;
    --color-navy: #2C4A5A;
    --color-text-primary: #211F20;
    --color-bg-light: #F7FAFB;
}

main>:first-child {
    padding-top: 132px;
}

.product-new {
    .request {
        margin-top: 30px;
        padding: 20px 0;

        .container {
            padding: 0 50px;
        }

        .description {
            font-size: 14px;
        }

        .formsDesc_desc {
            margin-top: 4px;
            font-size: 12px;
        }

        .label {
            font-size: 12px;
        }

        .request-steps__label {
            font-size: 14px;
        }

        .file-upload,
        .input__wrapper input,
        .input__wrapper textarea,
        .select-input.--dropdown .--dropdown__value {
            height: 36px;
        }

        .optoguide__window {
            height: 520px;
        }
    }

    .request-form {
        .form-wrapper {
            padding: 16px;
        }

        .cf7mls-btns {
            margin: 0;
            min-height: auto;
        }
    }

    .container {
        padding: 0 35px;
    }
}

.bioz-w-article-title,
#bioz-w-header-citations {
    border-radius: 9px !important;
}

.request-form .form-wrapper {
    .button.submit,
    .action-button {
        font-size: 12px !important;
        padding: 14px 32px !important;
        max-height: 42px;
    }
}

.request__intro > .title.title-3,
.request__intro > .title.title-3 span {
    font-size: 34px;
}

.product-new-topbar__wrapper {
    background: var(--color-bg-light);
    border: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between;
    padding: 14px 34px;

    .product-new-breadcrumbs a,
    .product-new-breadcrumbs span,
    .product-new-anchors a {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0;
    }

    .product-new-anchors a {
        padding: 5px 12px;
        border-radius: 20px;
    }

    .product-new-anchors a:hover {
        background-color: var(--color-navy);
        color: #fff;
    }
}

.product-new-breadcrumbs span.product-new-breadcrumbs__current {
    font-weight: 600;
    font-size: 13px;
}

.product-new-hero__wrapper {
    display: flex;
    margin: 34px;
    gap: 34px;
}

.product-new-hero__image {
    flex: 0 0 330px;
    width: 330px;
}

.product-new-hero__content {
    flex: 1 1 auto;
    min-width: 0;
}

.product-new-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding:6px 13px;
    margin-bottom: 7px;
    border-radius: 20px;
    background: #E6FBF8;
    color: var(--color-accent-text);
    font-weight: 700;
    font-size: 12px;
}

.product-new-hero__badge::before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    transform: rotate(45deg);
}

.product-new-hero__heading {
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    letter-spacing: -0.5px;
    text-transform: none;
    color: var(--color-text-primary);
}

.product-new-hero__description p,
.product-new-performance__description,
.product-new-stock__description {
    font-weight: 400;
    letter-spacing: 0;
}

.product-new-performance__description,
.product-new-stock__description {
    font-size: 13px;
    line-height: 18.85px;
    color: var(--color-text-secondary);
}

.product-new-hero__description {
    color: #42606E;
    margin-top: 12px;

    p {
        font-size: 15px;
        line-height: 21px;
    }
}

.product-new-hero__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-accent-text);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 20px;
}

.product-new-capabilities {
    border: 1px solid var(--color-border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-new-capabilities__heading {
    margin: 0;
    padding: 9px 14px;
    background: var(--color-bg-light);
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text-muted);
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-new-capabilities__table {
    width: 100%;
    border-collapse: collapse;

    tr {
        border-top: 1px solid var(--color-border);
    }

    tr:first-child {
        border-top: none;
    }

    th, td {
        padding: 8px 14px;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0;
        color: var(--color-text-muted);
        text-align: left;
    }

    td {
        font-weight: 700;
        color: var(--color-heading-dark);
        text-align: right;
        white-space: nowrap;
    }
}

.product-new-capabilities__note {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: middle;
    border: 1.5px solid #B8C4C9;
    border-radius: 3px;
    cursor: pointer;
}

.product-new-capabilities__note::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 12px;
    height: 12px;
    border: 1.5px solid #B8C4C9;
    border-radius: 3px;
    background: #fff;
}

.product-new-capabilities__note:hover::after,
.product-new-capabilities__copy.is-copied::after {
    position: absolute;
    right: 0;
    border-radius: 6px;
    background: var(--color-heading-dark);
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
    z-index: 10;
}

.product-new-capabilities__note:hover::after {
    content: attr(data-note);
    bottom: calc(100% + 8px);
    padding: 6px 10px;
    font-weight: 400;
}

.product-new-capabilities__copy {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-left: 6px;
    padding: 0;
    border: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M-3.51258e-05 6.61099V-1.46031e-05H6.61096V2.70599H9.31697V9.31699H2.70597V6.61099H-3.51258e-05ZM0.714965 5.89599H2.70597V2.70599H5.89596V0.714985H0.714965V5.89599ZM3.42097 3.42099V5.89599H5.89596V3.42099H3.42097ZM3.42097 8.60199H8.60197V3.42099H6.61096V6.61099H3.42097V8.60199Z' fill='%23A9D0E1'/%3E%3C/svg%3E") no-repeat center / 10px 10px;
    cursor: pointer;
    vertical-align: middle;
    opacity: 1;
    transition: opacity .15s ease;
}

.product-new-capabilities__copy:hover {
    opacity: 0.7;
}

.product-new-capabilities__copy.is-copied {
    opacity: 0.7;
}

.product-new-capabilities__copy.is-copied::after {
    content: "Copied";
    bottom: calc(100% + 6px);
    padding: 4px 8px;
    font-weight: 600;
}

.product-new-hero__buttons {
    display: flex;
    gap: 10px;

    .product-new-hero__button {
        width: fit-content;
        padding: 13px 24px;
        border-radius: 8px;
        text-transform: capitalize;
        height: 47px;
        min-height: 47px;
        font-size: 14px;
        color: #093F44;
    }

    .product-new-hero__button:last-of-type {
        border: 1.5px solid var(--color-navy);
        background: none;
    }
}

.product-new-performance,
.product-new-research,
.product-new-stock,
.product-new-hub,
.product-new-substrates,
.product-new-related {
    padding: 34px;
    border-top: 1px solid var(--color-border);
}

.product-new-performance__heading,
.product-new-stock__heading,
.product-new-related__heading,
.product-new-faq__heading,
.product-new-research__heading,
.product-new-hub__heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.2px;
    text-transform: none;
    color: #334F5C;
}

.product-new-performance__description {
    margin-bottom: 16px;
}

.product-new-performance__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.product-new-performance__filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1.5px solid var(--color-border);
    border-radius: 24px;
    color: var(--color-text-secondary);
    cursor: pointer;
    user-select: none;
    transition: border-color .15s ease, background-color .15s ease;

    input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        position: relative;
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
        margin: 0;
        border: 1.5px solid var(--color-border);
        border-radius: 4px;
        background: #fff;
        cursor: pointer;
        transition: border-color .15s ease, background-color .15s ease;
    }

    input[type="checkbox"]:checked {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

    input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 1px;
        width: 4px;
        height: 8px;
        border: solid #000;
        border-width: 0 1.5px 1.5px 0;
        transform: rotate(45deg);
    }

    &.is-active {
        border-color: var(--primary-color);
        background: #F0FDFB;

        span {
            color: var(--color-accent-text);
        }
    }

    span {
        font-size: 13px;
        font-weight: 700;
        color: var(--color-text-secondary);
    }
}

.product-new-performance__charts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 14px;
}

.product-new-chart {
    display: none;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 14px;
}

.product-new-chart.is-visible {
    display: block;
}

.product-new-chart__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.product-new-chart__heading {
    color: var(--color-text-primary);
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
}

.product-new-chart__subtitle {
    font-weight: 400;
    font-size: 11px;
    line-height: 15.95px;
    letter-spacing: 0;
    color: var(--color-text-secondary);
    margin: 0;
}

.product-new-chart__enlarge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    background: none;
    color: var(--color-accent-text);
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.product-new-chart__enlarge::before {
    content: "\2197";
}

.product-new-chart__canvas {
    line-height: 0;
}

.product-new-chart__canvas img {
    display: block;
    width: 100%;
    height: auto;
}

.product-new-performance__download {
    display: flex;
    justify-content: flex-end;
    padding: 11px 15px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-bg-light);

    a {
        color: var(--color-accent-text);
        text-decoration: none;
        font-weight: 700;
        font-size: 12px;
        line-height: 17.4px;
        letter-spacing: 0;
    }

    a::before {
        content: "\2193 ";
    }
}

.product-new-stock__description {
    margin-bottom: 18px;
}

.product-new-stock__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.product-new-stock-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 16px;
}

.product-new-stock-card__top {
    display: flex;
    flex: 1 1 auto;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #F0F5F7;
    margin-bottom: 6px;
}

.product-new-stock-card__image {
    flex: 0 0 78px;
    width: 78px;
    height: 78px;
    border-radius: 9px;
    overflow: hidden;
    background: #3A5A67;

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.product-new-stock-card__info {
    flex: 1 1 auto;
    min-width: 0;
}

.product-new-stock-card__label {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 8px;
    border-radius: 20px;
    background: #A9E8DD;
    color: #0B4A44;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
}

.product-new-stock-card__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--color-text-primary);
    margin: 0 0 4px;
}

.product-new-stock-card__sku {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color-text-muted);
    margin: 0 0 8px;
}

.product-new-stock-card__price {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-navy);
    margin: 0;
}

.product-new-stock-card__specs {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 4px;

        th, td {
        padding: 4px 0;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0;
        color: var(--color-text-secondary);
        text-align: left;
    }

    td {
        font-weight: 700;
        color: var(--color-text-primary);
        text-align: right;
    }
}

.product-new-stock-card__button {
    align-self: flex-start;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 24px;
    border-radius: 8px;
    background: var(--primary-color);
    color: #093F44;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    min-height: 34px;
    height: 34px;
    text-transform: capitalize;
}

.product-new-related__heading {
    margin-bottom: 16px;
}

.product-new-related__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.product-new-related-card {
    display: block;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    transition: border-color .15s ease;
}

.product-new-related-card:hover {
    border-color: var(--primary-color);
}

.product-new-related-card__image {
    aspect-ratio: 2.5 / 1;
    padding: 10px;

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

.product-new-related-card__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--color-text-primary);
    margin: 0 16px 4px;
}

.product-new-related-card__subtitle {
    margin: 0 16px 16px;
}

.product-new-hub__heading {
    margin: 12px 0 18px;
}

.product-new-hub__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.product-new-hub-card {
    display: block;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 20px;
    color: inherit;
    text-decoration: none;
    transition: border-color .15s ease;
}

.product-new-hub-card:hover {
    border-color: var(--primary-color);
}

.product-new-hub-card__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--color-text-primary);
    margin: 0 0 8px;
}

.product-new-related-card__subtitle,
.product-new-hub-card__time {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color-text-muted);
}

.product-new-hub-card__time {
    margin: 0;
}

.product-new-faq {
    padding: 34px;
}

.product-new-substrates__wrapper {
    background-color: #D8DCDE;
    padding: 15px 18px 10px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.product-new-substrates__item {
    color: var(--color-text-secondary);

    p {
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0;
    }
}

.product-new-substrates__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color-navy);
}

.product-new-substrates__link::after {
    content: "\2192";
}

.product-new-faq__heading {
    margin-bottom: 14px;
}

.product-new-faq__item {
    border-bottom: 1px solid var(--color-border);
}

.product-new-faq__item .--accordion__open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
}

.product-new-faq__question {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #33505E;
    margin: 0;
}

.product-new-faq__item .--accordion__arrow {
    position: relative;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
}

.product-new-faq__item .--accordion__arrow::before,
.product-new-faq__item .--accordion__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    transform: translate(-50%, -50%);
    transition: transform .2s ease, opacity .2s ease;
}

.product-new-faq__item .--accordion__arrow::before {
    width: 14px;
    height: 1.5px;
}

.product-new-faq__item .--accordion__arrow::after {
    width: 1.5px;
    height: 14px;
}

.product-new-faq__item .--accordion__open.-active .--accordion__arrow::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-new-faq__answer p {
    padding: 0 0 20px;
    color: #33505E;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}

.product-new-research div div {
    padding: 24px 16px 0 !important;
}

.product-new-research__mentions,
.product-new-research__heading + div,
.product-new-research .bioz-w-optoman-back {
    display: none !important;
}

.request.-chatbot .form-wrapper {
    .formsDesc {
        margin-bottom: 16px;
    }
    .request-steps {
        padding: 8px 12px;
    }
}

@media (max-width: 1023px) {
    .product-new-topbar__wrapper,
    .product-new-hero__wrapper {
        flex-direction: column;
    }

    .product-new-anchors {
        display: none;
    }

    main>:first-child {
        padding-top: 100px;
    }
    .product-new-stock__list,
    .product-new-related__list,
    .product-new-hub__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-new-performance__charts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .product-new-stock__list,
    .product-new-related__list,
    .product-new-hub__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .product-new-capabilities__table tr {
        display: flex;
        flex-direction: column;
    }

    .product-new-capabilities__table td {
        text-align: left;
    }

    .product-new-hero__buttons {
        flex-direction: column;
    }
}
