.chemarry-collection-grid{--chem-grid-background: #faf8f5;--chem-grid-surface: #ffffff;--chem-grid-surface-soft: #f5f2ed;--chem-grid-text: #0e1b2c;--chem-grid-secondary: #66707b;--chem-grid-primary: #153b5f;--chem-grid-primary-hover: #0f2f4d;--chem-grid-accent: #e79a2d;--chem-grid-offer: #cf3838;--chem-grid-success: #1f785d;--chem-grid-border: #e5e2dc;--chem-grid-overlay: rgba(14, 27, 44, .5);--chem-grid-page-width: 1400px;--chem-grid-columns-desktop: 4;--chem-grid-image-ratio: 1 / 1;--chem-grid-image-padding: 10px;--chem-grid-radius-section: 22px;--chem-grid-radius-card: 17px;--chem-grid-radius-control: 13px;--chem-grid-radius-pill: 999px;--chem-grid-shadow-section: 0 18px 50px rgba(14, 27, 44, .06);--chem-grid-shadow-card: 0 12px 32px rgba(14, 27, 44, .08);--chem-grid-transition-fast: .16s ease;--chem-grid-transition-base: .26s ease;position:relative;display:block;width:100%;min-width:0;color:var(--chem-grid-text)}.chemarry-collection-grid,.chemarry-collection-grid *,.chemarry-collection-grid *:before,.chemarry-collection-grid *:after{box-sizing:border-box}.chemarry-collection-grid [hidden]{display:none!important}.chemarry-collection-grid button,.chemarry-collection-grid input,.chemarry-collection-grid select{font:inherit}.chemarry-collection-grid button,.chemarry-collection-grid select,.chemarry-collection-grid input{margin:0}.chemarry-collection-grid a{color:inherit}.chemarry-collection-grid svg{display:block}.chemarry-collection-grid .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.chemarry-collection-grid__spacing{width:100%;padding-top:var(--chem-grid-padding-top-mobile, 16px);padding-bottom:var(--chem-grid-padding-bottom-mobile, 16px)}.chemarry-collection-grid__page{width:min(calc(100% - 24px),var(--chem-grid-page-width, 1400px));margin:0 auto}.chemarry-collection-grid__panel{position:relative;width:100%;min-width:0;overflow:hidden;background:var(--chem-grid-background);border:1px solid var(--chem-grid-border);border-radius:var(--chem-grid-radius-section);box-shadow:var(--chem-grid-shadow-section)}.chemarry-collection-grid__intro{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:18px;width:100%;padding:20px;background:radial-gradient(circle at 100% 0,rgba(231,154,45,.12),transparent 38%),linear-gradient(145deg,var(--chem-grid-surface),var(--chem-grid-background))}.chemarry-collection-grid__intro-copy{min-width:0}.chemarry-collection-grid__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 8px;color:var(--chem-grid-success);font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.1em;text-transform:uppercase}.chemarry-collection-grid__eyebrow:before{content:"";width:6px;height:6px;flex:0 0 auto;background:var(--chem-grid-accent);border-radius:50%}.chemarry-collection-grid__title{max-width:760px;margin:0;color:var(--chem-grid-text);font-size:clamp(24px,6vw,36px);font-weight:780;line-height:1.08;letter-spacing:-.04em}.chemarry-collection-grid__title>*{margin:0;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit}.chemarry-collection-grid__description{max-width:720px;margin:10px 0 0;color:var(--chem-grid-secondary);font-size:13px;line-height:1.55}.chemarry-collection-grid__description>*{margin:0}.chemarry-collection-grid__intro-action{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:0}.chemarry-collection-grid__toggle{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;padding:11px 18px;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:var(--chem-grid-primary)!important;border:1px solid var(--chem-grid-primary)!important;border-radius:var(--chem-grid-radius-pill)!important;box-shadow:none!important;font-size:12px;font-weight:750;line-height:1.2;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color var(--chem-grid-transition-fast),border-color var(--chem-grid-transition-fast),transform var(--chem-grid-transition-fast)}.chemarry-collection-grid__toggle:before,.chemarry-collection-grid__toggle:after{display:none!important;box-shadow:none!important}.chemarry-collection-grid__toggle:hover{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:var(--chem-grid-primary-hover)!important;border-color:var(--chem-grid-primary-hover)!important;transform:translateY(-1px)}.chemarry-collection-grid__toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 auto;transition:transform var(--chem-grid-transition-base)}.chemarry-collection-grid__toggle-icon svg{width:100%;height:100%}.chemarry-collection-grid.is-open .chemarry-collection-grid__toggle-icon{transform:rotate(180deg)}.chemarry-collection-grid__intro-count{margin:0;color:var(--chem-grid-secondary);font-size:10px;font-weight:650;line-height:1.3;text-align:center}.chemarry-collection-grid__catalog{display:grid;grid-template-rows:0fr;width:100%;min-width:0;visibility:hidden;opacity:0;border-top:0 solid transparent;transition:grid-template-rows .36s ease,visibility .36s ease,opacity .22s ease,border-color .22s ease}.chemarry-collection-grid.is-open .chemarry-collection-grid__catalog{grid-template-rows:1fr;visibility:visible;opacity:1;border-top:1px solid var(--chem-grid-border)}.chemarry-collection-grid__catalog-inner{min-height:0;min-width:0;overflow:hidden}.chemarry-collection-grid__catalog-content{position:relative;width:100%;min-width:0;padding:14px}.chemarry-collection-grid__toolbar{position:relative;z-index:5;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;width:100%;min-width:0;margin-bottom:16px}.chemarry-collection-grid__toolbar-top{display:flex;align-items:center;justify-content:space-between;min-width:0}.chemarry-collection-grid__results{margin:0;color:var(--chem-grid-secondary);font-size:12px;font-weight:700;line-height:1.35}.chemarry-collection-grid__toolbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%}.chemarry-collection-grid__control{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:46px;padding:10px 13px;color:var(--chem-grid-text)!important;-webkit-text-fill-color:var(--chem-grid-text)!important;background:var(--chem-grid-surface)!important;border:1px solid var(--chem-grid-border)!important;border-radius:var(--chem-grid-radius-control)!important;box-shadow:none!important;font-size:11px;font-weight:720;line-height:1.2;cursor:pointer;appearance:none;-webkit-appearance:none}.chemarry-collection-grid__control:before,.chemarry-collection-grid__control:after{display:none!important;box-shadow:none!important}.chemarry-collection-grid__control:hover{color:var(--chem-grid-primary)!important;-webkit-text-fill-color:var(--chem-grid-primary)!important;border-color:#153b5f57!important}.chemarry-collection-grid__control-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 auto;color:var(--chem-grid-primary)}.chemarry-collection-grid__control-icon svg{width:100%;height:100%}.chemarry-collection-grid__filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;padding:2px 6px;color:#fff;background:var(--chem-grid-primary);border-radius:var(--chem-grid-radius-pill);font-size:9px;font-weight:800;line-height:1}.chemarry-collection-grid__active-filters{display:flex;align-items:center;gap:8px;grid-column:1 / -1;width:100%;overflow-x:auto;padding:1px 0 5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.chemarry-collection-grid__active-filters::-webkit-scrollbar{display:none}.chemarry-collection-grid__active-filter{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;min-height:35px;padding:7px 11px;color:var(--chem-grid-primary);background:var(--chem-grid-surface);border:1px solid rgba(21,59,95,.22);border-radius:var(--chem-grid-radius-pill);font-size:10px;font-weight:680;line-height:1.2;text-decoration:none}.chemarry-collection-grid__active-filter svg{width:12px;height:12px}.chemarry-collection-grid__clear-all{display:inline-flex;flex:0 0 auto;align-items:center;min-height:35px;padding:7px 5px;color:var(--chem-grid-secondary);font-size:10px;font-weight:680;text-decoration:underline;text-underline-offset:3px}.chemarry-collection-grid__body{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;width:100%;min-width:0}.chemarry-collection-grid__desktop-facets{display:none}.chemarry-collection-grid__desktop-facets form{width:100%;min-width:0}.chemarry-collection-grid__facet{width:100%;min-width:0;border-bottom:1px solid var(--chem-grid-border)}.chemarry-collection-grid__facet:last-child{border-bottom:0}.chemarry-collection-grid__facet-summary{display:block;width:100%;list-style:none;cursor:pointer}.chemarry-collection-grid__facet-summary::-webkit-details-marker{display:none}.chemarry-collection-grid__facet-summary-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:56px;color:var(--chem-grid-text);font-size:12px;font-weight:750;line-height:1.3}.chemarry-collection-grid__facet-summary-icon{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;flex:0 0 auto;color:var(--chem-grid-primary);transition:transform var(--chem-grid-transition-base)}.chemarry-collection-grid__facet-summary-icon svg{width:100%;height:100%}.chemarry-collection-grid__facet[open] .chemarry-collection-grid__facet-summary-icon{transform:rotate(180deg)}.chemarry-collection-grid__facet-values{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;width:100%;margin:0;padding:0 0 16px;list-style:none}.chemarry-collection-grid__facet-option{width:100%;min-width:0}.chemarry-collection-grid__facet-label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:44px;padding:8px 10px;color:var(--chem-grid-text);background:var(--chem-grid-surface-soft);border:1px solid transparent;border-radius:11px;font-size:11px;line-height:1.3;cursor:pointer;transition:background-color var(--chem-grid-transition-fast),border-color var(--chem-grid-transition-fast)}.chemarry-collection-grid__facet-label:hover{border-color:#153b5f33}.chemarry-collection-grid__facet-label.is-active{background:#153b5f12;border-color:#153b5f47}.chemarry-collection-grid__facet-label.is-disabled{opacity:.45;cursor:not-allowed}.chemarry-collection-grid__facet-checkbox{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.chemarry-collection-grid__checkbox-ui{display:inline-flex;position:relative;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 auto;color:#fff;background:var(--chem-grid-surface);border:1.5px solid #c7ccd2;border-radius:6px}.chemarry-collection-grid__checkbox-ui svg{width:12px;height:12px;opacity:0;transform:scale(.7);transition:opacity var(--chem-grid-transition-fast),transform var(--chem-grid-transition-fast)}.chemarry-collection-grid__facet-checkbox:checked+.chemarry-collection-grid__checkbox-ui{background:var(--chem-grid-primary);border-color:var(--chem-grid-primary)}.chemarry-collection-grid__facet-checkbox:checked+.chemarry-collection-grid__checkbox-ui svg{opacity:1;transform:scale(1)}.chemarry-collection-grid__facet-option-text{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.chemarry-collection-grid__facet-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chemarry-collection-grid__facet-number{flex:0 0 auto;color:var(--chem-grid-secondary);font-size:10px}.chemarry-collection-grid__price-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%;padding-bottom:16px}.chemarry-collection-grid__price-field{min-width:0}.chemarry-collection-grid__price-label{display:block;margin:0 0 5px;color:var(--chem-grid-secondary);font-size:10px;font-weight:700;line-height:1.2}.chemarry-collection-grid__price-input{display:block;width:100%;min-width:0;min-height:44px;padding:10px 11px;color:var(--chem-grid-text);background:var(--chem-grid-surface);border:1px solid var(--chem-grid-border);border-radius:11px;outline:none;box-shadow:none;font-size:11px;line-height:1.2;-webkit-appearance:textfield;appearance:textfield}.chemarry-collection-grid__price-input::-webkit-inner-spin-button,.chemarry-collection-grid__price-input::-webkit-outer-spin-button{margin:0;appearance:none;-webkit-appearance:none}.chemarry-collection-grid__price-input:focus{border-color:var(--chem-grid-primary);box-shadow:0 0 0 3px #153b5f1a}.chemarry-collection-grid__products-wrapper{position:relative;width:100%;min-width:0;overflow:visible}.chemarry-collection-grid__products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:10px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;list-style:none!important}.chemarry-collection-grid__item{display:flex!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;margin:0!important;padding:0!important}.chemarry-collection-card{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;height:100%;overflow:hidden;color:var(--chem-grid-text);background:var(--chem-grid-surface);border:1px solid var(--chem-grid-border);border-radius:var(--chem-grid-radius-card);transition:border-color var(--chem-grid-transition-base),box-shadow var(--chem-grid-transition-base),transform var(--chem-grid-transition-base)}.chemarry-collection-card__media{position:relative;width:100%;min-width:0;overflow:hidden;aspect-ratio:var(--chem-grid-image-ratio, 1 / 1);background:var(--chem-grid-surface-soft)}.chemarry-collection-card__image-link{display:block;width:100%;height:100%;text-decoration:none}.chemarry-collection-card__image{display:block;width:100%;height:100%;padding:var(--chem-grid-image-padding, 10px);object-fit:contain;object-position:center;transform:scale(1);transition:transform .36s ease}.chemarry-collection-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#a9afb6}.chemarry-collection-card__placeholder svg{width:54px;height:54px}.chemarry-collection-card__badges{position:absolute;top:8px;left:8px;z-index:3;display:flex;flex-wrap:wrap;gap:5px;max-width:calc(100% - 16px);pointer-events:none}.chemarry-collection-card__badge{display:inline-flex;align-items:center;min-height:24px;padding:5px 8px;color:#fff;background:var(--chem-grid-primary);border-radius:var(--chem-grid-radius-pill);box-shadow:0 5px 14px #0e1b2c26;font-size:8px;font-weight:800;line-height:1;letter-spacing:.03em;text-transform:uppercase}.chemarry-collection-card__badge--offer{background:var(--chem-grid-offer)}.chemarry-collection-card__badge--sold-out{background:#69737d}.chemarry-collection-card__content{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;padding:11px}.chemarry-collection-card__vendor{width:100%;min-width:0;overflow:hidden;margin:0 0 5px;color:var(--chem-grid-success);font-size:8px;font-weight:800;line-height:1.2;letter-spacing:.07em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.chemarry-collection-card__title{display:-webkit-box;min-height:36px;margin:0;overflow:hidden;color:var(--chem-grid-text);font-size:11px;font-weight:720;line-height:1.4;letter-spacing:-.01em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.chemarry-collection-card__title a{color:inherit;text-decoration:none}.chemarry-collection-card__availability{display:flex;align-items:center;gap:6px;margin-top:7px;color:var(--chem-grid-success);font-size:8.5px;font-weight:680;line-height:1.2}.chemarry-collection-card__availability:before{content:"";width:6px;height:6px;flex:0 0 auto;background:currentColor;border-radius:50%}.chemarry-collection-card__availability.is-sold-out{color:var(--chem-grid-offer)}.chemarry-collection-card__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px;min-height:24px;margin-top:9px}.chemarry-collection-card__price{color:var(--chem-grid-text);font-size:13px;font-weight:800;line-height:1.15}.chemarry-collection-card__price.is-offer{color:var(--chem-grid-offer)}.chemarry-collection-card__compare-price{color:#9299a1;font-size:8.5px;font-weight:500;line-height:1.15;text-decoration:line-through}.chemarry-collection-card__variant{position:relative;width:100%;margin-top:9px}.chemarry-collection-card__variant-select{display:block;width:100%;min-width:0;min-height:39px;padding:8px 30px 8px 10px;color:var(--chem-grid-text);background:var(--chem-grid-surface);border:1px solid var(--chem-grid-border);border-radius:10px;outline:none;box-shadow:none;font-size:9px;font-weight:580;line-height:1.25;cursor:pointer;appearance:none;-webkit-appearance:none}.chemarry-collection-card__variant:after{content:"";position:absolute;top:50%;right:12px;width:7px;height:7px;border-right:1.5px solid var(--chem-grid-primary);border-bottom:1.5px solid var(--chem-grid-primary);pointer-events:none;transform:translateY(-70%) rotate(45deg)}.chemarry-collection-card__variant-select:focus{border-color:var(--chem-grid-primary);box-shadow:0 0 0 3px #153b5f1a}.chemarry-collection-card__purchase{display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-end;width:100%;margin-top:11px}.chemarry-collection-card__button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:41px;padding:9px 8px;overflow:hidden;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:var(--chem-grid-primary)!important;border:1px solid var(--chem-grid-primary)!important;border-radius:var(--chem-grid-radius-pill)!important;box-shadow:none!important;font-size:9.5px;font-weight:750;line-height:1.15;text-align:center;text-decoration:none!important;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color var(--chem-grid-transition-fast),border-color var(--chem-grid-transition-fast),transform var(--chem-grid-transition-fast)}.chemarry-collection-card__button:before,.chemarry-collection-card__button:after{box-shadow:none!important}.chemarry-collection-card__button:hover:not(:disabled){color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:var(--chem-grid-primary-hover)!important;border-color:var(--chem-grid-primary-hover)!important;transform:translateY(-1px)}.chemarry-collection-card__button:disabled,.chemarry-collection-card__button.is-sold-out{color:#737b84!important;-webkit-text-fill-color:#737b84!important;background:#e6e9ec!important;border-color:#e6e9ec!important;opacity:1!important;cursor:not-allowed}.chemarry-collection-card__button.is-loading{color:transparent!important;-webkit-text-fill-color:transparent!important;pointer-events:none}.chemarry-collection-card__button.is-loading:after{content:"";position:absolute;top:50%;left:50%;display:block!important;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:chem-grid-spin .7s linear infinite}@keyframes chem-grid-spin{to{transform:rotate(360deg)}}.chemarry-collection-grid__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10020;display:flex;justify-content:flex-start;visibility:hidden;pointer-events:none}.chemarry-collection-grid__drawer.is-open{visibility:visible;pointer-events:auto}.chemarry-collection-grid__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:var(--chem-grid-overlay);border:0;opacity:0;cursor:pointer;transition:opacity var(--chem-grid-transition-base)}.chemarry-collection-grid__drawer.is-open .chemarry-collection-grid__drawer-overlay{opacity:1}.chemarry-collection-grid__drawer-panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(92vw,400px);height:100%;max-height:100dvh;overflow:hidden;background:var(--chem-grid-surface);box-shadow:18px 0 50px #0e1b2c29;transform:translate(-102%);transition:transform .3s ease}.chemarry-collection-grid__drawer.is-open .chemarry-collection-grid__drawer-panel{transform:translate(0)}.chemarry-collection-grid__drawer-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex:0 0 auto;min-height:72px;padding:15px 17px;border-bottom:1px solid var(--chem-grid-border)}.chemarry-collection-grid__drawer-heading{min-width:0}.chemarry-collection-grid__drawer-title{margin:0;color:var(--chem-grid-text);font-size:18px;font-weight:780;line-height:1.2}.chemarry-collection-grid__drawer-count{margin:4px 0 0;color:var(--chem-grid-secondary);font-size:10px;line-height:1.3}.chemarry-collection-grid__drawer-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;padding:0;color:var(--chem-grid-primary);background:var(--chem-grid-surface-soft);border:1px solid var(--chem-grid-border);border-radius:50%;cursor:pointer;appearance:none;-webkit-appearance:none}.chemarry-collection-grid__drawer-close svg{width:17px;height:17px}.chemarry-collection-grid__drawer-form{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.chemarry-collection-grid__drawer-main{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 17px 20px}.chemarry-collection-grid__drawer-footer{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:9px;flex:0 0 auto;padding:13px 17px;background:var(--chem-grid-surface);border-top:1px solid var(--chem-grid-border);box-shadow:0 -8px 20px #0e1b2c0d}.chemarry-collection-grid__drawer-clear,.chemarry-collection-grid__drawer-apply{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 11px;border-radius:var(--chem-grid-radius-pill);font-size:11px;font-weight:750;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer}.chemarry-collection-grid__drawer-clear{color:var(--chem-grid-primary);background:var(--chem-grid-surface);border:1px solid rgba(21,59,95,.25)}.chemarry-collection-grid__drawer-apply{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:var(--chem-grid-primary)!important;border:1px solid var(--chem-grid-primary)!important}.chemarry-collection-grid__sort-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10022;display:flex;align-items:flex-end;visibility:hidden;pointer-events:none}.chemarry-collection-grid__sort-sheet.is-open{visibility:visible;pointer-events:auto}.chemarry-collection-grid__sort-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:var(--chem-grid-overlay);border:0;opacity:0;cursor:pointer;transition:opacity var(--chem-grid-transition-base)}.chemarry-collection-grid__sort-sheet.is-open .chemarry-collection-grid__sort-overlay{opacity:1}.chemarry-collection-grid__sort-panel{position:relative;z-index:1;width:100%;max-height:min(78dvh,620px);overflow-y:auto;padding:17px;background:var(--chem-grid-surface);border-radius:22px 22px 0 0;box-shadow:0 -18px 50px #0e1b2c24;transform:translateY(102%);transition:transform .3s ease}.chemarry-collection-grid__sort-sheet.is-open .chemarry-collection-grid__sort-panel{transform:translateY(0)}.chemarry-collection-grid__sort-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.chemarry-collection-grid__sort-title{margin:0;color:var(--chem-grid-text);font-size:18px;font-weight:780;line-height:1.2}.chemarry-collection-grid__sort-options{display:grid;gap:8px;margin:0;padding:0;list-style:none}.chemarry-collection-grid__sort-option{display:flex;align-items:center;width:100%;min-height:49px;padding:10px 12px;color:var(--chem-grid-text);background:var(--chem-grid-surface-soft);border:1px solid transparent;border-radius:11px;font-size:11px;text-align:left;cursor:pointer}.chemarry-collection-grid__sort-option.is-active{color:var(--chem-grid-primary);background:#153b5f12;border-color:#153b5f40;font-weight:750}.chemarry-collection-grid__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:flex-start;justify-content:center;padding-top:80px;background:#faf8f5c7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);visibility:hidden;opacity:0;pointer-events:none;transition:opacity var(--chem-grid-transition-fast),visibility var(--chem-grid-transition-fast)}.chemarry-collection-grid.is-loading .chemarry-collection-grid__loading{visibility:visible;opacity:1;pointer-events:auto}.chemarry-collection-grid__loading-spinner{width:34px;height:34px;border:3px solid rgba(21,59,95,.18);border-top-color:var(--chem-grid-primary);border-radius:50%;animation:chem-grid-spin .7s linear infinite}.chemarry-collection-grid__empty{width:100%;padding:44px 18px;color:var(--chem-grid-secondary);background:#ffffffa8;border:1px dashed var(--chem-grid-border);border-radius:16px;text-align:center}.chemarry-collection-grid__empty-title{margin:0;color:var(--chem-grid-text);font-size:18px;font-weight:780;line-height:1.25}.chemarry-collection-grid__empty-text{max-width:480px;margin:8px auto 0;font-size:11px;line-height:1.55}.chemarry-collection-grid__empty-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:16px;padding:10px 17px;color:#fff;background:var(--chem-grid-primary);border-radius:var(--chem-grid-radius-pill);font-size:11px;font-weight:750;text-decoration:none}.chemarry-collection-grid__pagination{display:flex;align-items:center;justify-content:center;width:100%;margin-top:24px}.chemarry-collection-grid__pagination-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px;margin:0;padding:0;list-style:none}.chemarry-collection-grid__pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:41px;height:41px;padding:7px;color:var(--chem-grid-primary);background:var(--chem-grid-surface);border:1px solid var(--chem-grid-border);border-radius:50%;font-size:10px;font-weight:750;line-height:1;text-decoration:none}.chemarry-collection-grid__pagination-link svg{width:18px;height:18px}.chemarry-collection-grid__pagination-link:hover,.chemarry-collection-grid__pagination-link.is-current{color:#fff;background:var(--chem-grid-primary);border-color:var(--chem-grid-primary)}.chemarry-collection-grid__toast{position:fixed;right:13px;bottom:13px;z-index:10030;display:flex;align-items:center;max-width:calc(100vw - 26px);min-height:50px;padding:11px 15px;color:#fff;background:var(--chem-grid-success);border-radius:13px;box-shadow:0 18px 50px #0e1b2c2e;font-size:11px;font-weight:680;line-height:1.4;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity var(--chem-grid-transition-base),transform var(--chem-grid-transition-base)}.chemarry-collection-grid__toast.is-visible{opacity:1;transform:translateY(0)}.chemarry-collection-grid__toast.is-error{background:var(--chem-grid-offer)}body.chemarry-grid-lock{overflow:hidden;touch-action:none}@media screen and (min-width:750px){.chemarry-collection-grid__spacing{padding-top:var(--chem-grid-padding-top-desktop, 24px);padding-bottom:var(--chem-grid-padding-bottom-desktop, 24px)}.chemarry-collection-grid__page{width:min(calc(100% - 48px),var(--chem-grid-page-width, 1400px))}.chemarry-collection-grid__intro{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:center;gap:26px;padding:26px}.chemarry-collection-grid__description{font-size:14px}.chemarry-collection-grid__catalog-content{padding:22px}.chemarry-collection-grid__toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px}.chemarry-collection-grid__toolbar-actions{grid-template-columns:150px 150px;width:auto}.chemarry-collection-grid__products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.chemarry-collection-card__content{padding:13px}.chemarry-collection-card__title{min-height:39px;font-size:12px}.chemarry-collection-card__price{font-size:14px}.chemarry-collection-card__button{font-size:10px}}@media screen and (min-width:990px){.chemarry-collection-grid__page{width:min(calc(100% - 64px),var(--chem-grid-page-width, 1400px))}.chemarry-collection-grid__panel{border-radius:24px}.chemarry-collection-grid__intro{padding:30px 34px}.chemarry-collection-grid__title{font-size:clamp(32px,3vw,42px)}.chemarry-collection-grid__catalog-content{padding:28px}.chemarry-collection-grid__body.has-desktop-filters{grid-template-columns:minmax(220px,270px) minmax(0,1fr);gap:24px}.chemarry-collection-grid__desktop-facets{position:sticky;top:24px;display:block;width:100%;min-width:0;max-height:calc(100vh - 48px);overflow-y:auto;padding:17px;background:var(--chem-grid-surface);border:1px solid var(--chem-grid-border);border-radius:16px;scrollbar-width:thin}.chemarry-collection-grid__products{grid-template-columns:repeat(var(--chem-grid-columns-desktop, 4),minmax(0,1fr))!important;gap:16px!important}.chemarry-collection-card__content{padding:14px}.chemarry-collection-card__vendor{font-size:9px}.chemarry-collection-card__title{min-height:41px;font-size:13px}.chemarry-collection-card__availability{font-size:9px}.chemarry-collection-card__price{font-size:15px}.chemarry-collection-card__compare-price{font-size:9px}.chemarry-collection-card__variant-select{min-height:41px;font-size:10px}.chemarry-collection-card__button{min-height:43px;font-size:10.5px}.chemarry-collection-grid__sort-sheet{align-items:center;justify-content:center}.chemarry-collection-grid__sort-panel{width:min(92vw,460px);border-radius:20px;transform:translateY(20px) scale(.98);opacity:0}.chemarry-collection-grid__sort-sheet.is-open .chemarry-collection-grid__sort-panel{transform:translateY(0) scale(1);opacity:1}@media(hover:hover)and (pointer:fine){.chemarry-collection-card:hover{border-color:#153b5f3d;box-shadow:var(--chem-grid-shadow-card);transform:translateY(-3px)}.chemarry-collection-card:hover .chemarry-collection-card__image{transform:scale(1.035)}}}@media screen and (min-width:990px)and (max-width:1199px){.chemarry-collection-grid__body.has-desktop-filters{grid-template-columns:220px minmax(0,1fr);gap:18px}.chemarry-collection-grid__products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media screen and (min-width:1400px){.chemarry-collection-grid__catalog-content{padding:32px}.chemarry-collection-grid__products{gap:18px!important}}@media screen and (max-width:749px){.chemarry-collection-grid__panel{border-radius:18px}.chemarry-collection-grid__intro{padding:17px}.chemarry-collection-grid__catalog-content{padding:12px}.chemarry-collection-grid__toolbar{margin-bottom:13px}.chemarry-collection-grid__products{gap:9px!important}.chemarry-collection-card{border-radius:14px}.chemarry-collection-card__image{padding:8px}.chemarry-collection-card__content{padding:10px}.chemarry-collection-card__title{min-height:35px;font-size:10.8px}.chemarry-collection-card__button{min-height:40px;font-size:9px}}@media screen and (max-width:374px){.chemarry-collection-grid__page{width:calc(100% - 16px)}.chemarry-collection-grid__intro{padding:14px}.chemarry-collection-grid__catalog-content{padding:10px}.chemarry-collection-grid__products{gap:7px!important}.chemarry-collection-card__content{padding:8px}.chemarry-collection-card__title{min-height:34px;font-size:10px}.chemarry-collection-card__button{min-height:39px;padding-right:6px;padding-left:6px;font-size:8.5px}}.chemarry-collection-grid__toggle:focus-visible,.chemarry-collection-grid__control:focus-visible,.chemarry-collection-grid__drawer-close:focus-visible,.chemarry-collection-grid__facet-summary:focus-visible,.chemarry-collection-grid__facet-label:focus-within,.chemarry-collection-grid__drawer-clear:focus-visible,.chemarry-collection-grid__drawer-apply:focus-visible,.chemarry-collection-grid__sort-option:focus-visible,.chemarry-collection-card__button:focus-visible,.chemarry-collection-card__variant-select:focus-visible,.chemarry-collection-card__title a:focus-visible,.chemarry-collection-card__image-link:focus-visible,.chemarry-collection-grid__pagination-link:focus-visible{outline:2px solid var(--chem-grid-accent);outline-offset:2px;box-shadow:none}@media(prefers-reduced-motion:reduce){.chemarry-collection-grid *,.chemarry-collection-grid *:before,.chemarry-collection-grid *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.chemarry-collection-card:hover,.chemarry-collection-card:hover .chemarry-collection-card__image,.chemarry-collection-grid__toggle:hover,.chemarry-collection-card__button:hover{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/chemarry-collection-grid.css.map */
