.mxentretoise-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    background: #fff;
    color: #222 !important;
}
.mxentretoise-block * {
    color: #222 !important;
}
.mxentretoise-block .mxe-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 4px;
}
.mxentretoise-block .mxe-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.mxentretoise-block .mxe-select {
    width: 100%;
    padding: 6px 8px;
    box-sizing: border-box;
}
.mxentretoise-block .mxe-dropdown-wrap {
    position: relative;
}
.mxentretoise-block .mxe-dropdown-trigger {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    min-height: 34px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    user-select: none;
}
.mxentretoise-block .mxe-dropdown-wrap.mxe-dropdown-disabled .mxe-dropdown-trigger {
    background: #f0f0f0;
    color: #999 !important;
    cursor: not-allowed;
}
.mxentretoise-block .mxe-dropdown-trigger:focus {
    outline: 2px solid #2f83a8;
    outline-offset: 1px;
}
.mxentretoise-block .mxe-dropdown-list {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 0 2px;
    padding: 0;
    list-style: none;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
}
.mxentretoise-block .mxe-dropdown-list.mxe-dropdown-open {
    display: block;
}
.mxentretoise-block .mxe-dropdown-search {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 6px;
    border-bottom: 1px solid #eee;
}
.mxentretoise-block .mxe-dropdown-search input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.mxentretoise-block .mxe-dropdown-list li.mxe-dropdown-item {
    padding: 6px 8px;
    cursor: pointer;
    background: #f7f7f7;
    border-bottom: 1px solid #ececec;
}
.mxentretoise-block .mxe-dropdown-list li.mxe-dropdown-item:last-child {
    border-bottom: none;
}
.mxentretoise-block .mxe-dropdown-list li.mxe-dropdown-item:hover {
    background: #e3f0f6;
}
.mxentretoise-block .mxe-spacer-result {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 0.9em;
}
.mxentretoise-block .mxe-required-error {
    color: #d9534f !important;
    font-size: 0.85em;
    font-weight: 600;
}
[data-cy="cart-button"].mxe-disabled,
[data-cy="cart-button"][disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.mxentretoise-checkbox-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0;
    max-width: 320px;
}
.mxentretoise-checkbox-block .mxe-checkbox-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    color: #222;
    width: 100%;
    box-sizing: border-box;
}
.mxentretoise-checkbox-block .mxe-checkbox-image-wrap {
    position: relative;
    display: inline-block;
}
.mxentretoise-checkbox-block .mxe-checkbox-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
    cursor: zoom-in;
    transition: transform 0.15s ease;
}
.mxentretoise-checkbox-block .mxe-checkbox-zoom-hint {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    padding: 2px;
    pointer-events: none;
}
@media (hover: hover) {
    .mxentretoise-checkbox-block .mxe-checkbox-image-wrap:hover .mxe-checkbox-image {
        transform: scale(4);
        position: relative;
        z-index: 20;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }
}
.mxe-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
.mxe-lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.mxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 24px;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.mxentretoise-checkbox-block .mxe-checkbox-label {
    flex: 1;
}
.mxentretoise-checkbox-block .mxe-checkbox-price {
    font-weight: 600;
}
