/*
Theme Name:     Kiosko Child
Template:       kiosko
Version:        1.0.0
*/
/* Hier kommt dein individuelles CSS hin */

/* Modern Table Style for 3D Print Stats */
.p3d-stats {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    font-size: 14px;
}

.p3d-stats tr:nth-child(even) {
    background-color: #f9fafb;
}

.p3d-stats tr:nth-child(odd) {
    background-color: #ffffff;
}

.p3d-stats td {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    color: #333;
}

.p3d-stats tr:last-child td {
    border-bottom: none;
}

.p3d-stats td:first-child {
    font-weight: 600;
    color: #111827;
    width: 50;
}

.p3d-stats tr:hover {
    background: #eef2f7;
    transition: background 0.2s ease-in-out;
}

.p3d-list-group-item{
	background-color: #D1D1D1;
}

#p3d-model-message{
	color: grey;
}

.p3d-section-description {
    margin: 0;      /* entfernt extra Abstand */
    padding: 0;
    line-height: 0.5; /* Zeilen etwas enger */
}
.p3d-section-description br {
    display: block;  /* sorgt für normalen Zeilenumbruch */
    margin: 0;       /* kein extra Abstand */
}

.p3d-section-description p {
    display: block;  /* sorgt für normalen Zeilenumbruch */
    margin: 0;       /* kein extra Abstand */
}

@media (max-width: 480px) {
    .p3d-stats td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

.wc-gzd-checkout .wc-block-components-order-summary, .wc-gzd-checkout .wc-block-components-order-summary.is-large {
    background-color: #ffffff50;
    padding: 16px;
border-radius: 20px;

}

/* VIERECK um den 3D Druck */
/* Modern Wrapper Box for P3D */
.p3d-wrapper {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    padding: 20px 24px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}

/* Abstand zwischen den Gruppen harmonisieren */
.p3d-wrapper .p3d-info {
    margin-bottom: 18px;
}

.p3d-wrapper .p3d-info:last-child {
    margin-bottom: 0;
}

.wc-block-product-filter-chips__items {
    display: flex;
    justify-content: center;
}
/* ============================= */
/* SmartWerk Mobile Menü Komplett */
/* ============================= */
.wp-block-navigation__responsive-container-content {
    width: 100%;
    height: 100%;
    padding: 1rem;
    gap: 10px; /* deine vorige Einstellung */
}

/* Mobile Off-Canvas: nur 60 % Breite und 70 % Höhe */
.wp-block-navigation__responsive-container.is-menu-open {
    width: 60vw;      /* 60% der Bildschirmbreite */
    height: 70vh;     /* 70% der Bildschirmhöhe */
    max-width: 60vw;
    max-height: 60vh;
    overflow-y: auto; /* damit bei langen Menüs gescrollt werden kann */
}