.category-seamless-pipe__intro {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 240px;
    margin: 0 0 24px;
}

.category-seamless-pipe__intro-content {
    min-width: 0;
}

.category-seamless-pipe__intro .category-page-title {
    margin-bottom: 16px;
}

.category-seamless-pipe__intro .category-content-zone--upper {
    margin: 0;
}

.category-seamless-pipe__intro .category-content-zone--upper > :first-child,
.category-seamless-pipe__intro .category-content-zone--upper > :first-child > :first-child {
    margin-top: 0;
}

.category-seamless-pipe__intro .category-content-zone--upper > :last-child,
.category-seamless-pipe__intro .category-content-zone--upper > :last-child > :last-child {
    margin-bottom: 0;
}

.category-seamless-pipe__intro .category-content-zone--upper > p {
    line-height: 1.55;
}

.category-seamless-pipe__facts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none !important;
    margin: 16px 0;
    padding: 0 !important;
}

.category-seamless-pipe__facts li {
    background: #fff;
    border: 1px solid #dde1e8;
    border-radius: 6px;
    list-style: none !important;
    line-height: 1.45;
    margin-left: 0 !important;
    padding: 11px 13px;
}

.category-seamless-pipe__facts li::before {
    display: none !important;
}

.category-seamless-pipe__facts strong {
    color: #222840;
    display: block;
    margin-bottom: 2px;
}

.category-seamless-pipe__details {
    border-top: 1px solid #dde1e8;
    margin-top: 14px;
    padding-top: 10px;
}

.category-seamless-pipe__details summary {
    color: #d92832;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.category-seamless-pipe__details p {
    font-size: 14px;
    line-height: 1.55;
    margin: 10px 0 0;
}

.category-seamless-pipe__media {
    background: #fff;
    border: 1px solid #dde1e8;
    border-radius: 6px;
    margin: 0;
    overflow: hidden;
}

.category-seamless-pipe__image {
    display: block;
    height: 165px;
    object-fit: cover;
    width: 100%;
}

.category-seamless-pipe .category-content-zone--lower {
    background: #fff;
    border: 1px solid #dde1e8;
    border-radius: 6px;
    margin: 40px 0 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    padding: 28px 30px;
}

.category-seamless-pipe .category-content-zone--lower > :first-child,
.category-seamless-pipe .category-content-zone--lower > :first-child > :first-child {
    margin-top: 0;
}

.category-seamless-pipe .category-content-zone--lower > :last-child,
.category-seamless-pipe .category-content-zone--lower > :last-child > :last-child {
    margin-bottom: 0;
}

.category-seamless-pipe__info-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-seamless-pipe__info-card {
    border: 1px solid #dde1e8;
    border-radius: 6px;
    padding: 20px;
}

.category-seamless-pipe__info-card h2 {
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.category-seamless-pipe__info-card > :last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .category-seamless-pipe__facts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.category-seamless-pipe .category-content-zone--lower table {
    max-width: 100%;
}

.category-seamless-pipe .category-content-zone--lower img,
.category-seamless-pipe .category-content-zone--lower video {
    height: auto !important;
    max-width: 100%;
}

.category-seamless-pipe .category-gallery {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .category-seamless-pipe__intro {
        gap: 16px;
        grid-template-columns: minmax(0, 1fr);
        margin-bottom: 20px;
    }

    .category-seamless-pipe__intro .category-page-title {
        margin-bottom: 12px;
    }

    .category-seamless-pipe__media {
        max-width: 100%;
    }

    .category-seamless-pipe__image {
        height: 72px;
    }

    .category-seamless-pipe__intro .category-content-zone--upper > p {
        font-size: 15px;
        line-height: 1.5;
    }

    .category-seamless-pipe__facts {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr);
        margin: 12px 0;
    }

    .category-seamless-pipe__facts li {
        font-size: 14px;
        padding: 9px 11px;
    }

    .category-seamless-pipe__facts strong {
        display: inline;
        margin: 0;
    }

    .category-seamless-pipe__details {
        margin-top: 10px;
        padding-top: 8px;
    }

    .category-seamless-pipe .category-content-zone--lower {
        margin-top: 28px;
        padding: 18px 16px;
    }

    .category-seamless-pipe .category-content-zone--lower table {
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    .category-seamless-pipe__info-grid {
        gap: 12px;
        grid-template-columns: minmax(0, 1fr);
    }

    .category-seamless-pipe__info-card {
        padding: 16px 14px;
    }

    .category-seamless-pipe__info-card h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }
}
