.z-product-grid{--z-grid-background: rgb(var(--color-background));--z-grid-surface: rgb(var(--color-z-product-control-background));--z-grid-card-background: rgb(var(--color-z-product-card-background));--z-grid-border: rgba(var(--color-foreground), .15);--z-grid-text: rgb(var(--color-foreground));--z-grid-muted: rgb(var(--color-z-product-muted-text));--z-grid-muted-strong: rgb(var(--color-z-product-muted-text));--z-grid-accent: rgb(var(--color-button));--z-grid-compare-price: rgb(var(--color-compare-at-price));--z-grid-radius: 8px;--z-grid-gap: 20px;display:block;color:var(--z-grid-text);background:var(--z-grid-background);padding-block:var(--z-product-grid-padding-top) var(--z-product-grid-padding-bottom)}.z-product-grid[aria-busy=true] .z-product-grid__inner{opacity:.58;pointer-events:none}@media(prefers-reduced-motion:no-preference){.z-product-grid .z-product-grid__inner{transition:opacity .15s ease}}.z-product-grid .z-product-grid__inner{box-sizing:border-box;margin-inline:auto}.z-product-grid--width-page_width .z-product-grid__inner{width:var(--page-width-desktop);max-width:var(--page-width)}.z-product-grid--width-full_width .z-product-grid__inner{width:100%;padding-inline:var(--z-product-grid-horizontal-padding)}.z-product-grid .z-product-grid__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px 32px;align-items:end;margin-block-end:32px}.z-product-grid .z-product-grid__header-main{display:flex;flex-wrap:wrap;gap:16px 32px;align-items:center;min-width:0}.z-product-grid .z-product-grid__title-group{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:baseline;min-width:0}.z-product-grid .z-product-grid__title,.z-product-grid .z-product-grid__count{margin:0}.z-product-grid .z-product-grid__toolbar{display:contents}.z-product-grid .z-product-grid__open-filters,.z-product-grid .z-product-grid-facets__close{display:none}.z-product-grid .z-product-grid__title{font-size:clamp(36px,3vw,48px);font-weight:600;line-height:1.08;letter-spacing:-.03em}.z-product-grid .z-product-grid__count{color:var(--z-grid-muted);font-size:14px;line-height:1.5}.z-product-grid .z-product-grid__sorting form{display:flex;gap:10px;align-items:center}.z-product-grid .z-product-grid__sort-label{font-size:16px;font-weight:400;line-height:24px;white-space:nowrap}.z-product-grid .z-product-grid-facets__actions button,.z-product-grid .z-product-grid-facets__actions a{border:1px solid var(--z-grid-border);border-radius:999px;font:inherit}.z-product-grid .z-product-grid-facets__actions button,.z-product-grid .z-product-grid-facets__actions a{min-height:42px}.z-product-grid .z-product-grid__sort-dropdown{position:relative;width:220px}.z-product-grid .z-product-grid__sort-trigger{display:flex;align-items:center;justify-content:space-between;width:220px;height:36px;margin:0;padding:6px 20px;color:var(--z-grid-muted);background:var(--z-grid-surface);border:0;border-radius:4px;font:inherit;font-size:14px;font-weight:400;line-height:1;cursor:pointer}.z-product-grid .z-product-grid__sort-trigger .icon-caret{flex:0 0 24px;width:24px;height:24px;margin-inline-end:-4px;transition:transform .15s ease}.z-product-grid .z-product-grid__sort-dropdown.is-open .z-product-grid__sort-trigger .icon-caret{transform:rotate(180deg)}.z-product-grid .z-product-grid__sort-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:20;width:max-content;min-width:220px;margin:0;padding:4px;background:var(--z-grid-surface);border:0;border-radius:4px;box-shadow:0 8px 24px #1118271f;list-style:none}.z-product-grid .z-product-grid__sort-menu[hidden]{display:none}.z-product-grid .z-product-grid__sort-option{display:block;width:100%;padding:9px 12px;color:var(--z-grid-text);background:transparent;border:0;border-radius:3px;font:inherit;font-size:14px;line-height:17px;text-align:left;white-space:nowrap;cursor:pointer}.z-product-grid .z-product-grid__sort-option:hover,.z-product-grid .z-product-grid__sort-option[aria-selected=true]{background:rgba(var(--color-foreground),.06)}.z-product-grid .z-product-grid-facets__actions button{padding-inline:20px;color:#fff;background:var(--z-grid-accent);border-color:var(--z-grid-accent);cursor:pointer}.z-product-grid .z-product-grid-facets__actions button{--z-button-text-color: #fff;--z-button-background-color: var(--z-grid-accent);--z-button-border-color: var(--z-grid-accent);--z-button-border-radius: 999px}.z-product-grid .z-product-grid__active-filters{display:flex;flex-wrap:wrap;gap:8px}.z-product-grid .z-product-grid__active-filters:empty,.z-product-grid .z-product-grid-facets__header{display:none}.z-product-grid .z-product-grid__filter-chip,.z-product-grid .z-product-grid__clear-all{display:inline-flex;align-items:center;min-height:34px;padding:6px 14px;border:0;border-radius:999px;font-size:13px;line-height:1.4;text-decoration:none}.z-product-grid .z-product-grid__filter-chip{color:rgb(var(--color-z-product-badge-text));background:rgb(var(--color-z-product-badge-background))}.z-product-grid .z-product-grid__filter-chip:after{content:none}.z-product-grid .z-product-grid__filter-chip-close{display:grid;place-items:center;flex:0 0 16px;width:16px;height:16px;margin-inline-start:10px;color:inherit;line-height:0}.z-product-grid .z-product-grid__filter-chip-close svg{display:block;width:16px;height:16px}.z-product-grid .z-product-grid__clear-all{--z-button-text-color: var(--z-grid-muted);--z-button-border-color: var(--z-grid-border);--z-button-border-radius: 999px}.z-product-grid .z-product-grid__layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:var(--z-grid-gap);align-items:start}.z-product-grid .z-product-grid__results,.z-product-grid .z-product-grid__collection{min-width:0}.z-product-grid .z-product-grid__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--z-grid-gap);margin:0;padding:0;list-style:none}.z-product-grid .z-product-grid__item{min-width:0}.z-product-grid .z-product-grid-facets-disclosure__summary{position:relative;padding:16px 44px 16px 18px;color:var(--z-grid-text);background:var(--z-grid-surface);border:0;border-radius:var(--z-grid-radius);font-size:16px;font-weight:600;line-height:1.35;cursor:pointer;list-style:none}.z-product-grid .z-product-grid-facets-disclosure__summary::-webkit-details-marker{display:none}.z-product-grid .z-product-grid-facets-disclosure__summary:after{position:absolute;inset-block-start:50%;inset-inline-end:18px;content:"+";color:var(--z-grid-accent);font-size:22px;line-height:1;transform:translateY(-50%)}.z-product-grid .z-product-grid-facets-disclosure[open]>.z-product-grid-facets-disclosure__summary:after{content:"\2212"}.z-product-grid .z-product-grid-facets-disclosure__content{margin-block-start:10px}.z-product-grid .z-product-grid-facets-disclosure__backdrop{display:none}.z-product-grid .z-product-grid-facets{overflow:hidden;padding:20px;background:var(--z-grid-surface);border:0;border-radius:var(--z-grid-radius)}.z-product-grid .z-product-grid-facets__group{border-block-end:1px solid var(--z-grid-border)}.z-product-grid .z-product-grid-facets__summary{position:relative;padding-block:18px;padding-inline-end:24px;font-size:16px;font-weight:600;line-height:1.35;cursor:pointer;list-style:none}.z-product-grid .z-product-grid-facets__summary::-webkit-details-marker{display:none}.z-product-grid .z-product-grid-facets__summary:after{position:absolute;inset-block-start:50%;inset-inline-end:2px;content:"+";color:var(--z-grid-accent);font-size:20px;line-height:1;transform:translateY(-50%)}.z-product-grid .z-product-grid-facets__group[open]>.z-product-grid-facets__summary:after{content:"\2212"}.z-product-grid .z-product-grid-facets__options{padding-block-end:18px}.z-product-grid .z-product-grid-facets__list{display:grid;gap:11px;margin:0;padding:0;list-style:none}.z-product-grid .z-product-grid-facets__item{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:start;color:var(--z-grid-muted);font-size:14px;line-height:1.45}.z-product-grid .z-product-grid-facets__item--swatch{grid-template-columns:18px 16px minmax(0,1fr)}.z-product-grid .z-product-grid-facets__swatch{width:16px;height:16px;background-color:var(--z-filter-swatch-color, transparent);background-image:var(--z-filter-swatch-image, none);background-position:center;background-size:cover;border:1px solid rgba(13,13,13,.08);border-radius:50%}.z-product-grid .z-product-grid-facets__item label{display:flex;justify-content:space-between;gap:8px;min-width:0}.z-product-grid .z-product-grid-facets__item-label{min-width:0}.z-product-grid .z-product-grid-facets__item-count{flex:0 0 auto}.z-product-grid .z-product-grid-facets__item-count:before{content:"("}.z-product-grid .z-product-grid-facets__item-count:after{content:")"}.z-product-grid .z-product-grid-facets__item input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--z-grid-accent)}.z-product-grid .z-product-grid-facets__item input:disabled+label{opacity:.45}.z-product-grid .z-product-grid-facets__item:has(input:checked) label{color:var(--z-grid-accent);font-weight:600}.z-product-grid .z-product-grid-facets__item:has(input:disabled) label{color:var(--z-grid-muted);font-weight:400}.z-product-grid .z-product-grid-facets__price{display:block}.z-product-grid .z-product-grid-facets__range{position:relative;width:min(202px,100%);height:16px;margin-block:18px 16px}.z-product-grid .z-product-grid-facets__range:before{position:absolute;inset-block-start:7px;inset-inline:0;height:2px;content:"";background:linear-gradient(to right,#d2d5da 0 var(--z-price-start),var(--z-grid-accent) var(--z-price-start) var(--z-price-end),#d2d5da var(--z-price-end) 100%);border-radius:2px}.z-product-grid .z-product-grid-facets__range input{-webkit-appearance:none;appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:16px;margin:0;padding:0;background:transparent;border:0;pointer-events:none}.z-product-grid .z-product-grid-facets__range input::-webkit-slider-runnable-track{height:2px;background:transparent}.z-product-grid .z-product-grid-facets__range input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-block-start:-7px;background:var(--z-grid-accent);border:0;border-radius:50%;cursor:pointer;pointer-events:auto}.z-product-grid .z-product-grid-facets__range input::-moz-range-track{height:2px;background:transparent;border:0}.z-product-grid .z-product-grid-facets__range input::-moz-range-thumb{width:16px;height:16px;background:var(--z-grid-accent);border:0;border-radius:50%;cursor:pointer;pointer-events:auto}.z-product-grid .z-product-grid-facets__price-result{margin:0;color:#111318;font-size:14px;line-height:1}.z-product-grid .z-product-grid-facets__price-prefix{color:#68707c}.z-product-grid .z-product-grid-facets__price-field{display:grid;gap:6px;min-width:0}.z-product-grid .z-product-grid-facets__price-field label{color:var(--z-grid-muted);font-size:13px}.z-product-grid .z-product-grid-facets__price-field input{width:100%;min-width:0;min-height:40px;padding-inline:10px;color:var(--z-grid-text);background:var(--z-grid-surface);border:1px solid var(--z-grid-border);border-radius:6px;font:inherit}.z-product-grid .z-product-grid-facets__actions{display:grid;gap:10px;margin-block-start:20px}.z-product-grid .z-product-grid-facets__actions>.z-button{width:100%}.js .z-product-grid .z-product-grid-facets__actions{display:none}.z-product-grid .z-product-grid-facets__actions a{display:inline-flex;justify-content:center;align-items:center;--z-button-text-color: var(--z-grid-accent);--z-button-border-color: var(--z-grid-border);--z-button-border-radius: 999px;padding-inline:16px}.z-product-grid .z-product-grid__empty{padding:clamp(48px,8vw,100px) 24px;text-align:center;background:var(--z-grid-surface);border:1px solid var(--z-grid-border);border-radius:var(--z-grid-radius)}.z-product-grid .z-product-grid__empty h2,.z-product-grid .z-product-grid__empty p{margin:0}.z-product-grid .z-product-grid__empty p{margin-block-start:12px;color:var(--z-grid-muted)}.z-product-grid .z-product-grid__clear-filter{color:var(--z-grid-accent)}.z-product-grid .pagination-wrapper{margin-block-start:var(--z-spacing-60)}.z-product-grid .z-product-grid__infinite-scroll{display:none}.z-product-grid .pagination__list{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(20px,4vw,50px);margin:0;padding:0}.z-product-grid .pagination__list:before,.z-product-grid .pagination__list:after,.z-product-grid .pagination__item-arrow:after{flex:0 0 16px;width:16px;min-width:16px;height:12px;content:"";background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M8 10.53 13 5.53 8 .53' stroke='%230D0D0D' stroke-width='1.5'/%3E%3Cpath d='M13 5.53H0' stroke='%230D0D0D' stroke-width='1.5'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:15px 12px}.z-product-grid .pagination__list:before,.z-product-grid .pagination__list:after{height:24px;opacity:.3}.z-product-grid .pagination__list:before,.z-product-grid .pagination__item--next:after{transform:rotate(180deg)}.z-product-grid .pagination__list:has(.pagination__item--next):before,.z-product-grid .pagination__list:has(.pagination__item--prev):after{display:none}.z-product-grid .pagination__item-arrow .icon{display:none}.z-product-grid .pagination__item-arrow{display:inline-flex;justify-content:center;align-items:center;flex:0 0 16px;width:16px;min-width:16px;height:24px;background-image:none}.z-product-grid .pagination__item{width:auto;min-width:0;height:24px;padding:0;color:#111;background-color:transparent;border-radius:0;font-size:16px;font-weight:700;line-height:24px;opacity:.3;text-align:center;text-decoration:none}.z-product-grid .pagination__item.pagination__item--number{display:inline-flex;justify-content:center;align-items:center;width:16px;min-width:16px}.z-product-grid .pagination__item.pagination__item--current{width:36px;min-width:36px;height:36px;color:#fff;background:#0065ff;border:0;border-radius:50%;box-shadow:none;opacity:1}.z-product-grid .pagination__item:not(.pagination__item--current):hover{color:#111;background-color:transparent;opacity:.65}.z-product-grid .pagination__item:focus-visible{outline:2px solid #0065ff;outline-offset:4px}.z-product-grid-card{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;min-width:0;height:100%;overflow:hidden;background:var(--z-grid-card-background);border:0;border-radius:0}.z-product-grid-card .z-product-grid-card__image-link,.z-product-grid-card .z-product-grid-card__title-link{background:transparent;box-shadow:none}.z-product-grid-card .z-product-grid-card__media{box-sizing:border-box;position:relative;display:grid;place-items:center;min-height:0;aspect-ratio:1 / 1;padding:0;overflow:hidden;background:#fff}.z-product-grid-card .z-product-grid-card__image-link{display:grid;place-items:center;width:100%;height:100%;min-height:0;overflow:hidden}.z-product-grid-card .z-product-grid-card__image,.z-product-grid-card .z-product-grid-card__placeholder{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:contain;mix-blend-mode:normal}.z-product-grid-card .z-product-grid-card__discount-badge{position:absolute;z-index:1;inset-block-start:20px;inset-inline-start:20px;padding:4px 8px;color:rgb(var(--color-z-product-badge-text));background:rgb(var(--color-z-product-badge-background));border-radius:4px;font-size:clamp(1.1rem,calc(1.1rem + 11 * (100vw - 37.5rem) / 374),2.2rem);font-weight:400;line-height:1}.z-product-grid-card .z-product-grid-card__thumbnails{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0 10px;list-style:none}.z-product-grid-card .z-product-grid-card__thumbnail-preview{-webkit-appearance:none;appearance:none;display:grid;place-items:center;width:50px;height:50px;padding:0;overflow:hidden;background:#fff;border:0;border-radius:4px;cursor:pointer}.z-product-grid-card .z-product-grid-card__thumbnail-preview:hover,.z-product-grid-card .z-product-grid-card__thumbnail-preview:focus-visible,.z-product-grid-card .z-product-grid-card__swatch:hover,.z-product-grid-card .z-product-grid-card__swatch:focus-visible{box-shadow:0 0 0 1px #fff,0 0 0 2px #0050e1}.z-product-grid-card .z-product-grid-card__thumbnail-image{width:100%;height:100%;object-fit:cover}.z-product-grid-card .z-product-grid-card__content{position:relative;display:flex;flex:1;flex-direction:column;gap:0;padding:20px}.z-product-grid-card .z-product-grid-card__content:before{flex:0 0 16px;width:100%;margin-block-end:30px;content:""}.z-product-grid-card .z-product-grid-card__title{margin:0;font-size:var(--z-font-size-xsmall, clamp(1.2rem, calc(1.2rem + 12 * (100vw - 37.5rem) / 374), 2.4rem));font-weight:600;line-height:1.25;overflow-wrap:anywhere}.z-product-grid-card .z-product-grid-card__title-link{color:var(--z-grid-text);text-decoration:none}.z-product-grid-card .z-product-grid-card__highlights{display:grid;gap:5px;margin:10px 0 0;padding:0;color:var(--z-grid-muted);font-size:14px;line-height:1;list-style:none}.z-product-grid-card .z-product-grid-card__highlights:empty{display:none}.z-product-grid-card .z-product-grid-card__highlight:before{margin-inline-end:5px;color:var(--z-grid-muted);content:"\2022"}.z-product-grid-card .z-product-grid-card__swatches{position:absolute;inset-block-start:20px;inset-inline:20px;display:flex;flex-wrap:nowrap;justify-content:center;gap:8px;min-height:16px;margin:0;padding:0;list-style:none}.z-product-grid-card .z-product-grid-card__swatch{-webkit-appearance:none;appearance:none;display:block;width:16px;height:16px;padding:0;overflow:hidden;background:var(--z-product-grid-card-swatch-background, currentColor);border:1px solid #c7cdd6;border-radius:50%;cursor:pointer}.z-product-grid-card .z-product-grid-card__price{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:baseline;margin-block-start:auto;font-size:var(--z-font-size-xsmall, clamp(1.2rem, calc(1.2rem + 12 * (100vw - 37.5rem) / 374), 2.4rem));line-height:1.3333}.z-product-grid-card .z-product-grid-card__compare-price{color:var(--z-grid-compare-price, var(--z-grid-muted));font-size:clamp(1.1rem,calc(1.1rem + 11 * (100vw - 37.5rem) / 374),2.2rem);font-weight:400}.z-product-grid-card .z-product-grid-card__current-price{color:var(--z-grid-accent);font-weight:700}.z-product-grid-card .z-product-grid-card__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-block-start:30px}.z-product-grid-card .z-product-grid-card__quick-add{flex:0 1 auto;min-width:0}.z-product-grid-card .z-product-grid-card__form{margin:0}.z-product-grid-card .z-product-grid-card__quick-add-button,.z-product-grid-card .z-product-grid-card__compare-button{-webkit-appearance:none;appearance:none;box-sizing:border-box;margin:0;box-shadow:none;text-transform:none;--z-button-border-radius: 60px;font-size:var(--z-font-size-xsmall, clamp(1.2rem, calc(1.2rem + 12 * (100vw - 37.5rem) / 374), 2.4rem));font-weight:500;line-height:1.3333}.z-product-grid-card .z-product-grid-card__quick-add-button:before,.z-product-grid-card .z-product-grid-card__quick-add-button:after,.z-product-grid-card .z-product-grid-card__compare-button:before,.z-product-grid-card .z-product-grid-card__compare-button:after{content:none}.z-product-grid-card .z-product-grid-card__quick-add-button{--z-button-text-color: rgb(var(--color-button-text));--z-button-background-color: rgb(var(--color-button));--z-button-border-color: rgb(var(--color-button));--z-button-gradient-angle: 90deg;height:40px;min-height:40px;min-width:146px;padding:0 30px;font-family:inherit;font-weight:500;white-space:normal}.z-product-grid-card .z-product-grid-card__quick-add-button.z-button__link--background-gradient{background:var(--color-z-product-deal-gradient)}.z-product-grid-card .z-product-grid-card__compare{position:relative;display:block;flex:0 0 auto}.z-product-grid-card .z-product-grid-card__compare-button{--z-button-text-color: rgb(var(--color-button));--z-button-border-color: rgb(var(--color-button));position:relative;gap:8px;width:146px;min-width:146px;height:40px;min-height:40px;padding:0 20px;color:rgb(var(--color-button));background:transparent;border:1px solid rgb(var(--color-button));border-radius:60px}.z-product-grid-card .z-product-grid-card__compare-button:hover{color:rgb(var(--color-button));background:transparent;border-color:rgb(var(--color-button))}@media(hover:hover){.z-product-grid-card .z-product-grid-card__quick-add-button:not(:disabled):hover .z-button__text-layer--primary span,.z-product-grid-card .z-product-grid-card__compare-button:not(:disabled):hover .z-button__text-layer--primary span{transform:translateY(1.5em)}.z-product-grid-card .z-product-grid-card__quick-add-button:not(:disabled):hover .z-button__text-layer--secondary span,.z-product-grid-card .z-product-grid-card__compare-button:not(:disabled):hover .z-button__text-layer--secondary span{transform:translateY(0)}}.z-product-grid-card .z-product-grid-card__quick-add-button>.icon-cart{display:none}.z-product-grid-card .z-product-grid-card__compare-label{white-space:nowrap}.z-product-grid-card .z-product-grid-card__compare-icon{display:block;flex:0 0 16px}.z-product-grid-card .z-product-grid-card__compare-added-check{position:absolute;top:-6px;right:-6px;display:grid;place-items:center;width:18px;height:18px;color:#fff;background:#0050e1;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0050e147;opacity:0;transition:opacity .18s ease;pointer-events:none}.z-product-grid-card .z-product-grid-card__quick-add-button:disabled,.z-product-grid-card .z-product-grid-card__compare-button:disabled{cursor:not-allowed;opacity:.5}.z-product-grid .z-product-grid__sort-trigger:focus-visible,.z-product-grid .z-product-grid__sort-option:focus-visible,.z-product-grid .z-product-grid__filter-chip:focus-visible,.z-product-grid .z-product-grid__clear-all:focus-visible,.z-product-grid .z-product-grid-facets__clear:focus-visible,.z-product-grid .z-product-grid-facets__summary:focus-visible,.z-product-grid .z-product-grid-facets__item input:focus-visible,.z-product-grid .z-product-grid-facets__price-field input:focus-visible,.z-product-grid .z-product-grid-facets__actions button:focus-visible,.z-product-grid .z-product-grid-facets__actions a:focus-visible,.z-product-grid .z-product-grid__open-filters:focus-visible,.z-product-grid .z-product-grid-facets__close:focus-visible,.z-product-grid-card .z-product-grid-card__image-link:focus-visible,.z-product-grid-card .z-product-grid-card__title-link:focus-visible,.z-product-grid-card .z-product-grid-card__thumbnail-preview:focus-visible,.z-product-grid-card .z-product-grid-card__swatch:focus-visible,.z-product-grid-card .z-product-grid-card__quick-add-button:focus-visible,.z-product-grid-card .z-product-grid-card__compare-button:focus-visible{outline:3px solid var(--z-grid-accent);outline-offset:3px}.z-product-grid-card .z-product-grid-card__image-link:focus-visible{outline-offset:-3px}@media screen and (min-width:990px){.z-product-grid .z-product-grid__header{position:sticky;z-index:12;top:var(--sticky-header-height-desktop, 0px);background:var(--z-grid-background);transform:translateY(0);transition:transform .5s cubic-bezier(.03,.93,.97,1)}.z-product-grid .z-product-grid__sidebar{position:sticky;top:calc(var(--sticky-header-height-desktop, 0px) + 113px);max-height:calc(100vh - var(--sticky-header-height-desktop, 0px) - 133px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;transform:translateY(0);transition:transform .5s cubic-bezier(.03,.93,.97,1),max-height .5s cubic-bezier(.03,.93,.97,1)}.shopify-section-header-hidden~.content-for-layout .z-product-grid .z-product-grid__header{transform:translateY(calc(0px - var(--sticky-header-height-desktop, 0px)))}.shopify-section-header-hidden~.content-for-layout .z-product-grid .z-product-grid__sidebar{max-height:calc(100vh - 133px);transform:translateY(calc(0px - var(--sticky-header-height-desktop, 0px)))}.z-product-grid .z-product-grid__sidebar::-webkit-scrollbar{display:none}.z-product-grid-card .z-product-grid-card__title{font-size:24px;line-height:1}.z-product-grid-card .z-product-grid-card__discount-badge,.z-product-grid-card .z-product-grid-card__highlights,.z-product-grid-card .z-product-grid-card__compare-price{font-size:14px}.z-product-grid-card .z-product-grid-card__price,.z-product-grid-card .z-product-grid-card__quick-add-button,.z-product-grid-card .z-product-grid-card__compare-button{font-size:16px;line-height:24px}.z-product-grid-card .z-product-grid-card__current-price{font-size:24px;line-height:32px}.z-product-grid-card .z-product-grid-card__highlights,.z-product-grid-card .z-product-grid-card__highlights:empty{display:grid;gap:5px;margin-block-start:10px}.z-product-grid-card .z-product-grid-card__highlight{line-height:19px}.z-product-grid .z-product-grid__header{align-items:center;margin-block-end:0;padding-block-end:40px}.z-product-grid .z-product-grid__title-group{flex:0 0 auto;flex-direction:column;gap:0;align-items:flex-start}.z-product-grid .z-product-grid__count{line-height:24px}.z-product-grid .z-product-grid__active-filters{gap:10px}.z-product-grid .z-product-grid__filter-chip{min-height:33px;padding:8px 12px;color:rgb(var(--color-z-product-badge-text));background:rgb(var(--color-z-product-badge-background));border-color:transparent;border-radius:8px;font-size:14px;line-height:1}.z-product-grid .z-product-grid__filter-chip:after{margin-inline-start:10px;font-size:16px}.z-product-grid .z-product-grid__layout{grid-template-columns:250px minmax(0,1fr)}.z-product-grid .z-product-grid-facets-disclosure__summary{display:none}.z-product-grid .z-product-grid-facets-disclosure__content{display:block;margin-block-start:0}.z-product-grid .z-product-grid-facets{padding:20px 20px 40px;border:0;border-radius:0}.z-product-grid .z-product-grid-facets__header{display:flex;justify-content:space-between;align-items:center;min-height:24px}.z-product-grid .z-product-grid-facets__heading{color:#111318;font-size:16px;font-weight:500;line-height:24px}.z-product-grid .z-product-grid-facets__clear{color:var(--z-grid-accent);font-size:14px;line-height:1;text-decoration:none}.z-product-grid .z-product-grid-facets__group{margin-block-start:20px;border-block-start:1px solid var(--z-grid-border);border-block-end:0}.z-product-grid .z-product-grid-facets__summary{padding-block:20px 8px;padding-inline-end:24px;font-size:16px;font-weight:500;line-height:24px}.z-product-grid .z-product-grid-facets__summary:after{inset-inline-end:0;width:8px;height:8px;content:"";border:solid #111318;border-width:0 1.5px 1.5px 0;transform:translateY(-70%) rotate(45deg);transform-origin:center}.z-product-grid .z-product-grid-facets__group[open]>.z-product-grid-facets__summary:after{content:"";transform:translateY(-70%) rotate(225deg)}.z-product-grid .z-product-grid-facets__options{padding-block-end:0}.z-product-grid .z-product-grid-facets__list{gap:0}.z-product-grid .z-product-grid-facets__item{grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:center;min-height:32px;color:#0d0d0d80;font-size:14px;line-height:20px}.z-product-grid .z-product-grid-facets__item--swatch{grid-template-columns:18px 16px minmax(0,1fr)}.z-product-grid .z-product-grid-facets__item input{-webkit-appearance:none;appearance:none;position:relative;width:18px;height:18px;margin:0;background:#fff;border:1px solid var(--z-grid-border);border-radius:2px}.z-product-grid .z-product-grid-facets__item input:checked{background:var(--z-grid-accent);border-color:var(--z-grid-accent)}.z-product-grid .z-product-grid-facets__item input:checked:after{position:absolute;inset-block-start:3px;inset-inline-start:5px;width:6px;height:9px;content:"";border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.z-product-grid .z-product-grid-facets__item label{align-items:center;min-height:32px}.z-product-grid .z-product-grid-facets__item-count{opacity:.5}.z-product-grid .z-product-grid-facets__item-count:before,.z-product-grid .z-product-grid-facets__item-count:after{content:none}.z-product-grid .z-product-grid-facets__item:has(input:checked) label{color:#0d0d0d;font-weight:400}.z-product-grid .z-product-grid-facets__actions{display:none}}@media screen and (min-width:990px){@supports (grid-template-rows: subgrid){.z-product-grid .z-product-grid__products{column-gap:var(--z-grid-gap);row-gap:0}.z-product-grid .z-product-grid__item,.z-product-grid-card{display:grid;grid-row:span 7;grid-template-rows:subgrid;row-gap:0}.z-product-grid .z-product-grid__item{margin-block-end:var(--z-grid-gap)}.z-product-grid-card .z-product-grid-card__media,.z-product-grid-card .z-product-grid-card__thumbnails{margin-block-end:20px}.z-product-grid-card .z-product-grid-card__content{display:grid;grid-row:span 5;grid-template-rows:subgrid;row-gap:0}.z-product-grid-card .z-product-grid-card__content:before{block-size:16px;margin-block-end:30px}.z-product-grid-card .z-product-grid-card__highlights{margin-block-start:10px}.z-product-grid-card .z-product-grid-card__price,.z-product-grid-card .z-product-grid-card__actions{margin-block-start:30px}}}@media screen and (min-width:990px)and (prefers-reduced-motion:no-preference){.z-product-grid .z-product-grid-facets__summary:after{transition:transform .18s ease}}@media screen and (min-width:990px)and (max-width:1365px){.z-product-grid .z-product-grid__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:750px)and (max-width:989px){.z-product-grid-card .z-product-grid-card__title,.z-product-grid-card .z-product-grid-card__current-price{font-size:clamp(20px,calc(20px + 4 * (100vw - 750px) / 239),24px)}.z-product-grid-card .z-product-grid-card__discount-badge,.z-product-grid-card .z-product-grid-card__compare-price{font-size:clamp(18px,calc(18px + 4 * (100vw - 750px) / 239),22px)}}@media screen and (max-width:989px){.z-product-grid{--z-grid-gap: 16px}.z-product-grid-card .z-product-grid-card__highlights{display:none}.z-product-grid-card .z-product-grid-card__thumbnails{flex-wrap:nowrap;justify-content:safe center;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.z-product-grid-card .z-product-grid-card__thumbnails::-webkit-scrollbar{display:none}.z-product-grid-card .z-product-grid-card__thumbnail-item{flex:0 0 auto}.z-product-grid .z-product-grid__header,.z-product-grid .z-product-grid__layout{grid-template-columns:minmax(0,1fr)}.z-product-grid .z-product-grid__products{grid-template-columns:repeat(auto-fit,minmax(max(var(--z-product-grid-card-min-width, 300px),calc((100% - var(--z-grid-gap)) / 2)),1fr))}.z-product-grid .z-product-grid__header{gap:20px;align-items:stretch;margin-block-end:24px}.z-product-grid .z-product-grid__header-main,.z-product-grid .z-product-grid__title-group{width:100%}.z-product-grid .z-product-grid__title-group{justify-content:space-between;align-items:baseline}.z-product-grid .z-product-grid__active-filters{flex-wrap:nowrap;width:100%;overflow-x:auto;scrollbar-width:none}.z-product-grid .z-product-grid__active-filters::-webkit-scrollbar{display:none}.z-product-grid .z-product-grid__filter-chip,.z-product-grid .z-product-grid__clear-all{white-space:nowrap}.z-product-grid .z-product-grid__active-filters{gap:10px}.z-product-grid .z-product-grid__filter-chip{min-height:33px;padding:8px 12px;color:rgb(var(--color-z-product-badge-text));background:rgb(var(--color-z-product-badge-background));border:0;border-radius:8px;font-size:14px;line-height:1}.z-product-grid .z-product-grid__toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;min-width:0}.z-product-grid .z-product-grid__open-filters{display:inline-flex;align-items:center;flex:0 0 auto;height:36px;margin:0;padding:0;color:var(--z-grid-accent);background:transparent;border:0;font:inherit;font-size:14px;line-height:20px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.z-product-grid .z-product-grid__sorting{min-width:0}.z-product-grid .z-product-grid__sorting form{flex-wrap:nowrap}.z-product-grid .z-product-grid__sort-dropdown{flex:0 1 200px;width:200px}.z-product-grid .z-product-grid__sort-trigger{width:100%}.z-product-grid .z-product-grid__sort-trigger [data-z-sort-label]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.z-product-grid .z-product-grid__sort-menu{right:0;left:auto;min-width:100%}.z-product-grid .z-product-grid__sidebar{order:-1}.z-product-grid .z-product-grid-facets-disclosure[open]>.z-product-grid-facets-disclosure__backdrop{display:none}.z-product-grid .z-product-grid-facets-disclosure__summary{display:none}.z-product-grid .z-product-grid-facets-disclosure__content{position:fixed;z-index:51;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh;margin:0;overflow:hidden;overscroll-behavior:contain;padding:env(safe-area-inset-top) max(20px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));background:var(--z-grid-surface);box-shadow:none;opacity:0;transform:translate(100%);transition:opacity .22s ease,transform .22s ease-out}.z-product-grid .z-product-grid-facets-disclosure.is-open>.z-product-grid-facets-disclosure__content{opacity:1;transform:translate(0)}.z-product-grid .z-product-grid-facets-disclosure__summary:focus-visible{outline:3px solid var(--z-grid-accent);outline-offset:3px}.z-product-grid .z-product-grid-facets-disclosure__backdrop:focus-visible{outline:3px solid #fff;outline-offset:-6px}.z-product-grid .z-product-grid-facets__groups{display:grid;grid-template-columns:minmax(0,1fr);grid-auto-rows:max-content;align-content:start;gap:0;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.z-product-grid .z-product-grid-facets__groups::-webkit-scrollbar{display:none}.z-product-grid .z-product-grid-facets{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%;overflow:visible;padding:0;background:var(--z-grid-surface);border:0;border-radius:0}.z-product-grid .z-product-grid-facets__header{position:sticky;z-index:2;top:0;display:flex;justify-content:space-between;align-items:center;min-height:64px;background:var(--z-grid-surface);border-block-end:1px solid var(--z-grid-border)}.z-product-grid .z-product-grid-facets__heading{color:var(--z-grid-text);font-size:24px;font-weight:500;line-height:32px}.z-product-grid .z-product-grid-facets__clear{display:none}.z-product-grid .z-product-grid-facets__close{display:grid;place-items:center;width:40px;height:40px;margin:0 -8px 0 0;padding:8px;color:#0d0d0d;background:transparent;border:0;cursor:pointer}.z-product-grid .z-product-grid-facets__close svg{width:20px;height:20px}.z-product-grid .z-product-grid-facets__group{border-block-end:1px solid var(--z-grid-border)}.z-product-grid .z-product-grid-facets__summary{padding:20px 32px 20px 0;color:#0d0d0d;font-size:16px;font-weight:500;line-height:24px}.z-product-grid .z-product-grid-facets__summary:after{inset-inline-end:4px;width:9px;height:9px;content:"";border:solid #0d0d0d;border-width:0 1.5px 1.5px 0;transform:translateY(-70%) rotate(45deg)}.z-product-grid .z-product-grid-facets__group[open]>.z-product-grid-facets__summary:after{content:"";transform:translateY(-30%) rotate(225deg)}.z-product-grid .z-product-grid-facets__options{padding-block-end:20px}.z-product-grid .z-product-grid-facets__list{gap:0}.z-product-grid .z-product-grid-facets__item{grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:center;min-height:36px;color:#0d0d0d7f;font-size:14px;line-height:20px}.z-product-grid .z-product-grid-facets__item--swatch{grid-template-columns:18px 16px minmax(0,1fr)}.z-product-grid .z-product-grid-facets__item input{-webkit-appearance:none;appearance:none;position:relative;width:18px;height:18px;margin:0;background:var(--z-grid-surface);border:1px solid var(--z-grid-border);border-radius:2px}.z-product-grid .z-product-grid-facets__item input:checked{background:var(--z-grid-accent);border-color:var(--z-grid-accent)}.z-product-grid .z-product-grid-facets__item input:checked:after{position:absolute;inset-block-start:3px;inset-inline-start:5px;width:6px;height:9px;content:"";border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.z-product-grid .z-product-grid-facets__item label{align-items:center;min-height:36px}.z-product-grid .z-product-grid-facets__item-count{opacity:.5}.z-product-grid .z-product-grid-facets__item-count:before,.z-product-grid .z-product-grid-facets__item-count:after{content:none}.z-product-grid .z-product-grid-facets__item:has(input:checked) label{color:#0d0d0d;font-weight:400}.z-product-grid .z-product-grid-facets__range{width:100%;margin-block:12px 16px}.z-product-grid .z-product-grid-facets__actions,.js .z-product-grid .z-product-grid-facets__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding-block:16px;background:#fff;border-block-start:1px solid var(--z-grid-border)}.z-product-grid .z-product-grid-facets__actions button,.z-product-grid .z-product-grid-facets__actions a{--z-button-border-radius: 0;min-height:48px;border-radius:0}.z-product-grid .pagination-wrapper{display:none}.z-product-grid .z-product-grid__infinite-scroll{display:grid;min-height:48px;place-items:center;margin-block-start:20px}.js .z-product-grid .z-product-grid__infinite-scroll:not(.is-error) [data-z-load-more]{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.z-product-grid-card .z-product-grid-card__media{min-height:0}.z-product-grid-card .z-product-grid-card__actions{display:grid;grid-template-columns:minmax(0,1fr) clamp(40px,calc(40px + 12 * (100vw - 375px) / 374),52px);width:100%}.z-product-grid-card .z-product-grid-card__actions:has(>:only-child){grid-template-columns:minmax(0,1fr)}.z-product-grid-card .z-product-grid-card__quick-add,.z-product-grid-card .z-product-grid-card__quick-add-button{width:100%;min-width:0}.z-product-grid-card .z-product-grid-card__quick-add-button{height:clamp(40px,calc(40px + 12 * (100vw - 375px) / 374),52px);min-height:clamp(40px,calc(40px + 12 * (100vw - 375px) / 374),52px);padding-block:0}.z-product-grid-card .z-product-grid-card__compare,.z-product-grid-card .z-product-grid-card__compare-button{width:clamp(40px,calc(40px + 12 * (100vw - 375px) / 374),52px);min-width:clamp(40px,calc(40px + 12 * (100vw - 375px) / 374),52px);height:clamp(40px,calc(40px + 12 * (100vw - 375px) / 374),52px);min-height:clamp(40px,calc(40px + 12 * (100vw - 375px) / 374),52px)}.z-product-grid-card .z-product-grid-card__compare-button{justify-content:center;padding:0;border-radius:50%}.z-product-grid-card .z-product-grid-card__compare-label{display:none}}@media(prefers-reduced-motion:reduce){.z-product-grid .z-product-grid-facets-disclosure__content{transition:none}}@media screen and (max-width:749px){.z-product-grid{--z-grid-gap: 10px;padding-block:calc(var(--z-product-grid-padding-top) * .6) calc(var(--z-product-grid-padding-bottom) * .6)}.z-product-grid--width-page_width .z-product-grid__inner{width:var(--page-width-mobile)}.z-product-grid .z-product-grid__header{gap:16px;margin-block-end:20px}.z-product-grid .z-product-grid__title{font-size:clamp(2.4rem,calc(2.4rem + 24 * (100vw - 37.5rem) / 374),4.8rem);line-height:1.2}.z-product-grid .z-product-grid__count,.z-product-grid .z-product-grid__open-filters,.z-product-grid .z-product-grid__sort-label,.z-product-grid .z-product-grid__sort-trigger,.z-product-grid .z-product-grid__sort-option{font-size:var(--z-font-size-xsmall, clamp(1.2rem, calc(1.2rem + 12 * (100vw - 37.5rem) / 374), 2.4rem))}.z-product-grid .z-product-grid__filter-chip{min-height:clamp(33px,calc(33px + 11 * (100vw - 375px) / 374),44px);padding-block:clamp(5px,calc(5px + 5 * (100vw - 375px) / 374),10px);padding-inline:clamp(6px,calc(6px + 6 * (100vw - 375px) / 374),12px);font-size:clamp(1.1rem,calc(1.1rem + 11 * (100vw - 37.5rem) / 374),2.2rem);line-height:clamp(1.2rem,calc(1.2rem + 12 * (100vw - 37.5rem) / 374),2.4rem)}.z-product-grid .z-product-grid__count,.z-product-grid .z-product-grid__sort-label,.z-product-grid .z-product-grid__sort-trigger,.z-product-grid .z-product-grid__sort-option{line-height:clamp(1.6rem,calc(1.6rem + 16 * (100vw - 37.5rem) / 374),3.2rem)}.z-product-grid .z-product-grid__open-filters{line-height:clamp(1.65rem,calc(1.65rem + 16.5 * (100vw - 37.5rem) / 374),3.3rem)}.z-product-grid .z-product-grid__sorting form{gap:clamp(10px,calc(10px + 10 * (100vw - 375px) / 374),20px)}.z-product-grid .z-product-grid__sort-dropdown{flex-basis:clamp(150px,calc(150px + 53 * (100vw - 375px) / 374),203px);width:clamp(150px,calc(150px + 53 * (100vw - 375px) / 374),203px)}.z-product-grid .z-product-grid__sort-trigger{height:clamp(36px,calc(36px + 16 * (100vw - 375px) / 374),52px);padding-block:clamp(6px,calc(6px + 4 * (100vw - 375px) / 374),10px);padding-inline:clamp(16px,calc(16px + 14 * (100vw - 375px) / 374),30px)}.z-product-grid .z-product-grid__sort-trigger .icon-caret{flex-basis:clamp(24px,calc(24px + 8 * (100vw - 375px) / 374),32px);width:clamp(24px,calc(24px + 8 * (100vw - 375px) / 374),32px);height:clamp(24px,calc(24px + 8 * (100vw - 375px) / 374),32px);margin-inline-end:0}.z-product-grid-card{gap:10px}.z-product-grid .z-product-grid-facets{padding:0}.z-product-grid .z-product-grid-facets__groups,.z-product-grid .z-product-grid-facets__actions{grid-template-columns:minmax(0,1fr)}.z-product-grid-card .z-product-grid-card__discount-badge{inset-block-start:8px;inset-inline-start:8px;padding:5px 7px}.z-product-grid-card .z-product-grid-card__thumbnails{gap:5px;padding:0 10px}.z-product-grid-card .z-product-grid-card__thumbnail-preview{width:32px;height:32px}.z-product-grid-card .z-product-grid-card__content{gap:0;padding:10px}.z-product-grid-card .z-product-grid-card__title{margin-block-end:5px;line-height:1.25}.z-product-grid-card .z-product-grid-card__price{gap:3px 7px;margin-block-start:0}.z-product-grid-card .z-product-grid-card__actions{gap:10px;margin-block-start:10px}.z-product-grid-card .z-product-grid-card__quick-add-button{padding-inline:10px}}@media(prefers-reduced-motion:reduce){.z-product-grid .z-product-grid-facets-disclosure[open]>.z-product-grid-facets-disclosure__backdrop,.z-product-grid .z-product-grid-facets-disclosure__content{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/z-product-grid.css.map */
