#phce-widget {
    margin-top: 15px;
}

#phce-modal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.phce-section {
    margin-bottom: 20px;
}

.phce-price-note {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.phce-summary {
    font-size: 1.1em;
    margin-top: 15px;
    text-align: right;
}

.phce-cart-badge {
    display: block;
    font-size: 0.8em;
    color: #555;
}

/* Styl przycisku (opcjonalnie) */
#phce-entrypoint #phce-open-modal {
    min-width: 180px;
}

.phce-hidden {
    display: none !important;
}

#phce-entrypoint {
    margin-bottom: 1rem;
}

.phce-option {
    display: inline-block;
    margin: 0.5rem;
    text-align: center;
    cursor: pointer;
}

.phce-option input[type="radio"] {
    display: none;
}

.phce-option img.phce-thumb {
    width: 80px;
    height: auto;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

.phce-option input[type="radio"]:checked + img.phce-thumb {
    border-color: #007bff;
}

.phce-select2-option {
    display: flex;
    align-items: center;
}

.phce-select2-thumb {
    width: 100%;
    height: auto;
    margin-right: 8px;
    border-radius: 4px;
    max-width: 450px;
}

/* modal */
.phce-modal .modal-dialog .modal-header h2 {
    float: left;
}
.modal-body .box {
    border: 1px solid #f1f1f1;
    margin: 0 10px;
    padding: 15px;
}
.group-box {
    margin-top: 15px !important
}
.group-box:first-child {
    margin-top: 0;
}
.group-box.box-czcionka .select2-selection {
    height: 73px !important;
}

.group-box.box-ozdobnik .select2-selection {
    height: 125px !important;
}
.group-box.box-ozdobnik .phce-select2-thumb {
    max-width: 185px !important;
}

.product-customization {
    display: none !important;
}
.phce-widget-add-to-cart .product-add-to-cart {
    display: none !important;
}
