.maio-kf{--kf-line:#dedede;--kf-text:#252525;--kf-muted:#777;--kf-accent:#2f1d59;font-family:inherit;color:var(--kf-text);width:100%}.maio-kf,.maio-kf *{box-sizing:border-box}.maio-kf button,.maio-kf input{font:inherit}.maio-kf__toolbar{display:none}.maio-kf__panel{margin:0;padding:0;background:#fff}.maio-kf__group{margin:0;border-bottom:1px solid var(--kf-line)}.maio-kf__group:first-child{border-top:1px solid var(--kf-line)}
.maio-kf__group-toggle{appearance:none!important;-webkit-appearance:none!important;width:100%!important;min-height:44px!important;margin:0!important;padding:0 3px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;color:var(--kf-text)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:8px;font-family:inherit!important;font-size:13px!important;font-weight:500!important;line-height:1.2!important;letter-spacing:.02em!important;text-transform:uppercase;text-align:left!important;cursor:pointer}.maio-kf__group-toggle:hover,.maio-kf__group-toggle:focus{background:transparent!important;color:#000!important;outline:none!important}.maio-kf__group-count{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:50%;background:#f1f1f1;font-size:10px;color:#555}.maio-kf__chevron{width:8px;height:8px;margin-right:4px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.maio-kf__group.is-expanded .maio-kf__chevron{transform:rotate(225deg) translate(-1px,-1px)}
.maio-kf__group-body{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .24s ease,opacity .18s ease}.maio-kf__group-body>*{min-height:0}.maio-kf__group.is-expanded .maio-kf__group-body{grid-template-rows:1fr;opacity:1}.maio-kf__option-scroll{max-height:var(--maio-kf-list-height,240px);overflow-y:auto;overscroll-behavior:contain;padding:4px 6px 12px 1px;scrollbar-width:thin;scrollbar-color:#bdbdbd transparent}.maio-kf__option-scroll::-webkit-scrollbar{width:5px}.maio-kf__option-scroll::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:8px}.maio-kf__option-scroll::-webkit-scrollbar-track{background:transparent}
.maio-kf__option{position:relative;display:grid!important;grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:28px;margin:0!important;padding:4px 0!important;color:#333!important;font-size:12px!important;line-height:1.3!important;cursor:pointer}.maio-kf__option input{position:absolute;opacity:0;pointer-events:none}.maio-kf__box{width:13px;height:13px;border:1px solid #777;background:#fff;display:block;position:relative}.maio-kf__option--radio .maio-kf__box{border-radius:50%}.maio-kf__option input:checked+.maio-kf__box{border-color:#111;background:#111}.maio-kf__option input:checked+.maio-kf__box:after{content:"";position:absolute;left:3px;top:1px;width:4px;height:7px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.maio-kf__option--radio input:checked+.maio-kf__box:after{left:3px;top:3px;width:5px;height:5px;border:0;border-radius:50%;background:#fff;transform:none}.maio-kf__option-name{overflow-wrap:anywhere}.maio-kf__option small{font-size:10px;color:#999;font-weight:400}.maio-kf__option:hover .maio-kf__option-name{color:#000;text-decoration:underline;text-underline-offset:2px}
.maio-kf__price{overflow:hidden;padding:12px 3px 22px}.maio-kf__price-values{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px;color:#333;font-size:12px}.maio-kf__price-values span{min-width:68px;padding:7px 10px;border:1px solid #ddd;background:#fff}.maio-kf__price-values span:last-child{text-align:right}.maio-kf__range-wrap{height:24px;position:relative}.maio-kf__range-track{position:absolute;left:0;right:0;top:10px;height:3px;border-radius:4px;background:linear-gradient(to right,#d7d7d7 0 var(--min-pos,0%),#222 var(--min-pos,0%) var(--max-pos,100%),#d7d7d7 var(--max-pos,100%) 100%)}.maio-kf__range{position:absolute;left:0;top:0;width:100%;height:24px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}.maio-kf__range::-webkit-slider-runnable-track{height:3px;background:transparent}.maio-kf__range::-webkit-slider-thumb{pointer-events:auto;width:16px;height:16px;margin-top:-6.5px;border:1px solid #111;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);-webkit-appearance:none;cursor:grab}.maio-kf__range::-moz-range-track{height:3px;background:transparent}.maio-kf__range::-moz-range-thumb{pointer-events:auto;width:15px;height:15px;border:1px solid #111;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);cursor:grab}.maio-kf__range--min{z-index:2}.maio-kf__range--max{z-index:3}
.maio-kf__actions{display:grid;grid-template-columns:auto minmax(120px,1fr);gap:10px;align-items:center;padding:18px 0}.maio-kf__apply{appearance:none!important;border:0!important;border-radius:0!important;background:#222!important;color:#fff!important;min-height:42px!important;padding:10px 15px!important;font-size:12px!important;font-weight:500!important;text-transform:uppercase;letter-spacing:.03em;cursor:pointer}.maio-kf__apply:hover{background:#000!important}.maio-kf__clear{color:#555!important;font-size:11px;text-decoration:underline;text-underline-offset:3px;text-transform:uppercase}

@media(min-width:768px){.maio-kf__panel{min-width:190px;max-width:100%}.maio-kf__actions{position:sticky;bottom:0;background:#fff;z-index:4}.maio-kf__group.has-selection>.maio-kf__group-toggle{font-weight:650!important}}

@media(max-width:767px){.maio-kf{width:100%;position:relative}.maio-kf__toolbar{display:flex;align-items:center;width:100%;min-height:62px;border-top:1px solid var(--kf-line);border-bottom:1px solid var(--kf-line);background:#fff;position:sticky;top:0;z-index:90}.maio-kf__toggle{appearance:none!important;min-height:62px!important;margin:0!important;padding:0 16px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;color:#333!important;display:flex!important;align-items:center;gap:11px;font-size:15px!important;font-weight:400!important;cursor:pointer}.maio-kf__sliders{width:27px;height:18px;position:relative;background:linear-gradient(currentColor,currentColor) 0 4px/27px 1px no-repeat,linear-gradient(currentColor,currentColor) 0 14px/27px 1px no-repeat}.maio-kf__sliders:before,.maio-kf__sliders:after{content:"";position:absolute;width:6px;height:6px;border:1px solid currentColor;border-radius:50%;background:#fff}.maio-kf__sliders:before{left:6px;top:1px}.maio-kf__sliders:after{right:5px;top:11px}.maio-kf.is-open .maio-kf__sliders{width:18px;height:18px;background:linear-gradient(45deg,transparent 46%,currentColor 47% 53%,transparent 54%),linear-gradient(-45deg,transparent 46%,currentColor 47% 53%,transparent 54%)}.maio-kf.is-open .maio-kf__sliders:before,.maio-kf.is-open .maio-kf__sliders:after{display:none}.maio-kf__badge{min-width:18px;height:18px;padding:0 4px;border-radius:12px;background:#222;color:#fff;font-size:10px;display:grid;place-items:center}.maio-kf__result-count{margin-left:auto;font-size:11px;color:#555;padding:0 8px;white-space:nowrap}.maio-kf__view-icons{display:flex;gap:9px;padding:0 14px 0 5px}.maio-kf__view-icons span{width:18px;height:18px;background:#e3e3e3}.maio-kf__view-icons span:nth-child(2){background:linear-gradient(#e3e3e3 0 0) 0 0/7px 7px no-repeat,linear-gradient(#e3e3e3 0 0) 100% 0/7px 7px no-repeat,linear-gradient(#e3e3e3 0 0) 0 100%/7px 7px no-repeat,linear-gradient(#e3e3e3 0 0) 100% 100%/7px 7px no-repeat}.maio-kf__view-icons span:nth-child(3){background:repeating-linear-gradient(to bottom,#e3e3e3 0 4px,transparent 4px 7px)}.maio-kf__panel{display:none;width:100%;position:relative;z-index:20;background:#fff;border-bottom:1px solid var(--kf-line);padding:0 18px 15px}.maio-kf.is-open .maio-kf__panel{display:block;animation:maioKfDrop .24s ease both}.maio-kf__group-toggle{min-height:55px!important;font-size:14px!important}.maio-kf__option{font-size:13px!important;min-height:32px}.maio-kf__option-scroll{max-height:min(var(--maio-kf-list-height,240px),34vh)}.maio-kf__actions{position:sticky;bottom:0;margin:0 -18px;padding:12px 18px;background:#fff;border-top:1px solid var(--kf-line);z-index:5}.maio-kf__apply{min-height:44px!important}.maio-kf__price{padding-bottom:25px}@keyframes maioKfDrop{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}}

/* v0.3.0: comportamiento responsive tipo Sdely */
@media(max-width:767px){
  .maio-kf__toolbar{
    display:block;
    min-height:48px;
    position:sticky;
    top:0;
    z-index:90;
    border:1px solid var(--kf-line);
    background:#fff;
  }
  .maio-kf__toggle{
    width:100%!important;
    min-height:48px!important;
    justify-content:flex-start!important;
    padding:0 14px!important;
    font-size:13px!important;
    text-transform:none!important;
  }
  .maio-kf__result-count,
  .maio-kf__view-icons{display:none!important}
  .maio-kf__badge{margin-left:auto}
  .maio-kf__panel{
    display:none!important;
    width:100%!important;
    max-width:none!important;
    padding:0 14px 14px!important;
    border-left:1px solid var(--kf-line);
    border-right:1px solid var(--kf-line);
    border-bottom:1px solid var(--kf-line);
  }
  .maio-kf.is-open .maio-kf__panel{display:block!important}
  .maio-kf__group-toggle{min-height:48px!important;font-size:12px!important}
  .maio-kf__option-scroll{max-height:220px!important}
}
