.ope-price-hint {
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 4px;
}
.ope-price-hint .ope-tax-hint,
.ope-price-hint .ope-shipping-hint {
    margin-right: 5px;
}
.ope-unit-price {
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 2px;
}
.ope-unit-price--cart,
.ope-unit-price--checkout {
    font-size: 0.8em;
}
.ope-small-business-notice {
    margin: 10px 0;
    padding: 8px 12px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em;
    color: #555;
}
.ope-delivery-time {
    display: block;
    margin: 6px 0;
    font-size: 0.9em;
    color: #666;
}
.ope-delivery-time-cart dt,
.ope-delivery-time-checkout dt {
    float: left;
    margin-right: 5px;
    font-weight: 600;
}
.ope-cart-description {
    font-size: 0.85em;
    color: #777;
    margin-top: 4px;
}
.ope-legal-checkboxes {
    margin: 20px 0;
    padding: 15px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.ope-legal-checkboxes .form-row {
    margin-bottom: 10px;
}
.ope-legal-checkboxes a {
    text-decoration: underline;
}
.ope-revocation-info {
    margin: 15px 0;
    padding: 10px 15px;
    background: #eef7ff;
    border: 1px solid #a3d5f7;
    border-radius: 4px;
}
.ope-button-solution-summary {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.ope-food-group h5 {
    margin-top: 10px;
    font-weight: bold;
}
.ope-gpsr-info {
    margin-top: 15px;
    padding: 10px 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 0.9em;
}
.ope-gpsr-info h5 {
    margin-top: 0;
    margin-bottom: 5px;
}
.ope-pv-notice,
.ope-diff-tax-notice,
.ope-used-goods-notice,
.ope-price-hint-info,
.ope-sale-label {
    display: block;
    font-size: 0.85em;
    margin-top: 3px;
}
.ope-msrp-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}
.ope-sepa-mandate-notice {
    margin-top: 10px;
    padding: 8px 12px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.ope-gdpr-checkout-checkbox,
.ope-gdpr-register-checkbox {
    margin: 15px 0;
}
.ope-deposit-hint {
    font-size: 0.85em;
    color: #666;
}
.ope-shipping-tax-hint-checkout {
    margin-top: 5px;
    color: #666;
}
.ope-late-contract-notice {
    margin: 20px 0;
    padding: 15px;
    background: #fff8e5;
    border: 1px solid #ffb900;
    border-radius: 4px;
}
.ope-revocation-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.ope-revocation-form .form-row {
    margin-bottom: 15px;
}
.ope-revocation-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.ope-revocation-form input[type="text"],
.ope-revocation-form input[type="email"],
.ope-revocation-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.ope-revocation-form .ope-submit-btn {
    margin-top: 15px;
}
.ope-revocation-success {
    color: #27AE60;
    font-weight: bold;
}
.ope-revocation-error {
    color: #d63638;
    font-weight: bold;
}

/* OPE Language Menu / Category Menu Shortcode */
.ope-nav-container {
    font-family: inherit;
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}
.ope-nav-container ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ope-desktop-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.ope-desktop-nav > li {
    position: relative;
}
.ope-desktop-nav a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    transition: opacity 0.2s ease, color 0.2s ease;
    background: transparent !important;
    border: none;
}
.ope-desktop-nav a:hover {
    opacity: 0.6;
    text-decoration: underline;
}
.ope-desktop-nav .current-menu-item > a {
    font-weight: 700;
    text-decoration: underline;
}
.ope-desktop-nav .menu-item-has-children > a::after {
    content: " \25BC";
    font-size: 10px;
    margin-left: 6px;
    opacity: 0.5;
}
.ope-desktop-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    z-index: 1000;
    padding: 10px !important;
}
.ope-desktop-nav li:hover > .sub-menu {
    display: block;
}
.ope-desktop-nav .sub-menu li {
    width: 100%;
    margin-bottom: 5px;
}
.ope-desktop-nav .sub-menu li:last-child {
    margin-bottom: 0;
}
.ope-desktop-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.ope-mobile-nav {
    display: none;
}
.ope-mobile-select {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-family: inherit;
    cursor: pointer;
    appearance: auto;
    outline: none;
    max-width: 100%;
}
.ope-mobile-select:focus {
    border-color: #999;
}

