.fu-collection-grid{--fu-green: #c1cd22;--fu-black: #221e1e;--fu-white: #ffffff;--fu-gray: #f5f5f5;--fu-gray-strong: #e6e6e6;--fu-text: #2b2b2b;--fu-subtext: #6a6a6a;--fu-radius: 12px;--fu-shadow: 0 12px 32px rgba(0, 0, 0, .08);--fu-gap: 24px}.fu-collection-grid__wrapper{background:var(--fu-background, transparent)}.fu-collection-grid__inner{max-width:1440px;margin:0 auto;padding:0 24px 48px}@media(max-width:749px){.fu-collection-grid__inner{padding:0 16px 32px}}.fu-collection-grid__header{margin-bottom:20px}.fu-collection-grid__title{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.01em;color:var(--fu-black);margin:0}.fu-collection-grid__intro{max-width:860px;margin-top:10px;color:var(--fu-subtext);font-size:16px;line-height:1.6}.fu-collection-grid__toolbar{margin-bottom:24px}.fu-collection-grid__filters{width:100%}@media(min-width:990px){.fu-collection-grid__toolbar{margin-bottom:28px}.fu-collection-grid__filters{max-width:1280px;margin:0 auto}.fu-collection-grid__filters .facets__form{display:grid;grid-template-columns:1fr max-content max-content;align-items:center;gap:10px 16px;background:var(--fu-white);border:1px solid var(--fu-gray-strong);border-radius:16px;padding:12px 16px;box-shadow:0 10px 24px #0000000a}.fu-collection-grid__filters .facets__wrapper{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:1 1 auto}.fu-collection-grid__filters .facets__heading{margin:0 8px 0 0;font-size:14px;font-weight:700;color:var(--fu-subtext);flex:0 0 auto}.fu-collection-grid__filters .facet-filters,.fu-collection-grid__filters .product-count{margin-left:0;display:flex;align-items:center;gap:10px}.fu-collection-grid__filters .product-count__text{margin:0;font-size:14px;color:var(--fu-subtext)}.fu-collection-grid__filters .facets__form .facets__wrapper{grid-column:1}.fu-collection-grid__filters .facets__form .facet-filters{grid-column:2;justify-self:end}.fu-collection-grid__filters .facets__form .product-count{grid-column:3;justify-self:end}.fu-collection-grid__filters details{position:relative}.fu-collection-grid__filters details.disclosure{display:inline-block}.fu-collection-grid__filters details[open]{z-index:5}.fu-collection-grid__filters details summary::-webkit-details-marker{display:none}.fu-collection-grid__filters .facets__summary{background:var(--fu-white);border:1px solid var(--fu-gray-strong);padding:10px 16px;border-radius:999px;box-shadow:0 8px 18px #0000000d;color:var(--fu-black);display:inline-flex;align-items:center;gap:10px;min-height:38px;min-width:fit-content;font-size:14px;text-decoration:none;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease}.fu-collection-grid__filters .facets__summary:hover,.fu-collection-grid__filters details[open]>.facets__summary{border-color:var(--fu-green);box-shadow:0 12px 26px #c1cd2240;background:#f7fadf;color:var(--fu-black)}.fu-collection-grid__filters .facets__summary:focus-visible{outline:2px solid var(--fu-black);outline-offset:2px}.fu-collection-grid__filters .facets__summary .facets__selected,.fu-collection-grid__filters .facets__summary .facets__selected strong{color:var(--fu-black);text-decoration:none}.fu-collection-grid__filters .facets__disclosure{margin-right:0}.fu-collection-grid__filters .facets__display{position:absolute;top:calc(100% + 6px);left:0;min-width:max(230px,100%);border:1px solid var(--fu-gray-strong);border-radius:14px;padding:12px 14px 14px;background:var(--fu-white);max-height:340px;overflow:auto;box-shadow:0 16px 32px #00000014}.fu-collection-grid__filters .disclosure__list-wrapper{overflow:visible}.fu-collection-grid__filters .facets__list{gap:8px}.fu-collection-grid__filters .facet-checkbox{display:flex;align-items:center;gap:10px;border-radius:10px;padding:8px 10px;border:1px solid transparent;transition:border-color .12s ease,background-color .12s ease}.fu-collection-grid__filters .facet-checkbox:hover{border-color:var(--fu-gray-strong);background:#fafafa}.fu-collection-grid__filters .facet-checkbox input[type=checkbox],.fu-collection-grid__filters .facet-checkbox input[type=radio]{accent-color:var(--fu-green);width:16px;height:16px;margin-top:0}.fu-collection-grid__filters .facets__reset,.fu-collection-grid__filters .facets__selected,.fu-collection-grid__filters .facets__and-helptext{color:var(--fu-subtext)}.fu-collection-grid__filters .select__select{border-radius:999px;border:1px solid var(--fu-gray-strong);padding:10px 14px}.fu-collection-grid__filters .facet-filters__sort .svg-wrapper,.fu-collection-grid__filters .facets__summary svg{color:var(--fu-black)}.fu-collection-grid__filters .facets__summary:hover svg,.fu-collection-grid__filters details[open] .facets__summary svg{color:var(--fu-green)}.fu-collection-grid__filters .facet-filters__field{display:flex;align-items:center;gap:10px}.fu-collection-grid__filters .facet-filters__label{margin:0;color:var(--fu-subtext)}}@media(max-width:989px){.fu-collection-grid__filters{max-width:none}.fu-collection-grid__filters .facets__form{background:transparent;border:none;box-shadow:none;padding:0}}.fu-collection-grid__grid{display:grid;gap:var(--fu-gap)}.fu-collection-grid__grid[data-desktop="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.fu-collection-grid__grid[data-desktop="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:989px){.fu-collection-grid__grid[data-desktop]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.fu-collection-grid__grid[data-desktop]{gap:16px}}.fu-collection-grid__card{background:var(--fu-white);border-radius:var(--fu-radius);height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.fu-collection-grid__card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0000001f}.fu-card--shadow{box-shadow:var(--fu-shadow)}.fu-card--border{border-color:var(--fu-gray-strong)}.fu-card--plain{border-color:transparent}.fu-card__media{position:relative;overflow:hidden}.fu-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.fu-collection-grid__card:hover .fu-card__media img:first-child{transform:scale(1.05)}.fu-card__secondary-image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease}.fu-collection-grid__card:hover .fu-card__secondary-image{opacity:1}.fu-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap;z-index:2}.fu-card__badge{background:#221e1ed6;color:var(--fu-white);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;letter-spacing:.01em}.fu-card__fuel-chip{position:absolute;right:12px;top:12px;background:var(--fu-white);color:var(--fu-black);border-radius:999px;padding:6px 10px;border:1px solid var(--fu-gray-strong);font-size:12px;font-weight:600}.fu-card__content{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column;gap:6px}.fu-card__brand{color:var(--fu-subtext);font-size:13px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.fu-card__title{margin:0;font-size:18px;font-weight:700;color:var(--fu-black)}.fu-card__title a{color:inherit;text-decoration:none}.fu-card__series,.fu-card__spec{color:var(--fu-subtext);font-size:14px;line-height:1.4}.fu-card__spec{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fu-card__meta-pills{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 6px}.fu-card__pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#f8f8f8;border:1px solid #e6e6e6;color:var(--fu-black);font-size:13px;line-height:1.3;white-space:nowrap}.fu-card__pill-label{font-weight:700}.fu-card__pill-value{color:var(--fu-subtext)}.fu-card__meta-list{display:grid;gap:6px;margin:4px 0}.fu-card__meta-item{display:flex;gap:6px;align-items:baseline;font-size:14px;color:var(--fu-subtext)}.fu-card__meta-label{font-weight:700;color:var(--fu-black)}.fu-card__meta-value{color:var(--fu-subtext)}.fu-card__cta-area{margin-top:auto;display:grid;gap:6px;align-items:end}.fu-card__meta-line{font-size:14px;color:var(--fu-subtext)}.fu-card__price{font-size:16px;font-weight:700;color:var(--fu-black)}.fu-card__buttons{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.fu-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 14px;border-radius:10px;font-weight:700;font-size:14px;line-height:1.1;text-decoration:none;border:1px solid transparent;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.fu-card__btn--primary{background:var(--fu-green);color:#0f0f0f;box-shadow:0 6px 18px #c1cd2259}.fu-card__btn--primary:hover{background:#d8e232;box-shadow:0 10px 24px #c1cd2273}.fu-card__btn--ghost{background:transparent;border-color:var(--fu-gray-strong);color:var(--fu-black)}.fu-card__btn--ghost:hover{border-color:var(--fu-black)}.fu-card__microtext{font-size:12px;color:var(--fu-subtext)}.fu-card__availability{display:inline-flex;gap:6px;align-items:center;background:#f0f3d6;color:#556016;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:700}.fu-card__availability--muted{background:#f6f6f6;color:#6a6a6a}.fu-card__price-row{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}.fu-card__strikethrough{text-decoration:line-through;color:var(--fu-subtext);font-size:14px}.fu-grid__empty{padding:40px 0;text-align:center;color:var(--fu-subtext)}.fu-card__top-area{position:relative}.fu-card__image-ratio-square{aspect-ratio:1 / 1}.fu-card__image-ratio-portrait{aspect-ratio:3 / 4}.fu-card__image-ratio-four-three{aspect-ratio:4 / 3}.fu-collection-grid__filters .facets__summary{border-radius:999px}.fu-collection-grid__filters .facets__disclosure,.fu-collection-grid__filters .facets__display,.fu-collection-grid__filters .facets__drawer{border-radius:14px}.fu-collection-grid__filters .facets__button{border-radius:999px}@media(max-width:749px){.fu-card__brand{font-size:12px}.fu-card__title{font-size:16px}.fu-card__series,.fu-card__spec{font-size:13px}}.fu-collection-grid__filters .facets__form,.fu-collection-grid__filters .facets__wrapper{align-items:center}.fu-collection-grid__filters .facets__summary{display:inline-flex;align-items:center;gap:6px;line-height:1}.fu-collection-grid__filters .active-facets{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.fu-collection-grid__filters .active-facets__button,.fu-collection-grid__filters .active-facets__clear{display:inline-flex;align-items:center;line-height:1}.fu-collection-grid__filters .facets__display{box-sizing:border-box}.fu-collection-grid__filters .facets__list{margin:0;padding:0}.fu-collection-grid__filters .facets__item{margin:0 0 10px}.fu-collection-grid__filters .facets__item:last-child{margin-bottom:0}.fu-collection-grid__filters .facet-checkbox{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;box-sizing:border-box;cursor:pointer}.fu-collection-grid__filters .facet-checkbox input[type=checkbox],.fu-collection-grid__filters .facet-checkbox input[type=radio]{margin:0!important;flex:0 0 auto;align-self:center;vertical-align:middle;transform:translateY(1px)}.fu-collection-grid__filters .facet-checkbox__text,.fu-collection-grid__filters .facet-checkbox__label,.fu-collection-grid__filters .facet-checkbox span{text-decoration:none;margin:0}.fu-collection-grid__filters .facets__display .facets__list{display:flex!important;flex-direction:column!important;gap:8px!important}.fu-collection-grid__filters .facets__display .facet-checkbox{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;padding:8px 10px!important;border-radius:10px!important;border:1px solid var(--fu-gray-strong)!important;background:var(--fu-white)!important;box-sizing:border-box!important}.fu-collection-grid__filters .facets__display .facet-checkbox__text,.fu-collection-grid__filters .facets__display .facet-checkbox__label,.fu-collection-grid__filters .facets__display .facets__label,.fu-collection-grid__filters .facets__display .facet-checkbox>span{flex:1 1 auto!important;display:flex!important;align-items:center!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;text-decoration:none!important;min-height:0!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox],.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]{margin:0!important;flex:0 0 auto!important;align-self:center!important;vertical-align:middle!important;transform:translateY(0)!important}.fu-collection-grid__filters .facets__display .facet-checkbox:hover{background:#fafafa!important;border-color:var(--fu-gray-strong)!important}.fu-collection-grid__filters .facets__display{padding:10px 12px 12px!important;border-radius:14px!important}.fu-collection-grid__filters .facets__display .facets__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:4px 2px 10px!important;margin:0 0 10px!important;border-bottom:1px solid var(--fu-gray-strong)!important}.fu-collection-grid__filters .facets__display .facets__selected{font-size:13px!important;color:var(--fu-subtext)!important}.fu-collection-grid__filters .facets__display .facets__reset{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 10px!important;border-radius:999px!important;border:1px solid var(--fu-gray-strong)!important;background:#fff!important;color:var(--fu-black)!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 6px 14px #0000000d!important}.fu-collection-grid__filters .facets__display .facets__reset:hover{border-color:var(--fu-green)!important;background:#f7fadf!important;box-shadow:0 10px 22px #c1cd2233!important}.fu-collection-grid__filters .facets__display .facets__list{display:flex!important;flex-direction:column!important;gap:10px!important;padding:0!important;margin:0!important}.fu-collection-grid__filters .facets__display .facets__item{margin:0!important;list-style:none!important}.fu-collection-grid__filters .facets__display .facet-checkbox{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;padding:11px 12px!important;border-radius:14px!important;border:1px solid rgba(34,30,30,.1)!important;background:#fff!important;box-shadow:0 10px 22px #0000000f!important;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease!important;text-decoration:none!important;cursor:pointer!important;box-sizing:border-box!important}.fu-collection-grid__filters .facets__display .facet-checkbox:hover{transform:translateY(-1px)!important;border-color:#c1cd228c!important;background:#fbfdf0!important;box-shadow:0 14px 28px #00000014!important}.fu-collection-grid__filters .facets__display .facet-checkbox:active{transform:translateY(0)!important}.fu-collection-grid__filters .facets__display .facet-checkbox,.fu-collection-grid__filters .facets__display .facet-checkbox *{text-decoration:none!important}.fu-collection-grid__filters .facets__display .facet-checkbox .icon-checkmark,.fu-collection-grid__filters .facets__display .facet-checkbox svg.icon-checkmark{display:none!important}.fu-collection-grid__filters .facets__display .facet-checkbox__text,.fu-collection-grid__filters .facets__display .facet-checkbox__label,.fu-collection-grid__filters .facets__display .facets__label,.fu-collection-grid__filters .facets__display .facet-checkbox>span{flex:1 1 auto!important;display:flex!important;align-items:center!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--fu-black)!important;font-size:14px!important;font-weight:650!important;line-height:1.25!important}.fu-collection-grid__filters .facets__display .facet-checkbox__count,.fu-collection-grid__filters .facets__display .count{margin-left:auto!important;font-size:12px!important;font-weight:800!important;color:var(--fu-subtext)!important;background:#f5f5f5!important;border:1px solid var(--fu-gray-strong)!important;padding:4px 8px!important;border-radius:999px!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox],.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]{appearance:none!important;-webkit-appearance:none!important;width:18px!important;height:18px!important;margin:0!important;border-radius:5px!important;border:1.5px solid rgba(34,30,30,.25)!important;background:#fff!important;display:grid!important;place-items:center!important;box-shadow:inset 0 0 0 1px #ffffffb3!important;flex:0 0 auto!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox]:after,.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]:after{content:""!important;width:9px!important;height:6px!important;border-left:2px solid #0f0f0f!important;border-bottom:2px solid #0f0f0f!important;transform:rotate(-45deg) scale(0)!important;transition:transform .12s ease!important;margin-top:-1px!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox]:checked,.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]:checked{background:var(--fu-green)!important;border-color:var(--fu-green)!important;box-shadow:0 8px 18px #c1cd2247!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox]:checked:after,.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]:checked:after{transform:rotate(-45deg) scale(1)!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox]:focus-visible,.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]:focus-visible{outline:2px solid var(--fu-black)!important;outline-offset:2px!important}.fu-collection-grid__filters .facets__display .facet-checkbox.is-active,.fu-collection-grid__filters .facets__display .facet-checkbox[aria-current=true]{border-color:var(--fu-green)!important;background:#f7fadf!important}.fu-collection-grid__filters .facets__display .facet-checkbox{position:relative!important}.fu-collection-grid__filters .facets__display .facet-checkbox:before,.fu-collection-grid__filters .facets__display .facet-checkbox:after,.fu-collection-grid__filters .facets__display .facet-checkbox__text:before,.fu-collection-grid__filters .facets__display .facet-checkbox__text:after,.fu-collection-grid__filters .facets__display .facet-checkbox>span:before,.fu-collection-grid__filters .facets__display .facet-checkbox>span:after,.fu-collection-grid__filters .facets__display .facets__label:before,.fu-collection-grid__filters .facets__display .facets__label:after{content:none!important;display:none!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox],.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]{position:static!important;opacity:1!important;width:18px!important;height:18px!important}.fu-collection-grid__filters .facets__display .facet-checkbox__text,.fu-collection-grid__filters .facets__display .facet-checkbox__label,.fu-collection-grid__filters .facets__display .facets__label,.fu-collection-grid__filters .facets__display .facet-checkbox>span{padding-left:0!important;margin-left:0!important}.fu-collection-grid__filters .facets__display .facet-checkbox .svg-wrapper,.fu-collection-grid__filters .facets__display .facet-checkbox svg,.fu-collection-grid__filters .facets__display .facet-checkbox .icon,.fu-collection-grid__filters .facets__display .facet-checkbox .icon-checkmark,.fu-collection-grid__filters .facets__display .facet-checkbox [class*=checkmark],.fu-collection-grid__filters .facets__display .facet-checkbox [class*=checkbox-icon]{display:none!important}.fu-collection-grid__filters .facets__display .facet-checkbox{position:relative!important;gap:12px!important;padding-right:58px!important}.fu-collection-grid__filters .facets__display .facet-checkbox__text,.fu-collection-grid__filters .facets__display .facet-checkbox__label,.fu-collection-grid__filters .facets__display .facets__label,.fu-collection-grid__filters .facets__display .facet-checkbox>span{display:block!important;word-break:normal!important;overflow-wrap:break-word!important}.fu-collection-grid__filters .facets__display .facet-checkbox__count,.fu-collection-grid__filters .facets__display .count{position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;white-space:nowrap!important;font-size:12px!important;font-weight:800!important;color:var(--fu-subtext)!important;background:#f5f5f5!important;border:1px solid var(--fu-gray-strong)!important;padding:4px 8px!important;border-radius:999px!important}.fu-collection-grid__filters .facets__summary{display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;line-height:1!important}.fu-collection-grid__filters .facets__summary>div{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;min-width:0!important}.fu-collection-grid__filters .facets__summary>div>span{display:inline-flex!important;align-items:center!important;line-height:1!important}.fu-collection-grid__filters .facets__summary .facets__selected{font-size:12px!important;font-weight:800!important;color:var(--fu-subtext)!important;background:#f5f5f5!important;border:1px solid var(--fu-gray-strong)!important;padding:4px 8px!important;border-radius:999px!important}.fu-collection-grid__filters .facets__summary .svg-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}.fu-collection-grid__filters .facets__summary svg{display:block!important;width:14px!important;height:14px!important;transform:translateY(0)!important}.fu-collection-grid__filters .facets__display .facet-checkbox{align-items:flex-start!important}.fu-collection-grid__filters .facets__summary:hover .facets__summary-label{text-decoration:none!important}.fu-collection-grid__filters .facets__summary{min-height:40px!important;padding:10px 16px!important;line-height:1!important}.fu-collection-grid__filters .facets__summary .icon-caret,.fu-collection-grid__filters .facets__summary svg.icon-caret{transform:translateY(1px)!important}.fu-collection-grid__filters .facets__display .facet-checkbox{padding-right:12px!important;align-items:flex-start!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox],.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]{margin-top:2px!important}.fu-collection-grid__filters .facets__display .facet-checkbox__text{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;width:100%!important;min-width:0!important}.fu-collection-grid__filters .facets__display .facet-checkbox__text-label{flex:1 1 auto!important;min-width:0!important}.fu-collection-grid__filters .facets__display .facet-checkbox__text-count,.fu-collection-grid__filters .facets__display .facet-checkbox__count,.fu-collection-grid__filters .facets__display .facet-checkbox__text-label+span{flex:0 0 auto!important;white-space:nowrap!important;margin-left:auto!important;font-size:12px!important;font-weight:800!important;color:var(--fu-subtext)!important;background:#f5f5f5!important;border:1px solid var(--fu-gray-strong)!important;padding:4px 8px!important;border-radius:999px!important}.fu-collection-grid__filters .facets__display .facet-checkbox{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:12px!important;padding:10px 12px!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox],.fu-collection-grid__filters .facets__display .facet-checkbox input[type=radio]{position:static!important;appearance:none!important;-webkit-appearance:none!important;flex:0 0 18px!important;width:18px!important;height:18px!important;margin:0!important;transform:translateY(0)!important;border:1.5px solid rgba(34,30,30,.25)!important;border-radius:4px!important;background-color:#fff!important}.fu-collection-grid__filters .facets__display .facet-checkbox input[type=checkbox]:checked{background-color:var(--fu-green)!important;border-color:var(--fu-green)!important;box-shadow:inset 0 0 0 3px #fff!important}.fu-collection-grid__filters .facets__display .facet-checkbox>span,.fu-collection-grid__filters .facets__display .facet-checkbox__text{display:block!important;flex:1 1 auto!important;width:auto!important;margin:0!important;padding:0!important;line-height:1.3!important;font-weight:600!important}.fu-collection-grid__filters .facets__display .facet-checkbox>svg{display:none!important}.fu-collection-grid__filters .facets__form{align-items:center!important}.fu-collection-grid__filters .facets__summary{display:inline-flex!important;align-items:center!important;vertical-align:middle!important;justify-content:space-between!important;min-height:42px!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important}.fu-collection-grid__filters .facets__summary .icon-caret{position:static!important;margin-left:8px!important;height:10px!important;width:10px!important;flex:0 0 auto!important}.fu-collection-grid__filters .facets__summary>span{display:inline-block!important;line-height:1!important;margin-top:2px!important}
/*# sourceMappingURL=/cdn/shop/t/25/assets/sol-fu-collection-product-grid.css.map */
