/**handles:fibel-mcu-comparator-style**/
.fibel-mcu-comparator-block{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.05);color:#333;font-family:var(--wp--preset--font-family--inter,"Inter",system-ui,sans-serif);margin-bottom:32px;padding:32px;position:relative}body.is-dark-theme .fibel-mcu-comparator-block{background:#0f172a;box-shadow:0 10px 40px rgba(0,0,0,.4);color:#f8fafc}.fibel-mcu-comparator-block *{box-sizing:border-box}.fibel-mcu-comparator-block .button{background:tomato;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:700;padding:12px 16px;text-align:center;text-decoration:none;transition:background .2s ease,transform .1s ease,box-shadow .2s ease;width:100%}.fibel-mcu-comparator-block .button:hover{background:#e5533d;box-shadow:0 4px 12px rgba(255,99,71,.3);color:#fff;transform:translateY(-2px)}.fibel-mcu-comparator-block .button:active{transform:scale(.98)}.fibel-mcu-comparator-block .mcu-gallery{display:block}.fibel-mcu-comparator-block .mcu-gallery.hidden{display:none}.fibel-mcu-comparator-block .mcu-gallery-heading{color:tomato;font-size:1.8rem;font-weight:800;margin-block:0 24px}.fibel-mcu-comparator-block .mcu-gallery-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.fibel-mcu-comparator-block .mcu-gallery-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;padding:24px;position:relative;transition:transform .2s,box-shadow .2s}body.is-dark-theme .fibel-mcu-comparator-block .mcu-gallery-card{background:#1e293b;border-color:#334155}.fibel-mcu-comparator-block .mcu-gallery-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.08);transform:translateY(-4px)}body.is-dark-theme .fibel-mcu-comparator-block .mcu-gallery-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.3)}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-gallery-card-top{display:flex;justify-content:flex-end;margin-bottom:16px}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-compare-checkbox{align-items:center;background:rgba(0,0,0,.05);border-radius:20px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:6px 12px;transition:background .2s}body.is-dark-theme .fibel-mcu-comparator-block .mcu-gallery-card .mcu-compare-checkbox{background:hsla(0,0%,100%,.05)}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-compare-checkbox:hover{background:rgba(0,0,0,.1)}body.is-dark-theme .fibel-mcu-comparator-block .mcu-gallery-card .mcu-compare-checkbox:hover{background:hsla(0,0%,100%,.1)}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-compare-checkbox input{accent-color:tomato;cursor:pointer;height:16px;width:16px}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-gallery-image-link{display:block;flex-grow:1;text-align:center}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-gallery-img{height:160px;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain;width:100%}body.is-dark-theme .fibel-mcu-comparator-block .mcu-gallery-card .mcu-gallery-img{mix-blend-mode:normal}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-gallery-title{color:inherit;font-size:1.1rem;font-weight:700;margin-bottom:8px;text-align:center}.fibel-mcu-comparator-block .mcu-gallery-card .mcu-gallery-price{color:tomato;font-size:1.25rem;font-weight:800;margin-bottom:20px;text-align:center}.fibel-mcu-comparator-block .mcu-dock{background:#fff;border-top:1px solid #e2e8f0;bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.1);left:0;padding:16px 32px;position:fixed;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:100vw;z-index:9999}body.is-dark-theme .fibel-mcu-comparator-block .mcu-dock{background:#1e293b;border-color:#334155;box-shadow:0 -4px 20px rgba(0,0,0,.4)}.fibel-mcu-comparator-block .mcu-dock.active{transform:translateY(0)}.fibel-mcu-comparator-block .mcu-dock .mcu-dock-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}@media(max-width:600px){.fibel-mcu-comparator-block .mcu-dock .mcu-dock-content{flex-direction:column;gap:16px}}.fibel-mcu-comparator-block .mcu-dock .mcu-dock-thumbnails{display:flex;gap:12px}.fibel-mcu-comparator-block .mcu-dock .mcu-dock-thumb{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;display:flex;height:60px;justify-content:center;position:relative;width:60px}body.is-dark-theme .fibel-mcu-comparator-block .mcu-dock .mcu-dock-thumb{background:#0f172a;border-color:#475569}.fibel-mcu-comparator-block .mcu-dock .mcu-dock-thumb img{max-height:90%;max-width:90%;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain}body.is-dark-theme .fibel-mcu-comparator-block .mcu-dock .mcu-dock-thumb img{mix-blend-mode:normal}.fibel-mcu-comparator-block .mcu-dock .mcu-dock-thumb .mcu-dock-remove{align-items:center;background:tomato;border:none;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;line-height:20px;padding:0;position:absolute;right:-8px;text-align:center;top:-8px;width:20px}.fibel-mcu-comparator-block .mcu-dock .mcu-dock-thumb .mcu-dock-remove:hover{background:#e5533d;transform:scale(1.1)}.fibel-mcu-comparator-block .mcu-dock .mcu-dock-compare-btn{font-size:16px;padding:14px 24px;width:auto}.fibel-mcu-comparator-block .mcu-matrix-view{display:none}.fibel-mcu-comparator-block .mcu-matrix-view.active{display:block}.fibel-mcu-comparator-block .mcu-matrix-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px}@media(max-width:600px){.fibel-mcu-comparator-block .mcu-matrix-header{align-items:flex-start;flex-direction:column-reverse;gap:16px}}.fibel-mcu-comparator-block .mcu-back-btn{background:0 0;border:1px solid #cbd5e1;border-radius:8px;box-shadow:none;color:#0f172a;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s;width:auto}body.is-dark-theme .fibel-mcu-comparator-block .mcu-back-btn{border-color:#475569;color:#f8fafc}.fibel-mcu-comparator-block .mcu-back-btn:hover{background:#f1f5f9;box-shadow:none;color:#0f172a;transform:none}body.is-dark-theme .fibel-mcu-comparator-block .mcu-back-btn:hover{background:#334155;color:#f8fafc}.fibel-mcu-comparator-block .mcu-compare-heading{color:tomato;font-size:1.8rem;font-weight:800;margin:0}.fibel-mcu-comparator-block .mcu-comparator-grid{display:grid;gap:16px}.fibel-mcu-comparator-block .mcu-comparator-grid.cols-1{grid-template-columns:240px repeat(1,1fr)}.fibel-mcu-comparator-block .mcu-comparator-grid.cols-2{grid-template-columns:240px repeat(2,1fr)}.fibel-mcu-comparator-block .mcu-comparator-grid.cols-3{grid-template-columns:240px repeat(3,1fr)}@media(max-width:900px){.fibel-mcu-comparator-block .mcu-comparator-grid.cols-1{grid-template-columns:140px repeat(1,1fr)}.fibel-mcu-comparator-block .mcu-comparator-grid.cols-2{grid-template-columns:140px repeat(2,1fr)}.fibel-mcu-comparator-block .mcu-comparator-grid.cols-3{grid-template-columns:140px repeat(3,1fr)}.fibel-mcu-comparator-block .mcu-comparator-grid{gap:8px}}@media(max-width:768px){.fibel-mcu-comparator-block .mcu-comparator-grid{display:flex;flex-direction:column}}.fibel-mcu-comparator-block .mcu-grid-header-row{display:contents}@media(max-width:768px){.fibel-mcu-comparator-block .mcu-grid-header-row{display:flex;flex-direction:column;gap:16px}}.fibel-mcu-comparator-block .mcu-grid-cell{align-items:center;background:rgba(0,0,0,.02);border-radius:12px;display:flex;flex-direction:column;padding:16px;transition:transform .2s ease}body.is-dark-theme .fibel-mcu-comparator-block .mcu-grid-cell{background:hsla(0,0%,100%,.02)}.fibel-mcu-comparator-block .mcu-grid-corner-cell{align-items:flex-start;background:0 0!important;justify-content:flex-end;padding-bottom:24px;padding-left:0;position:sticky;top:0;z-index:10}.fibel-mcu-comparator-block .mcu-header-card{background:#fff;border:1px solid rgba(0,0,0,.05);position:sticky;top:0;transition:all .3s ease;z-index:10}body.is-dark-theme .fibel-mcu-comparator-block .mcu-header-card{background:#1e293b;border-color:hsla(0,0%,100%,.05)}.fibel-mcu-comparator-block .mcu-card-info{align-items:center;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:space-between;transition:gap .3s ease;width:100%}.fibel-mcu-comparator-block .mcu-image-link{display:block;text-align:center;width:100%}.fibel-mcu-comparator-block .mcu-product-img{margin-bottom:8px;max-height:170px;mix-blend-mode:multiply;-o-object-fit:contain;object-fit:contain;transition:all .3s ease;width:100%}.fibel-mcu-comparator-block .mcu-product-img:hover{transform:scale(1.05)}body.is-dark-theme .fibel-mcu-comparator-block .mcu-product-img{mix-blend-mode:normal}.fibel-mcu-comparator-block .mcu-comparator-grid.is-stuck .mcu-product-img{height:90px;margin-bottom:4px}.fibel-mcu-comparator-block .mcu-comparator-grid.is-stuck .mcu-product-title{font-size:.9rem}.fibel-mcu-comparator-block .mcu-comparator-grid.is-stuck .mcu-header-card{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);padding:12px}.fibel-mcu-comparator-block .mcu-comparator-grid.is-stuck .mcu-card-info{gap:6px}.fibel-mcu-comparator-block .mcu-comparator-grid.is-stuck .mcu-add-to-cart-btn,.fibel-mcu-comparator-block .mcu-comparator-grid.is-stuck .mcu-product-price{display:none}.fibel-mcu-comparator-block .mcu-product-title{font-size:1.15rem;font-weight:700;line-height:1.3;margin:0;text-align:center;transition:font-size .3s ease}.fibel-mcu-comparator-block .mcu-product-price{color:tomato;font-size:1.3rem;font-weight:800}.fibel-mcu-comparator-block .mcu-grid-group-row{background:#f1f5f9;border-radius:8px;grid-column:1/-1;margin-bottom:8px;margin-top:24px;padding:12px 16px}body.is-dark-theme .fibel-mcu-comparator-block .mcu-grid-group-row{background:#1e293b}@media(max-width:768px){.fibel-mcu-comparator-block .mcu-grid-group-row{display:none}}.fibel-mcu-comparator-block .mcu-grid-group-label{color:#475569;font-size:1.15rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase}body.is-dark-theme .fibel-mcu-comparator-block .mcu-grid-group-label{color:#cbd5e1}.fibel-mcu-comparator-block .mcu-grid-spec-row{display:contents}@media(max-width:768px){.fibel-mcu-comparator-block .mcu-grid-spec-row{display:none}}.fibel-mcu-comparator-block .mcu-grid-spec-label{align-items:center;border-bottom:1px solid rgba(0,0,0,.05);display:flex;font-size:15px;font-weight:600;padding:16px 16px 16px 0}body.is-dark-theme .fibel-mcu-comparator-block .mcu-grid-spec-label{border-color:hsla(0,0%,100%,.05);color:#94a3b8}.fibel-mcu-comparator-block .mcu-grid-spec-value{align-items:center;border-bottom:1px solid rgba(0,0,0,.05);border-radius:8px;display:flex;font-size:15px;justify-content:center;margin:2px 0;padding:16px;text-align:center;transition:all .3s ease}body.is-dark-theme .fibel-mcu-comparator-block .mcu-grid-spec-value{border-color:hsla(0,0%,100%,.05)}.fibel-mcu-comparator-block .mcu-grid-spec-value.is-winner{background:rgba(255,99,71,.1);box-shadow:inset 0 0 0 1px rgba(255,99,71,.4);color:#ff3814;font-weight:800}body.is-dark-theme .fibel-mcu-comparator-block .mcu-grid-spec-value.is-winner{background:rgba(255,99,71,.15);box-shadow:inset 0 0 0 1px rgba(255,99,71,.3);color:#ffa494}.fibel-mcu-comparator-block .mcu-grid-spec-value.is-winner:before{color:tomato;content:"★";font-size:16px;margin-right:6px}