:root {
    --og-ink: #202628;
    --og-muted: #667174;
    --og-line: #dce5e3;
    --og-teal: #0f766e;
    --og-teal-dark: #085a54;
    --og-coral: #d7664f;
    --og-soft: #f4f8f7;
    --og-white: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    color: var(--og-ink);
    background: var(--og-white);
}

img {
    max-width: 100%;
}

a,
button,
input,
textarea,
select {
    letter-spacing: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role="button"]:focus-visible {
    outline: 3px solid rgba(15, 118, 110, .3);
    outline-offset: 3px;
}

.seo-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.seo-home-intro {
    width: 100%;
    padding: 68px 24px 58px;
    background: var(--og-soft);
    border-bottom: 1px solid var(--og-line);
}

.seo-home-intro__inner {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.seo-home-intro__copy {
    max-width: 900px;
}

.seo-eyebrow {
    margin: 0 0 12px;
    color: var(--og-coral);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-home-intro h1 {
    max-width: 830px;
    margin: 0;
    color: var(--og-ink);
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
}

.seo-home-intro__copy > p:not(.seo-eyebrow) {
    max-width: 850px;
    margin: 20px 0 0;
    color: var(--og-muted);
    font-size: 18px;
    line-height: 1.75;
}

.seo-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.seo-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.seo-btn:hover {
    transform: translateY(-2px);
}

.seo-btn--primary {
    color: var(--og-white);
    background: var(--og-teal);
}

.seo-btn--primary:hover {
    color: var(--og-white);
    background: var(--og-teal-dark);
}

.seo-btn--secondary {
    color: var(--og-ink);
    border-color: #9eb2ae;
    background: transparent;
}

.seo-btn--secondary:hover {
    color: var(--og-coral);
    border-color: var(--og-coral);
}

.seo-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 44px;
    border-top: 1px solid var(--og-line);
    border-bottom: 1px solid var(--og-line);
}

.seo-proof-strip > div {
    min-width: 0;
    padding: 22px 22px 22px 0;
}

.seo-proof-strip > div + div {
    padding-left: 22px;
    border-left: 1px solid var(--og-line);
}

.seo-proof-strip strong,
.seo-proof-strip span {
    display: block;
}

.seo-proof-strip strong {
    color: var(--og-ink);
    font-size: 17px;
    line-height: 1.3;
}

.seo-proof-strip span {
    margin-top: 5px;
    color: var(--og-muted);
    font-size: 13px;
    line-height: 1.55;
}

.banner-swiper,
.swiper-container,
.slick-slider,
.slick-list,
.section {
    max-width: 100%;
}

header .header_logo img,
#ph_header img {
    height: auto;
    object-fit: contain;
}

.product_item,
.category_item,
.cert_item {
    border-radius: 6px !important;
}

.product_item {
    transition: transform .2s ease, box-shadow .2s ease;
}

.product_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(25, 45, 43, .12);
}

.section_title {
    color: var(--og-ink);
}

footer {
    border-top: 4px solid var(--og-teal);
}

.compliance-badge {
    display: inline-flex !important;
    min-height: 34px;
    align-items: center;
    margin: 4px 6px 4px 0;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

#cu_content,
#cu_table,
#pi_content {
    width: 100% !important;
}

#cu_table {
    padding: 60px 20px !important;
    background: var(--og-soft) !important;
}

#cu_table .cu_table,
#pi_content .pi_content {
    width: min(1120px, 100%) !important;
    margin: 0 auto !important;
}

#cu_table form,
#pi_content form {
    width: 100% !important;
}

#cu_table h2,
#pi_content h2 {
    color: var(--og-ink) !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
}

#cu_table input:not([type="file"]):not([type="hidden"]):not(.seo-visually-hidden),
#cu_table textarea,
#pi_content input:not([type="button"]):not([type="hidden"]):not(.seo-visually-hidden),
#pi_content textarea,
.wform input:not([type="hidden"]):not(.seo-visually-hidden),
.wform textarea {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 50px;
    padding: 12px 14px !important;
    color: var(--og-ink);
    border: 1px solid #cddbd8 !important;
    border-radius: 5px !important;
    background: var(--og-white) !important;
    font-size: 15px !important;
    line-height: 1.45;
    box-shadow: none !important;
}

#cu_table textarea,
#pi_content textarea,
.wform textarea {
    min-height: 150px !important;
    resize: vertical;
}

