.collection-breadcrumb{font-size:12.5px;color:var(--color-muted);padding:14px 0}.collection-breadcrumb a{color:var(--color-muted)}.collection-breadcrumb a:hover{color:var(--color-black);text-decoration:underline}.collection-breadcrumb span{margin:0 6px}.collection-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:18px;flex-wrap:wrap}.collection-header__title{font-size:24px;margin:0}.collection-header__count{font-size:13px;color:var(--color-muted);margin-top:4px}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:start;padding-bottom:60px}@media screen and (max-width:989px){.collection-layout{grid-template-columns:1fr}}.facets{position:sticky;top:calc(var(--header-height) + 16px)}@media screen and (max-width:989px){.facets{position:static}}.facets__group{border-bottom:1px solid var(--color-border);padding:16px 0}.facets__group-title{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;color:var(--color-black);cursor:pointer;background:none;border:none;width:100%;padding:0}.facets__group-title svg{transition:transform var(--speed) var(--ease)}.facets__group-title:not(.is-open) svg{transform:rotate(-180deg)}.facets__options[hidden]{display:none}.facets__options{margin-top:12px;display:flex;flex-direction:column;gap:10px;max-height:260px;overflow-y:auto}.facets__option{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--color-body);cursor:pointer}.facets__option input{accent-color:var(--color-black);width:16px;height:16px}.facets__option span{flex:1}.facets__option small{color:var(--color-muted)}.facets__clear{font-size:12.5px;color:var(--color-link);text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}.facets__price-inputs{display:flex;align-items:center;gap:8px;margin-top:4px}.facets__price-inputs input{width:100%;padding:8px 10px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);font-size:13px}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.active-filter-pill{display:inline-flex;align-items:center;gap:6px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:6px 10px 6px 12px;font-size:12.5px}.active-filter-pill button{background:none;border:none;cursor:pointer;display:flex;color:var(--color-muted)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.sort-select{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;font-weight:600;background:#fff}.mobile-filter-toggle{display:none;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;font-weight:600;background:#fff;align-items:center;gap:6px}@media screen and (max-width:989px){.mobile-filter-toggle{display:inline-flex}.facets{display:none}.facets.is-open-mobile{display:block}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media screen and (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.pagination{display:flex;justify-content:center;gap:6px;margin-top:40px}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;color:var(--color-ink)}.pagination a:hover{background:var(--color-surface-alt)}.pagination .is-current{background:var(--color-black);color:#fff}.collection-empty{text-align:center;padding:80px 20px;color:var(--color-muted)}.collection-hero{position:relative;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:24px}.collection-hero img{width:100%;height:clamp(120px,18vw,220px);object-fit:cover}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#14121a8c,#14121a00);display:flex;align-items:center;padding:0 5%}.collection-hero__overlay h1{color:#fff;margin:0;font-size:clamp(22px,3vw,32px)}.industry-page{padding:8px 0 64px}.industry-page__banner{margin-bottom:8px}.industry-page__banner-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface-alt);min-height:180px}.industry-page__banner-img{width:100%;height:clamp(180px,28vw,360px);object-fit:cover;display:block}.industry-page__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:28px 32px;background:linear-gradient(180deg,transparent 35%,rgba(20,18,26,.55) 100%)}.industry-page__banner-title{margin:0;color:#fff;font-size:clamp(24px,3.2vw,36px);letter-spacing:-.02em;text-shadow:0 1px 8px rgba(0,0,0,.25)}@media screen and (max-width:749px){.industry-page__banner-overlay{padding:18px 16px}.industry-page__banner-media{border-radius:var(--radius-md)}}.industry-page__header{margin-bottom:28px}.industry-page__title{font-size:clamp(26px,3vw,34px);margin:0 0 10px;letter-spacing:-.02em}.industry-page__intro{max-width:720px;color:var(--color-body);font-size:15px;line-height:1.6}.industry-page__intro p:last-child{margin-bottom:0}.industry-collection{margin-bottom:44px;padding-bottom:8px}.industry-collection__empty,.industry-page__empty{background:var(--color-surface-alt);border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);padding:28px 24px;color:var(--color-muted);text-align:center}.industry-page__empty h2{margin:0 0 8px;font-size:18px;color:var(--color-ink)}.industry-page__empty p{margin:0;font-size:14px}.product-grid--cols-3{grid-template-columns:repeat(3,1fr)}.product-grid--cols-4{grid-template-columns:repeat(4,1fr)}.product-grid--cols-5{grid-template-columns:repeat(5,1fr)}@media screen and (max-width:1200px){.product-grid--cols-5{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:989px){.product-grid--cols-3,.product-grid--cols-4,.product-grid--cols-5{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.product-grid--cols-3,.product-grid--cols-4,.product-grid--cols-5{grid-template-columns:repeat(2,1fr)}.industry-collection{margin-bottom:32px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/collection.css.map */
