/* Artrel mobile product specification rows */
@media (max-width: 575.98px) {
    .page-product .product__description,
    .page-product .product__description .container,
    .page-product .product__description .table-responsive {
        min-width: 0;
        max-width: 100%;
    }

    .page-product .product__description .table-responsive {
        overflow: visible;
    }

    .page-product .product__description table,
    .page-product .product__description tbody,
    .page-product .product__description tr,
    .page-product .product__description th,
    .page-product .product__description td {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-product .product__description table,
    .page-product .product__description tbody {
        table-layout: fixed;
        margin-bottom: 0;
        background-color: transparent !important;
    }

    .page-product .product__description tr {
        padding: 0.75rem 0.875rem;
        border-bottom: 1px solid var(--bs-border-color);
        background-color: var(--bs-body-bg);
    }

    .page-product .product__description tr:nth-child(odd) {
        background-color: var(--bs-tertiary-bg);
    }

    .page-product .product__description th,
    .page-product .product__description td {
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .page-product .product__description tr > :first-child {
        margin-bottom: 0.25rem;
        color: var(--bs-secondary-color);
        font-size: 0.75rem;
        line-height: 1.25;
        font-weight: 600;
    }

    .page-product .product__description tr > :last-child {
        color: inherit;
        font-size: 0.9375rem;
        line-height: 1.4;
    }
}

/* Match Bootstrap utility priority for product-authored helper classes. */
@layer utilities {
    @media (max-width: 575.98px) {
        .page-product .product__description table,
        .page-product .product__description tbody {
            background-color: transparent !important;
        }

        .page-product .product__description th,
        .page-product .product__description td {
            background: transparent !important;
            white-space: normal !important;
        }
    }
}
