.web-page-header {
    padding: 30px 0 !important;
    border-bottom: 1px solid #dbe3ec !important;
    background: #f4f7fb !important;
}

.web-breadcrumb {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px !important;
    margin: 0 0 20px !important;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.45;
}

.web-breadcrumb a {
    color: var(--web-link-text, #2563eb) !important;
    font-weight: 500;
    text-decoration: none !important;
}

.web-breadcrumb a:hover {
    text-decoration: underline !important;
}
.web-breadcrumb i {
    color: #94a3b8 !important;
    font-size: 9px !important;
}
.web-breadcrumb span {
    min-width: 0;
    color: #475569;
    overflow-wrap: anywhere;
}
.web-page-header h1 {
    margin: 0 !important;
    color: var(--web-title-text, #0f172a) !important;
    font-family: var(--web-title-font-family, inherit) !important;
    font-size: var(--web-h1-font-size);
    font-weight: 750 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

.web-page-header .cart-page__title {
    margin-top: 0 !important;
}

.web-page-header .cart-page__title > div > span,
.web-page-header .compare-page__title > div > span,
.web-page-header .wishlist-page__title > div > span,
.web-page-header .customer-account__welcome > div > span {
    display: block;
    margin: 0 0 6px !important;
    color: var(--web-link-text, #2563eb) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.4;
    text-transform: uppercase;
}

.web-page-header .product-page__lead,
.web-page-header .introduction-page__lead,
.web-page-header .introduction-detail__header p,
.web-page-header .compare-page__title p,
.web-page-header .wishlist-page__title p {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.web-page-header .introduction-page__lead,
.web-page-header .introduction-detail__header p {
    width: 100%;
    max-width: none !important;
    box-sizing: border-box;
}

.web-page-header .introduction-page__lead > :first-child {
    margin-top: 0;
}

.web-page-header .introduction-page__lead > :last-child {
    margin-bottom: 0;
}

.web-page-header .cart-page__title > strong,
.web-page-header .compare-page__title > strong,
.web-page-header .wishlist-page__title > strong {
    min-height: 38px;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #fff;
    color: #475569;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .web-page-header {
        padding: 22px 0 !important;
    }
    .web-breadcrumb {
        gap: 7px !important;
        margin-bottom: 16px !important;
        font-size: 13px !important;
    }
    .web-page-header h1 {
        font-size: var(--web-h1-mobile-font-size);
    }
    .web-page-header .product-page__lead,
    .web-page-header .introduction-page__lead,
    .web-page-header .introduction-detail__header p,
    .web-page-header .compare-page__title p,
    .web-page-header .wishlist-page__title p {
        font-size: 14px !important;
    }
}