#cu_table input:focus,
#cu_table textarea:focus,
#pi_content input:focus,
#pi_content textarea:focus,
.wform input:focus,
.wform textarea:focus {
    border-color: var(--og-teal) !important;
    outline: 3px solid rgba(15, 118, 110, .13) !important;
}

#cu_table input[type="file"] {
    max-width: 100%;
    padding: 10px;
    border: 1px dashed #9eb2ae;
    border-radius: 5px;
    background: var(--og-white);
}

#cu_table #submitBtn,
#pi_content #submitBtn,
.wform #submitBtn {
    min-width: 210px;
    min-height: 50px;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: var(--og-white) !important;
    background: var(--og-teal) !important;
    font-size: 16px !important;
    font-weight: 800;
    cursor: pointer;
}

#cu_table #submitBtn:hover,
#pi_content #submitBtn:hover,
.wform #submitBtn:hover {
    background: var(--og-teal-dark) !important;
}

#cu_table label.error,
#pi_content label.error,
.wform label.error {
    display: block;
    margin-top: 6px;
    color: #a12828;
    font-size: 13px;
}

#pi_content {
    box-sizing: border-box !important;
    padding: 58px 20px 72px;
    background: #fbfcfc;
}

#pi_content .pi_content_nav {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#pi_content .pi_info {
    overflow-x: auto;
    border: 1px solid var(--og-line);
    border-radius: 6px;
    background: var(--og-white);
}

#pi_content table {
    min-width: 620px;
    border-collapse: collapse;
}

#pi_content th {
    color: var(--og-ink);
    background: var(--og-soft);
}

#pi_content th,
#pi_content td {
    padding: 14px;
    border-bottom: 1px solid var(--og-line);
}

#pi_content fieldset {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 850px;
    margin: 36px auto 0;
    padding: 0;
    border: 0;
}

#pi_content .control-group.textarea,
#pi_content .submitGroup {
    grid-column: 1 / -1;
}

.seo-empty-cart {
    margin: 0;
    padding: 22px;
    color: var(--og-muted);
    border: 1px solid var(--og-line);
    border-radius: 6px;
    background: var(--og-white);
    font-size: 15px;
    line-height: 1.65;
}

.seo-not-found {
    width: min(860px, calc(100% - 32px));
    min-height: 460px;
    margin: 0 auto;
    padding: 110px 0 90px;
}

.seo-not-found h1 {
    margin: 0;
    color: var(--og-ink);
    font-size: 42px;
    line-height: 1.15;
}

.seo-not-found > p:not(.seo-eyebrow) {
    max-width: 650px;
    margin: 18px 0 0;
    color: var(--og-muted);
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .seo-home-intro {
        padding: 48px 20px 44px;
    }

    .seo-home-intro h1 {
        font-size: 36px;
    }

    .seo-proof-strip {
        grid-template-columns: 1fr 1fr;
    }

    .seo-proof-strip > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--og-line);
    }

    .seo-proof-strip > div:nth-child(4) {
        border-top: 1px solid var(--og-line);
    }
}

@media (max-width: 640px) {
    .seo-home-intro {
        padding: 38px 16px;
    }

    .seo-home-intro h1 {
        font-size: 31px;
        line-height: 1.16;
    }

    .seo-home-intro__copy > p:not(.seo-eyebrow) {
        font-size: 16px;
        line-height: 1.65;
    }

    .seo-cta-row,
    .seo-btn {
        width: 100%;
    }

    .seo-proof-strip {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .seo-proof-strip > div,
    .seo-proof-strip > div + div {
        padding: 17px 0;
        border-top: 1px solid var(--og-line);
        border-left: 0;
    }

    .seo-proof-strip > div:first-child {
        border-top: 0;
    }

    #cu_table {
        padding: 42px 16px !important;
    }

    #cu_table .cu_table > form > div {
        display: block !important;
    }

    #cu_table .cu_table_f1,
    #cu_table .cu_table_f2,
    #cu_table .cu_table_f3 {
        width: 100% !important;
        margin: 0 0 14px !important;
        float: none !important;
    }

    #cu_table #captcha {
        width: 145px !important;
    }

    #cu_table #captcha + img {
        float: none !important;
        margin: 8px 0 0 8px !important;
    }

    #pi_content {
        width: 100% !important;
        padding: 40px 14px 56px;
    }

    #pi_content fieldset {
        grid-template-columns: 1fr;
    }

    #pi_content .control-group,
    #pi_content .control-group.textarea,
    #pi_content .submitGroup {
        grid-column: 1;
    }

    #sidebar {
        display: none !important;
    }
}
