.ff-shop-catalog{--ff-catalog-pad: clamp(1.25rem, 5.5vw, 5rem);--ff-catalog-sidebar: 280px;--ff-catalog-gap: 32px;--ff-catalog-grid-gap: 16px;background:rgb(var(--ff-page))}.ff-shop-catalog-section{background:rgb(var(--ff-page))}.ff-shop-catalog .ff-home__inner{padding-inline:var(--ff-catalog-pad)}.ff-shop-catalog__top{padding-top:24px}.ff-shop-catalog__breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:14px;line-height:1}.ff-shop-catalog__breadcrumb a{color:rgb(var(--ff-muted));text-decoration:none}.ff-shop-catalog__breadcrumb a:hover{color:rgb(var(--ff-accent))}.ff-shop-catalog__breadcrumb span[aria-current=page]{font-weight:600;color:rgb(var(--ff-footer))}.ff-shop-catalog__breadcrumb-sep{display:inline-flex;width:12px;height:12px;color:rgb(var(--ff-muted))}.ff-shop-catalog__breadcrumb-sep svg{width:12px;height:12px;display:block}.ff-shop-catalog__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-bottom:24px;overflow:visible}.ff-shop-catalog__title-wrap{display:flex;align-items:baseline;gap:12px;min-width:0}.ff-shop-catalog__title{margin:0;font-family:var(--font-heading--family);font-size:36px;font-weight:800;line-height:1.1;color:rgb(var(--ff-footer))}.ff-shop-catalog__count{margin:0;font-size:14px;color:rgb(var(--ff-muted))}.ff-shop-toolbar{display:flex;align-items:center;gap:16px;flex-shrink:0}.ff-shop-sort{position:relative;z-index:6}.ff-shop-sort__trigger{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:8px 16px;border:1px solid rgb(var(--ff-border));border-radius:8px;background:#fff;font-size:14px;color:rgb(var(--ff-footer));cursor:pointer;list-style:none}.ff-shop-sort__trigger::-webkit-details-marker,.ff-shop-sort__trigger::marker{display:none}.ff-shop-sort__trigger strong{font-weight:600}.ff-shop-sort__chevron{display:inline-flex;width:14px;height:14px;transform:rotate(90deg);color:rgb(var(--ff-footer))}.ff-shop-sort__chevron svg{width:14px;height:14px}.ff-shop-sort[open] .ff-shop-sort__chevron{transform:rotate(-90deg)}.ff-shop-sort__menu{position:absolute;top:calc(100% + 4px);left:0;z-index:20;min-width:min(220px,80vw);max-height:min(70vh,360px);overflow-y:auto;padding:4px;border:1px solid rgb(var(--ff-border));border-radius:8px;background:#fff;box-shadow:0 8px 24px rgb(var(--ff-footer) / .08)}.ff-shop-sort:not([open]) .ff-shop-sort__menu{display:none}.ff-shop-sort__option{display:block;width:100%;min-height:44px;padding:10px 12px;border:0;border-radius:6px;background:transparent;font-size:14px;text-align:left;color:rgb(var(--ff-footer));cursor:pointer}.ff-shop-sort__option:hover,.ff-shop-sort__option--active{background:rgb(var(--ff-cream))}.ff-shop-view{display:inline-flex;border:1px solid rgb(var(--ff-border));border-radius:8px;overflow:hidden}.ff-shop-view__btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:8px;border:0;background:#fff;color:rgb(var(--ff-footer));cursor:pointer}.ff-shop-view__btn--active{background:rgb(var(--ff-cream))}.ff-shop-view__btn svg{width:18px;height:18px;display:block}.ff-shop-catalog__layout{display:flex;align-items:flex-start;gap:var(--ff-catalog-gap);padding-bottom:80px}[data-ff-filters-desktop-mount]{flex:0 0 var(--ff-catalog-sidebar);width:var(--ff-catalog-sidebar)}.ff-shop-catalog__main{flex:1;min-width:0}.ff-shop-sidebar{width:100%}.ff-shop-sidebar__form-wrapper,.ff-shop-sidebar__form{display:block;height:100%}.ff-shop-sidebar__form{padding:24px;border:1px solid rgb(var(--ff-border));border-radius:16px;background:#fff}.ff-shop-sidebar__section+.ff-shop-sidebar__divider{margin-top:28px}.ff-shop-sidebar__divider{height:1px;margin:0;border:0;background:rgb(var(--ff-border))}.ff-shop-sidebar__heading{margin:0 0 14px;font-family:var(--font-heading--family);font-size:15px;font-weight:700;line-height:1.2;text-transform:uppercase;color:rgb(var(--ff-footer))}.ff-shop-sidebar__options{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.ff-shop-filter-check{position:relative;display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;text-decoration:none;color:inherit;box-sizing:border-box}.ff-shop-filter-check:focus-visible{outline:2px solid rgb(var(--ff-accent));outline-offset:2px}.ff-shop-filter-check--active .ff-shop-filter-check__label{color:rgb(var(--ff-accent));font-weight:600}.ff-shop-filter-check--split{display:flex;align-items:center;justify-content:space-between;width:100%}.ff-shop-filter-check__main{position:relative;display:inline-flex;align-items:center;gap:8px;min-width:0;z-index:1;pointer-events:none}.ff-shop-filter-check__box{flex-shrink:0;width:16px;height:16px;border:1px solid rgb(var(--ff-border));border-radius:4px;background:#fff;position:relative;pointer-events:none}.ff-shop-filter-check__label,.ff-shop-filter-check__count{pointer-events:none}.ff-shop-filter-check input[type=checkbox]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer;z-index:2}.ff-shop-filter-check input[type=checkbox]:checked+.ff-shop-filter-check__main .ff-shop-filter-check__box,.ff-shop-filter-check input[type=checkbox]:checked~.ff-shop-filter-check__main .ff-shop-filter-check__box{border-color:rgb(var(--ff-accent));background:rgb(var(--ff-accent))}.ff-shop-filter-check input[type=checkbox]:checked+.ff-shop-filter-check__main .ff-shop-filter-check__box:after,.ff-shop-filter-check input[type=checkbox]:checked~.ff-shop-filter-check__main .ff-shop-filter-check__box:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.ff-shop-filter-check__label{font-size:14px;line-height:1.2;color:rgb(var(--ff-footer))}.ff-shop-filter-check__count{flex-shrink:0;font-size:12px;color:rgb(var(--ff-muted))}.ff-shop-sidebar__price{display:flex;flex-direction:column;gap:14px;overflow:visible}.ff-shop-sidebar__price-track{--ff-price-thumb-size: 18px;--ff-price-rail-height: 6px;--ff-price-fill-height: 8px;--ff-fill-start: 0;--ff-fill-width: 100;--ff-min-pos: 0;--ff-max-pos: 100;position:relative;height:var(--ff-price-thumb-size);margin-inline:0;overflow:visible}.ff-shop-sidebar__price-rail{position:absolute;left:calc(var(--ff-price-thumb-size) / 2);right:calc(var(--ff-price-thumb-size) / 2);top:0;bottom:0;pointer-events:none;z-index:1}.ff-shop-sidebar__price-rail-bg{position:absolute;left:0;right:0;top:50%;height:var(--ff-price-rail-height);transform:translateY(-50%);border-radius:999px;background-color:#f5efe6;pointer-events:none}.ff-shop-sidebar__price-fill{position:absolute;z-index:3;top:50%;height:8px;transform:translateY(-50%);border-radius:999px;background-color:#d97706;pointer-events:none}.ff-shop-sidebar__price-thumb{position:absolute;top:50%;z-index:4;display:block;width:18px;height:18px;border:3px solid #d97706;border-radius:50%;background:#fff;box-sizing:border-box;transform:translate(-50%,-50%);pointer-events:none}.ff-shop-sidebar__price-track--demo .ff-shop-sidebar__price-fill{left:calc(9px + (100% - 18px)*.22);width:calc((100% - 18px)*.56)}.ff-shop-sidebar__price-track--demo .ff-shop-sidebar__price-thumb--min{left:calc(9px + (100% - 18px)*.22)}.ff-shop-sidebar__price-track--demo .ff-shop-sidebar__price-thumb--max{left:calc(9px + (100% - 18px)*.78)}.ff-shop-sidebar__price-track--demo{pointer-events:none}.ff-shop-sidebar__section--last{padding-bottom:0}.ff-shop-sidebar__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:var(--ff-price-thumb-size);margin:0;appearance:none;-webkit-appearance:none;background:transparent;pointer-events:none;z-index:2}.ff-shop-sidebar__range--min,.ff-shop-sidebar__range--max{z-index:2}.ff-shop-sidebar__range::-webkit-slider-runnable-track{appearance:none;-webkit-appearance:none;height:var(--ff-price-thumb-size);background:transparent;border:0}.ff-shop-sidebar__range::-moz-range-track{height:var(--ff-price-thumb-size);background:transparent;border:0}.ff-shop-sidebar__range::-moz-range-progress{background:transparent}.ff-shop-sidebar__range::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:var(--ff-price-thumb-size);height:var(--ff-price-thumb-size);margin-top:0;border:0;border-radius:50%;background:transparent;box-shadow:none;opacity:0;pointer-events:auto;cursor:pointer}.ff-shop-sidebar__range::-moz-range-thumb{width:var(--ff-price-thumb-size);height:var(--ff-price-thumb-size);border:0;border-radius:50%;background:transparent;box-shadow:none;opacity:0;pointer-events:auto;cursor:pointer}.ff-shop-sidebar__options--demo .ff-shop-filter-check{cursor:pointer}.ff-shop-filter-check input[type=checkbox]:disabled{cursor:not-allowed}.ff-shop-filter-check:has(input[type=checkbox]:disabled){cursor:not-allowed;opacity:.55}.ff-shop-sidebar__price-labels{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;line-height:1.2;color:rgb(var(--ff-muted))}.ff-shop-sidebar__price-labels strong{color:rgb(var(--ff-footer));font-weight:700}.ff-shop-catalog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--ff-catalog-grid-gap);margin:0;padding:0;list-style:none}.ff-shop-catalog__grid--list{grid-template-columns:1fr}.ff-shop-catalog__grid--list .ff-product-card{display:grid;grid-template-columns:104px minmax(0,1fr);grid-template-areas:"media body" "media atc";gap:.75rem 1rem;align-items:start}.ff-shop-catalog__grid--list .ff-product-card__media{grid-area:media;height:104px}.ff-shop-catalog__grid--list .ff-product-card__body{grid-area:body}.ff-shop-catalog__grid--list .ff-product-card__form-component,.ff-shop-catalog__grid--list .ff-product-card__atc{grid-area:atc;margin-top:0}.ff-shop-pagination{display:flex;justify-content:center;margin-top:48px}.ff-shop-pagination__list{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.ff-shop-pagination__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgb(var(--ff-border));border-radius:20px;background:#fff;font-size:14px;font-weight:700;color:rgb(var(--ff-footer));text-decoration:none}.ff-shop-pagination__btn svg{width:16px;height:16px}.ff-shop-pagination__btn--current{border-color:rgb(var(--ff-accent));background:rgb(var(--ff-accent));color:#fff}.ff-shop-pagination__btn--disabled{opacity:.45}.ff-shop-catalog__empty{padding:48px 0;text-align:center;color:rgb(var(--ff-muted))}.ff-shop-catalog__filters-open,.ff-shop-catalog__filters-drawer{display:none}.ff-shop-catalog__filters-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000073}.ff-shop-catalog__filters-panel{position:absolute;top:0;bottom:0;left:0;display:flex;flex-direction:column;width:min(100%,360px);padding:1rem 1.25rem 1.25rem;background:#fff;box-shadow:8px 0 32px #00000029;overflow:auto}.ff-shop-catalog__filters-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:1rem}.ff-shop-catalog__filters-panel-head h2{margin:0;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:800;color:rgb(var(--ff-footer))}.ff-shop-catalog__filters-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:22px;background:rgb(var(--ff-cream));color:rgb(var(--ff-footer));cursor:pointer}.ff-shop-catalog__filters-close svg{width:16px;height:16px}.ff-shop-catalog__filters-done{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:auto;padding:.75rem 1rem;border:0;border-radius:8px;background:rgb(var(--ff-footer));color:#fff;font-size:.9375rem;font-weight:700;cursor:pointer}.ff-shop-catalog__results{display:block;width:100%}@media screen and (max-width:989px){.ff-shop-catalog__layout{flex-direction:column}[data-ff-filters-desktop-mount],.ff-shop-sidebar{display:none}.ff-shop-catalog__filters-open{display:inline-flex;align-items:center;gap:8px;min-height:44px;margin-bottom:16px;padding:8px 16px;border:1px solid rgb(var(--ff-border));border-radius:8px;background:#fff;font-size:14px;font-weight:600;color:rgb(var(--ff-footer));cursor:pointer}.ff-shop-catalog__filters-open svg{width:16px;height:16px;color:rgb(var(--ff-accent))}.ff-shop-catalog__filters-drawer:not([hidden]){display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:80}.ff-shop-catalog__filters-drawer .ff-shop-sidebar{display:block;width:100%;flex:none}.ff-shop-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ff-shop-catalog__grid--list{grid-template-columns:1fr}.ff-shop-catalog__title{font-size:28px}}@media screen and (min-width:990px)and (max-width:1199px){.ff-shop-catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.ff-shop-catalog__title-row{flex-direction:column;align-items:flex-start}.ff-shop-toolbar{width:100%;justify-content:space-between}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/ff-shop-catalog.css.map */
