@import '_content/CelTom.WAL/CelTom.WAL.9c6sf2wbry.bundle.scp.css';
@import '_content/Respondit.WAL/Respondit.WAL.4c6cjukfzw.bundle.scp.css';

/* _content/Respondit.WAL.WebShop/Components/Pages/Products.razor.rz.scp.css */
.products-page[b-l8po5lct1v] {
    padding: 1.5rem;
    color: #f5f5f5;
}

.products-toolbar[b-l8po5lct1v] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.products-filter[b-l8po5lct1v] {
    width: min(280px, calc(100% - 70px));
}

.products-grid[b-l8po5lct1v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 520px));
    gap: 1rem;
}

.product-card[b-l8po5lct1v] {
    background: #2f3338;
    color: #f5f5f5;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.28);
    overflow: hidden;
}

.product-logo[b-l8po5lct1v] {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a3f45;
    border-bottom: 2px solid rgba(255,255,255,0.10);
    padding: 1rem;
}

    .product-logo img[b-l8po5lct1v] {
        max-width: 100%;
        max-height: 115px;
        object-fit: contain;
    }

.product-logo-placeholder[b-l8po5lct1v] {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.product-info[b-l8po5lct1v] {
    padding: 1rem;
}

    .product-info h3[b-l8po5lct1v] {
        color: #ffffff;
        font-size: 1.1rem;
        margin: 0 0 0.6rem 0;
    }

.product-display-text[b-l8po5lct1v] {
    color: rgba(255,255,255,0.82);
    font-size: 0.9rem;
    line-height: 1.35;
    min-height: 42px;
}

.product-price[b-l8po5lct1v] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.75rem;
}

.product-actions[b-l8po5lct1v] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.product-action-button[b-l8po5lct1v] {
    min-width: 160px;
}

.product-info-popup .popup-box[b-l8po5lct1v] {
    width: min(760px, 96vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.product-info-popup .popup-content[b-l8po5lct1v] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.product-info-scroll[b-l8po5lct1v] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(90vh - 220px);
    overflow-y: auto;
    padding-right: 0.75rem;
}

    .product-info-scroll img[b-l8po5lct1v],
    .product-info-scroll table[b-l8po5lct1v] {
        max-width: 100%;
    }

.product-info-actions[b-l8po5lct1v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.basket-item[b-l8po5lct1v] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
}

.basket-item-info[b-l8po5lct1v] {
    display: flex;
    flex-direction: column;
}

.basket-quantity[b-l8po5lct1v] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.basket-total[b-l8po5lct1v] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    font-size: 1.1rem;
}

.basket-checkout[b-l8po5lct1v] {
    margin-top: 0.5rem;
}

.product-detail-price[b-l8po5lct1v] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .products-grid[b-l8po5lct1v] {
        grid-template-columns: 1fr;
    }

    .product-actions[b-l8po5lct1v] {
        flex-direction: column;
    }

    .product-action-button[b-l8po5lct1v] {
        width: 100%;
        min-width: 0;
    }
}
