.ug-facets,.ug-facets-controls,.ug-facets-mobile-bar{--ug-filter-primary: #007934;--ug-filter-text: #333333;--ug-filter-title: var(--color-foreground, #000000);--ug-filter-border: rgba(13, 13, 13, .2);--ug-filter-divider: #e7e7e7;--ug-filter-drawer-bg: #f3f4f6;--ug-filter-input-border: #cfd3d8;--ug-filter-muted: #62676e;--ug-filter-icon: currentColor}.ug-facets .facets__summary,.ug-facets-controls .ug-sorting-filter__summary,.ug-facets-mobile-bar .ug-sorting-filter__summary,.ug-facets .facets__summary *,.ug-facets-controls .ug-sorting-filter__summary *,.ug-facets-mobile-bar .ug-sorting-filter__summary *{-webkit-user-select:none;user-select:none}@media(hover:hover)and (pointer:fine){.ug-facets .facets__filters-wrapper:hover .facets__summary{opacity:1}}.ug-facets .facets__filters-wrapper:has(.facets__panel[open]) .facets__summary{opacity:1}.ug-facets{--ug-filter-item-gap: 20px;--ug-filter-panel-gap: 16px}.ug-facets.facets--drawer{--ug-filter-item-gap: 16px;--ug-filter-panel-gap: 12px}.ug-facets .facets__filters-wrapper{display:flex;flex-direction:column}.ug-facets.facets--vertical:not(.facets--drawer) .facets__filters-wrapper{padding-bottom:24px}.ug-facets .facets__filters-wrapper>:is(accordion-custom,.facets__item){display:block;padding-bottom:var(--ug-filter-item-gap);border-bottom:1px solid var(--ug-filter-divider)}.ug-facets .facets__filters-wrapper>:is(accordion-custom,.facets__item)+:is(accordion-custom,.facets__item){padding-top:var(--ug-filter-item-gap)}.ug-facets .facets__filters-wrapper>:is(accordion-custom,.facets__item):last-child{padding-bottom:0;border-bottom:none}.ug-facets :is(.facets__item,.facets__item--price,.facets__item--price-static):after,.ug-facets .facets__filters-wrapper>accordion-custom:after{content:none!important;display:none!important}.ug-facets.facets--vertical .facets__item:before{content:none!important;display:none!important}.ug-facets accordion-custom details::details-content,.ug-facets accordion-custom details .details-content{block-size:auto!important;height:auto!important;overflow:visible!important;opacity:1!important;transition:none!important;content-visibility:visible!important;interpolate-size:auto}.ug-facets accordion-custom details:not([open])::details-content,.ug-facets accordion-custom details:not([open]) .details-content{display:none!important;block-size:0!important;height:0!important;opacity:0!important;overflow:hidden!important}.ug-facets .facets__panel{padding:0}.ug-facets .facets__summary{font-size:16px;font-weight:600;line-height:1.5;color:var(--ug-filter-title);padding:0;margin:0;list-style:none;cursor:pointer;align-items:center;display:flex;justify-content:space-between}.ug-facets .facets__label{font-size:16px;font-weight:600;line-height:1.5;color:var(--ug-filter-title)}.ug-facets .facets__status-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;margin-inline-start:auto}.ug-facets .facets__summary .icon-caret.facets__toggle-icon,.ug-facets summary .facets__toggle-icon.svg-wrapper{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;min-height:28px;margin:0;flex-shrink:0;color:var(--ug-filter-title)}.ug-facets.facets--drawer .facets__status-wrapper,.ug-facets.facets--drawer .facets__summary .icon-caret.facets__toggle-icon,.ug-facets.facets--drawer summary .facets__toggle-icon.svg-wrapper{width:32px;height:32px;min-width:32px;min-height:32px}.ug-facets .facets__toggle-icon svg{width:14px;height:14px;display:block;transition:transform var(--animation-speed, .2s) var(--animation-easing, ease)}.ug-facets details:not([open])>summary .facets__toggle-icon svg{transform:rotate(0)}.ug-facets details[open]>summary .facets__toggle-icon svg{transform:rotate(180deg)}.ug-facets .facets__panel-content,.ug-facets .facets__inputs.facets__panel-content{padding-top:var(--ug-filter-panel-gap);padding-bottom:0}.ug-facets.facets--vertical .facets__inputs:not(:has(.show-more)),.ug-facets.facets--drawer .facets__inputs:not(:has(.show-more)){padding-block-end:0}.ug-facets .facets__inputs-wrapper{margin-block:0}.ug-facets .facets__inputs-list{display:flex;flex-direction:column;gap:12px}.ug-facets.facets--drawer .facets__inputs-list{gap:16px}.ug-facets .checkbox{--checkbox-size: 16px;--checkbox-border-radius: 0;--checkbox-label-padding: 8px;--checkbox-path-opacity: 0;gap:0;align-items:center}.ug-facets .checkbox:has(.checkbox__input:checked){--checkbox-path-opacity: 1}.ug-facets.facets--drawer .checkbox{--checkbox-size: 20px;--checkbox-label-padding: 14px}.ug-facets .checkbox__label{min-width:0;align-items:center}.ug-facets .checkbox .icon-checkmark{width:var(--checkbox-size);height:var(--checkbox-size);min-width:var(--checkbox-size);border:1px solid var(--ug-filter-border);border-radius:0;background:#fff;transition:border-color .2s ease,background-color .2s ease}.ug-facets .checkbox__input:checked+.checkbox__label .icon-checkmark{background-color:#fff!important;border-color:var(--ug-filter-text)!important}.ug-facets .checkbox__input:checked+.checkbox__label .icon-checkmark path{stroke:var(--ug-filter-text)!important;opacity:1!important}.ug-facets .checkbox__label-text{font-size:14px;font-weight:400;line-height:1.5;color:var(--ug-filter-text);padding-inline-start:var(--checkbox-label-padding);transition:color .2s ease,font-weight .2s ease}.ug-facets .checkbox__input:checked+.checkbox__label .checkbox__label-text{color:var(--ug-filter-primary);font-weight:600}.ug-facets .checkbox__input:disabled+.checkbox__label .checkbox__label-text{opacity:.4}@media(hover:none),(pointer:coarse){.ug-facets.facets--drawer .facets__inputs-list-item:hover,.ug-facets.facets--drawer .facets__inputs-list-item:hover .checkbox,.ug-facets.facets--drawer .facets__inputs-list-item:hover .checkbox__label,.ug-facets.facets--drawer .facets__inputs-list-item:hover .checkbox__label-text,.ug-facets.facets--drawer .facets__inputs-list-item input:hover{background:transparent!important;background-color:transparent!important;font-weight:400!important;color:var(--ug-filter-text)!important}.ug-facets.facets--drawer .facets__inputs-list-item:hover .checkbox__input:checked+.checkbox__label .checkbox__label-text{color:var(--ug-filter-primary)!important;font-weight:600!important}}.ug-facets .facets__price-section{display:flex;flex-direction:column;gap:16px}.ug-facets .facets__price-heading{margin:0;font-size:16px;font-weight:600;line-height:1.5;color:var(--ug-filter-title)}.ug-facets .facets__price-body,.ug-facets .facets__price-body .price-facet{display:flex;flex-direction:column;gap:8px}.ug-facets .price-facet__range-display{margin:0;font-size:14px;font-weight:400;line-height:1.5;color:var(--ug-filter-text);opacity:.8}.ug-facets.facets--vertical:not(.facets--drawer) .price-facet__inputs-wrapper,.ug-facets.facets--vertical:not(.facets--drawer) .price-facet__highest-price{display:none}.ug-facets .price-facet__apply-btn{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;padding:6px 24px;border:1.5px solid #0d0d0d;border-radius:24px;background:transparent;color:var(--ug-filter-title);font-size:16px;font-weight:600;line-height:1.5;cursor:pointer;transition:background-color .2s ease,color .2s ease}@media(hover:hover)and (pointer:fine){.ug-facets .price-facet__apply-btn:hover{background-color:#0d0d0d;color:#fff}}.ug-facets.facets--drawer .price-facet__apply-btn{display:none}.ug-facets .price-facet__slider{position:relative;height:20px;width:100%}.ug-facets.facets--drawer .price-facet__slider{height:24px}.ug-facets .price-facet__slider-rail{position:absolute;top:50%;left:0;right:0;height:2px;background:var(--ug-filter-border);transform:translateY(-50%);pointer-events:none}.ug-facets .price-facet__slider-fill{position:absolute;top:0;height:100%;background:#0d0d0d;left:0;width:100%;pointer-events:none}.ug-facets .price-facet__range{position:absolute;top:50%;left:0;width:100%;margin:0;padding:0;transform:translateY(-50%);background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none;height:20px}.ug-facets.facets--drawer .price-facet__range{height:24px}.ug-facets .price-facet__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;border:1px solid #0d0d0d;background:#fff;cursor:pointer;box-shadow:none}.ug-facets .price-facet__range::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;border:1px solid #0d0d0d;background:#fff;cursor:pointer;box-shadow:none}.ug-facets.facets--drawer .price-facet__range::-webkit-slider-thumb,.ug-facets.facets--drawer .price-facet__range::-moz-range-thumb{width:24px;height:24px}.ug-facets .price-facet__range::-webkit-slider-runnable-track,.ug-facets .price-facet__range::-moz-range-track{background:transparent;border:none}.ug-facets .price-facet__range--max{z-index:2}.ug-facets .price-facet__range--min{z-index:3}.ug-facets.facets--drawer .facets__price-section,.ug-facets.facets--drawer .facets__price-body,.ug-facets.facets--drawer .facets__price-body .price-facet{gap:12px}.ug-facets.facets--drawer .price-facet__range-display{font-size:16px;font-weight:400;line-height:1.4;opacity:1;color:var(--ug-filter-muted)}.ug-facets.facets--drawer .price-facet__inputs-wrapper{position:static;display:flex;gap:8px;padding:0;flex-wrap:nowrap;width:100%}.ug-facets.facets--drawer .price-facet__field{flex:1;width:auto}.ug-facets.facets--drawer .price-facet__input{width:100%;text-align:center;padding:10px 20px;border:1px solid var(--ug-filter-input-border);border-radius:4px;font-size:16px;font-weight:600;color:var(--ug-filter-text);background:#fff}.ug-facets.facets--drawer .field__label.price-facet__label,.ug-facets.facets--drawer .price-facet__separator{display:none}.ug-facets.facets--drawer{background-color:var(--ug-filter-drawer-bg);border-radius:0;overflow:hidden}.ug-facets.facets--drawer.dialog-modal{position:fixed;inset:0 0 0 auto;top:0;bottom:0;width:var(--sidebar-width);max-width:100vw;height:100%;max-height:100dvh;margin:0;padding:0;border-radius:0;border-right:none;border-left:var(--style-border-drawer);box-shadow:var(--shadow-drawer);overflow:hidden;background-color:var(--color-background)}@media screen and (max-width:749px){.ug-facets.facets--drawer.dialog-modal{width:100%;max-width:100vw}}.ug-facets.facets--drawer.dialog-modal[open]{animation:slideInLeft var(--animation-speed) var(--animation-easing) forwards!important}.ug-facets.facets--drawer.dialog-modal.dialog-closing{animation:slideOutLeft var(--animation-speed) var(--animation-easing) forwards!important}.ug-facets.facets--drawer.dialog-modal[open]::backdrop{animation:backdropFilter var(--animation-speed) var(--animation-easing) forwards;transition:opacity var(--animation-speed) var(--animation-easing);background:rgb(var(--backdrop-color-rgb) / var(--backdrop-opacity))}.ug-facets.facets--drawer.dialog-modal.dialog-closing::backdrop{opacity:0}.ug-facets.facets--drawer.spacing-style{padding-block:0;padding-inline:0;margin:0}.ug-facets.facets--drawer .facets__form-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ug-facets.facets--drawer .facets__form{background-color:var(--ug-filter-drawer-bg);flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column}.ug-facets.facets--drawer .facets__filters-wrapper{padding:36px;gap:0}.ug-facets.facets--drawer .facets__title-wrapper{background-color:#fff;padding:20px;position:sticky;top:0;z-index:2;border-bottom:0;align-items:center;flex-shrink:0}.ug-facets.facets--drawer .facets-drawer__title{font-size:20px;font-weight:600;line-height:1.3;color:#1d1d1f}.ug-facets.facets--drawer .facets-drawer__close{position:relative;top:auto;right:auto;width:28px;height:28px;min-width:28px;min-height:28px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border-radius:0;color:#1d1d1f}.ug-facets.facets--drawer .facets-drawer__close .svg-wrapper{width:20px;height:20px}.ug-facets.facets--drawer .facets-drawer__close svg{width:20px;height:20px}.ug-facets.facets--drawer .facets-drawer__close path{stroke-width:2.5!important}.ug-facets.facets--drawer .facets__summary,.ug-facets.facets--drawer .facets__price-heading,.ug-facets.facets--drawer .facets__label{line-height:1.4;color:#1d1d1f}.ug-facets.facets--drawer .price-facet{display:flex;flex-direction:column;gap:12px;width:100%}.ug-facets.facets--drawer .checkbox{gap:0}.ug-facets.facets--drawer .checkbox__label-text{font-size:14px;line-height:1.4}.ug-facets.facets--drawer .checkbox__input:checked+.checkbox__label .icon-checkmark path{stroke:var(--ug-filter-primary)!important}.ug-facets.facets--drawer .facets__actions{background:#fff;background-image:none;padding:16px 20px 20px;gap:8px;box-shadow:none;flex-shrink:0}.ug-facets.facets--drawer .facets__actions.facets__actions--drawer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.ug-facets.facets--drawer .facets__actions--drawer>facet-remove-component{display:flex;min-width:0;width:100%}.ug-facets.facets--drawer .facets__actions--drawer .facets__clear-all,.ug-facets.facets--drawer .facets__actions--drawer .facets__see-results{--facets-clear-all-min-width: 0;--facets-see-results-min-width: 0;flex:none;width:100%;min-width:0;max-width:none;white-space:normal;text-align:center;place-content:center;box-sizing:border-box}.ug-facets.facets--drawer .facets__clear-all,.ug-facets.facets--drawer .facets__see-results{min-width:0;padding:10px;border-radius:8px;font-size:16px;font-weight:600;line-height:1.4;transform:none;opacity:1;display:grid}.ug-facets.facets--drawer .facets__clear-all{border:1px solid #000;background:#fff;color:#000;box-shadow:none}.ug-facets.facets--drawer .facets__see-results{background:var(--ug-filter-primary);border:1px solid var(--ug-filter-primary);color:#fff}@media(hover:hover)and (pointer:fine){.ug-facets.facets--drawer .facets__see-results:hover{background:#009632;border-color:#009632}}.ug-facets-controls.facets-controls-wrapper{display:none;margin:0;padding:0 0 16px;border-bottom:1px solid var(--ug-filter-divider);gap:0}@media screen and (min-width:990px){.ug-facets-controls.facets.facets-controls-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:24px;margin:0 0 40px;padding:0 0 16px;gap:0;flex-wrap:nowrap}.ug-facets-controls.facets.facets-controls-wrapper.ug-facets-controls--sort-only{justify-content:flex-end;margin-bottom:0;border-bottom:none}}.ug-facets-controls__leading,.ug-facets-controls__trailing{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;height:24px}.ug-facets-controls__leading{justify-content:flex-start;flex-shrink:0}.ug-facets-controls__leading:has(.ug-facets-controls__clear){justify-content:space-between;width:210px;min-width:210px}.ug-facets-controls__trailing{margin-inline-start:auto;justify-content:flex-end;flex-shrink:0;min-width:0}.ug-facets-controls__trailing .sorting-filter,.ug-facets-controls__trailing .ug-sorting-filter{flex-shrink:0}.ug-facets-controls .facets--filters-title{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;line-height:1.5;color:var(--ug-filter-title);white-space:nowrap}.ug-facets-controls .facets--filters-title svg{width:16px;height:16px;margin:0;top:0;fill:none;flex-shrink:0;color:var(--ug-filter-icon)}.ug-facets-controls .facets--filters-title svg path{stroke:currentColor}.ug-facets-controls__clear{display:inline-flex;align-items:center;justify-content:center;padding:0 12px;height:24px;min-height:24px;border:1px solid rgba(0,121,52,.2);border-radius:4px;background:transparent;color:var(--ug-filter-primary);font-size:14px;font-weight:600;line-height:1.5;cursor:pointer;white-space:nowrap}@media(hover:hover)and (pointer:fine){.ug-facets-controls__clear:hover{border-color:#00793459;color:#009632}}.ug-facets-controls .products-count-wrapper{display:none}.ug-facets-controls .ug-sorting-filter__summary{display:inline-flex;align-items:center;gap:8px;padding:0;margin:0;cursor:pointer;list-style:none;white-space:nowrap;flex-wrap:nowrap}.ug-facets-controls .ug-sorting-filter__label,.ug-facets-controls .ug-sorting-filter__value{font-size:16px;font-weight:600;line-height:1.5;color:var(--ug-filter-title);white-space:nowrap;flex-shrink:0}.ug-facets-mobile-bar .ug-sorting-filter__label,.ug-facets-mobile-bar .ug-sorting-filter__value{font-size:14px;font-weight:600;line-height:22px;color:var(--ug-filter-title);white-space:nowrap;flex-shrink:0}.ug-facets-mobile-bar .ug-sorting-filter__summary{gap:4px}.ug-facets-mobile-bar .ug-sorting-filter__caret{width:16px;height:16px}.ug-facets-mobile-bar .ug-sorting-filter__caret svg{width:16px;height:16px}.ug-facets-controls .ug-sorting-filter__caret,.ug-facets-mobile-bar .ug-sorting-filter__caret{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.ug-facets-controls .ug-sorting-filter__caret svg,.ug-facets-mobile-bar .ug-sorting-filter__caret svg{width:14px;height:14px;display:block}.ug-facets-controls details[open]>summary .ug-sorting-filter__caret svg{transform:rotate(180deg)}.ug-facets-controls .sorting-filter .facets__panel{padding:0}.ug-facets-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:0;padding:0 var(--page-margin, 16px) 16px}@media screen and (min-width:990px){.ug-facets-mobile-bar{display:none}}.ug-facets-mobile-bar__filters{margin:0;flex-shrink:0}.ug-facets-mobile-bar__filter-btn{display:inline-flex;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:600;line-height:22px;color:var(--ug-filter-title)}.ug-facets-mobile-bar__filter-icon{display:inline-flex;width:16px;height:16px;color:var(--ug-filter-icon)}.ug-facets-mobile-bar__filter-icon svg{width:16px;height:16px}.ug-facets-mobile-bar__filter-icon svg path{stroke:currentColor}.ug-facets-mobile-bar .facets-mobile-wrapper{margin:0;padding:0;flex:1;min-width:0;justify-content:flex-end}.ug-facets-mobile-bar .ug-facets-mobile-sort-form{margin:0;width:100%}.ug-facets-mobile-bar .ug-sorting-filter{width:auto;max-width:100%}.ug-facets-mobile-bar .ug-sorting-filter__select{display:none}.ug-facets-mobile-bar .ug-sorting-filter accordion-custom,.ug-facets-mobile-bar .ug-sorting-filter .facets__panel{display:block}.ug-facets-mobile-bar .ug-sorting-filter__summary{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;padding:0;margin:0;list-style:none}.ug-facets-mobile-bar details[open]>summary .ug-sorting-filter__caret svg{transform:rotate(180deg)}.ug-facets-mobile-bar .sorting-filter__options{right:0;left:auto;min-width:200px}.ug-facets-mobile-bar .sorting-filter .facets__label,.ug-facets-mobile-bar .sorting-filter .facets__status,.ug-facets-mobile-bar .ug-sorting-filter__label,.ug-facets-mobile-bar .ug-sorting-filter__value{display:inline;margin-inline-start:0;width:auto;font-size:14px;font-weight:600;line-height:22px;color:var(--ug-filter-title);white-space:nowrap}.ug-facets-mobile-bar .facets-mobile-wrapper .sorting-filter .facets__status,.ug-facets-mobile-bar .facets-mobile-wrapper .sorting-filter .ug-sorting-filter__value{display:inline!important}.ug-facets-mobile-bar .facets-mobile-wrapper .sorting-filter .facets__label,.ug-facets-mobile-bar .facets-mobile-wrapper .sorting-filter .ug-sorting-filter__label{display:inline!important;color:var(--ug-filter-title)}.ug-facets-mobile-bar .facets__panel[open] .facets__status,.ug-facets-mobile-bar .facets__panel[open] .ug-sorting-filter__value{display:inline!important}.ug-facets-mobile-bar .sorting-filter .facets__panel{padding-inline:0;position:relative}.ug-facets-mobile-bar.facets-toggle--no-filters .facets-mobile-wrapper{width:100%}.ug-facets.facets--horizontal .facets__summary .facets__label,.ug-facets.facets--horizontal .products-count-wrapper span{color:#0d0d0d;font-weight:500;font-size:14px}.ug-facets.facets--horizontal .price-facet__inputs-wrapper{padding:var(--padding-md);gap:8px}.ug-facets.facets--horizontal .facets__panel-content:has(.price-facet){min-width:360px}.ug-facets.facets--horizontal .price-facet__apply-btn{margin:0 var(--padding-md) var(--padding-md)}.ug-facets .facets__inputs-wrapper.price-facet__inputs-wrapper{flex-wrap:nowrap}.ug-facets .price-facet__field{width:50%;flex-grow:0}.ug-facets.facets--horizontal .price-facet__input{width:100%;text-align:right;padding:8px 10px;border:1px solid #0d0d0d;color:#000;font-weight:500}.ug-facets .swatch{width:20px;height:20px;min-width:20px}.ug-facets .variant-option__button-label--has-swatch{gap:8px}.ug-facets .variant-option__button-label:has(:checked),.ug-facets .variant-option__button-label--has-swatch:has(:checked){color:var(--ug-filter-primary);font-weight:600}@media screen and (max-width:989px){.product-grid-container .facets-block-wrapper--vertical:not(.facets-block-wrapper--drawer){display:none!important}.product-grid-container .facets-block-wrapper--vertical:not(.facets-block-wrapper--drawer) .facets--vertical{display:none!important}.product-grid-container dialog-component.facets-block-wrapper--drawer:not(:has(.facets--drawer[open])){display:none!important}.product-grid-container dialog-component.facets-block-wrapper--drawer:has(.facets--drawer[open]){display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--layer-overlay, 1000);pointer-events:none;background:transparent!important;border:none;padding:0;margin:0!important}.product-grid-container dialog-component.facets-block-wrapper--drawer:has(.facets--drawer[open]) .facets--drawer[open]{pointer-events:auto}.product-grid-container .collection-wrapper,.product-grid-container .collection-wrapper:has(.facets-block-wrapper--vertical:not(#filters-drawer)):has(.collection-wrapper--full-width),.product-grid-container .collection-wrapper:has(.collection-wrapper--full-width){grid-template-columns:minmax(var(--page-margin),1fr) repeat(var(--centered-column-number),minmax(0,calc((var(--page-width) - var(--page-margin) * 2) / var(--centered-column-number)))) minmax(var(--page-margin),1fr)!important}.product-grid-container .collection-wrapper>.facets-toggle,.product-grid-container .collection-wrapper>.ug-facets-mobile-bar,.product-grid-container .collection-wrapper>.main-collection-grid,.product-grid-container .collection-wrapper>.ug-pagination-wrapper,.product-grid-container .collection-wrapper:has(.facets--vertical) .facets-block-wrapper--vertical:not(.hidden)~.main-collection-grid,.product-grid-container .collection-wrapper:has(.facets--vertical) .facets-block-wrapper--vertical:not(.hidden)~.ug-pagination-wrapper,.product-grid-container .main-collection-grid{grid-column:1 / -1!important;width:100%;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/ug-collection-filters.css.map */