@media (max-width: 768px) {
    .ope-desktop-nav {
        display: none !important;
    }
    .ope-mobile-nav {
        display: block;
    }
}

/* OPE Product Filters - Komplett überarbeitet */
.ope-product-filters {
    background: #fff;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 30px;
    font-family: inherit;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    transition: opacity 0.3s ease;
}
.ope-product-filters.ope-loading {
    opacity: 0.6;
    pointer-events: none;
}
.ope-product-filters .ope-filter-group {
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.ope-product-filters .ope-filter-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ope-product-filters .ope-filter-group h4 {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}
.ope-product-filters .ope-filter-list {
    max-height: 240px;
    overflow-y: auto;
    padding-right: 10px;
}
.ope-product-filters .ope-filter-list::-webkit-scrollbar { width: 5px; }
.ope-product-filters .ope-filter-list::-webkit-scrollbar-track { background: #f9f9f9; border-radius: 4px; }
.ope-product-filters .ope-filter-list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
.ope-product-filters .ope-filter-list::-webkit-scrollbar-thumb:hover { background: #bbb; }

.ope-product-filters .ope-filter-list label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    transition: color 0.2s ease;
}
.ope-product-filters .ope-filter-list label:hover {
    color: #000;
}
.ope-product-filters .ope-filter-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-right: 12px;
    display: grid;
    place-content: center;
    transition: all 0.2s ease;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    outline: none;
}
.ope-product-filters .ope-filter-list input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #fff;
    transform-origin: center;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.ope-product-filters .ope-filter-list input[type="checkbox"]:checked {
    background-color: #A45D2E;
    border-color: #A45D2E;
}
.ope-product-filters .ope-filter-list input[type="checkbox"]:checked::before {
    transform: scale(1);
}

/* Dual Range Slider (CSS) */
.ope-range-slider-wrapper {
    position: relative;
    padding: 10px 0 25px 0;
    margin-top: 10px;
}
.ope-range-slider {
    position: relative;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 4px;
}
.ope-range-slider .ope-track {
    position: absolute;
    height: 100%;
    background: #A45D2E;
    border-radius: 4px;
}
.ope-range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 4px;
    top: -2px;
    left: 0;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.ope-range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #A45D2E;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.ope-range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 18px;
    height: 18px;
    background: #A45D2E;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.ope-product-filters .ope-price-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ope-product-filters .ope-price-inputs input[type="number"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
    outline: none;
    transition: border-color 0.2s ease;
}
.ope-product-filters .ope-price-inputs input[type="number"]:focus {
    border-color: #A45D2E;
}
.ope-product-filters .ope-price-inputs span {
    color: #777;
    font-weight: bold;
}
.ope-product-filters .ope-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}
.ope-product-filters .ope-filter-actions button {
    width: 100%;
    padding: 14px;
    background: #B36939;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    letter-spacing: 0.5px;
}
.ope-product-filters .ope-filter-actions button:hover {
    background: #A45D2E;
}
.ope-product-filters .ope-filter-actions .reset-btn {
    width: 100%;
    padding: 12px;
    background: transparent;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
}
.ope-product-filters .ope-filter-actions .reset-btn:hover {
    background: #f9f9f9;
    color: #000;
    border-color: #bbb;
}

/* Quickview Modal */
.ope-qv-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ope-qv-content {
    background: #fff;
    width: 95%;
    max-width: 1100px;
    height: 85vh;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}
.ope-qv-close {
    position: absolute;
    top: 15px; right: 15px;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}
.ope-qv-close:hover {
    color: #d63638;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.ope-qv-body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.ope-qv-loader {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #666;
}

/* Quickview Modal */
.ope-qv-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ope-qv-content {
    background: #fff;
    width: 95%;
    max-width: 1100px;
    height: 85vh;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}
.ope-qv-close {
    position: absolute;
    top: 15px; right: 15px;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}
.ope-qv-close:hover {
    color: #d63638;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.ope-qv-body {
    padding: 30px;
    margin: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.ope-qv-loader {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #666;
}

