.wholesale-shell {
    background: #f6f8f4;
    min-height: 70vh;
}

.wholesale-toolbar {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.wholesale-filters {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
}

.wholesale-table {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
}

.wholesale-table th {
    font-size: .78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    white-space: nowrap;
}

.wholesale-product-img {
    width: 64px;
    height: 64px;
    min-width: 64px;
    flex: 0 0 64px;
    border-radius: 8px;
    object-fit: cover;
    background: #eef2ea;
}

.wholesale-image-placeholder {
    width: 64px;
    height: 64px;
    min-width: 64px;
    flex: 0 0 64px;
    border-radius: 8px;
    background: #eef2ea;
    color: #91a08b;
}

.wholesale-qty {
    width: 92px;
}

.wholesale-comment {
    min-width: 180px;
}

.wholesale-details-link {
    color: inherit;
    text-decoration: none;
}

.wholesale-details-link:hover,
.wholesale-details-link:focus-visible {
    color: #1f6b4d;
    text-decoration: underline;
}

.wholesale-details-image {
    height: min(52vh, 440px);
    object-fit: contain;
}

.wholesale-submit-bar {
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid rgba(0, 0, 0, .08);
    backdrop-filter: blur(8px);
    z-index: 10;
}

.wholesale-muted {
    color: #6c757d;
}

@media (max-width: 767.98px) {
    .wholesale-shell {
        background: #fff;
    }

    .wholesale-table {
        border: 0;
    }

    .wholesale-product-img,
    .wholesale-image-placeholder {
        width: 54px;
        height: 54px;
        min-width: 54px;
        flex-basis: 54px;
    }

    .wholesale-qty {
        width: 100%;
    }

    .wholesale-submit-bar {
        position: static;
    }
}
