.custom-filter-wrapper{width:100%}.custom-filter-wrapper.layout-horizontal{display:block}.custom-filter-wrapper.layout-sidebar{display:grid;grid-template-columns:280px 1fr;gap:30px}.filter-layout{margin-bottom:30px}.layout-horizontal .filter-layout{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--filter-gap)}.layout-sidebar .filter-layout{display:flex;flex-direction:column;gap:var(--filter-gap)}.filter-group-header{display:flex;align-items:center;gap:6px;margin-bottom:6px;position:relative}.filter-group h4,.filter-group-header h4{margin-bottom:0;font-size:var(--filter-title-size, 14px);font-weight:var(--filter-title-weight, 600);color:var(--filter-title-color, #111)}.range-slider-wrap{width:100%;padding:var(--slider-padding-top) 5px var(--slider-padding-bottom)}.range-inputs{position:relative;height:5px;width:100%;background:var(--slider-track-bg);border-radius:5px;margin-bottom:15px}.range-inputs input[type=range]{position:absolute;width:100%;height:5px;-webkit-appearance:none;background:none;pointer-events:none;margin:0;top:0;left:0}.range-inputs input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:18px;width:18px;border-radius:50%;background:var(--slider-handle-bg);border:2px solid #fff;box-shadow:0 1px 3px #0000004d;cursor:pointer;pointer-events:auto;position:relative;z-index:3}.range-inputs input[type=range]::-moz-range-thumb{height:18px;width:18px;border-radius:50%;background:var(--slider-handle-bg);border:2px solid #fff;box-shadow:0 1px 3px #0000004d;cursor:pointer;pointer-events:auto;z-index:3}.slider-track{position:absolute;height:5px;background:var(--slider-track-active);border-radius:5px;z-index:2;top:0}.range-values{display:flex;justify-content:space-between;font-size:var(--slider-label-size);font-weight:600;color:var(--slider-label-color)}.range-values span{background:#f8f8f8;padding:2px 6px;border-radius:4px;border:1px solid #eee}.pill-wrap{display:flex;flex-wrap:wrap;gap:var(--pill-gap)}.filter-group button:not(.filter-tooltip-btn){border-radius:var(--pill-radius);padding:var(--pill-padding-y) var(--pill-padding-x);font-size:var(--pill-font-size);background:var(--pill-bg);color:var(--pill-color);border:1px solid var(--pill-border);cursor:pointer;transition:all .2s ease}.filter-group button:not(.filter-tooltip-btn).active{background:var(--pill-active-bg);color:var(--pill-active-color)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--card-gap)}.product-card{display:flex;flex-direction:column;height:100%;padding:var(--card-padding);border-radius:var(--card-radius);box-shadow:var(--card-shadow);background:#fff;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.product-image-link{display:block;width:100%;flex-shrink:0}.product-image-wrap{width:100%;aspect-ratio:var(--image-ratio);overflow:hidden;position:relative}.product-image{width:100%;height:100%;object-fit:var(--image-fit);transition:transform .4s ease}.product-bubble{position:absolute;z-index:2;font-family:var(--bubble-font-family, inherit);font-size:var(--bubble-font-size);font-weight:var(--bubble-font-weight, 600);font-style:var(--bubble-font-style, normal);padding:var(--bubble-padding);border-radius:var(--bubble-radius);width:max-content;max-width:calc(100% - (var(--bubble-margin) * 2));box-sizing:border-box;text-align:center;word-wrap:break-word;line-height:1.2;pointer-events:none}.bubble-top-left{top:var(--bubble-margin);left:var(--bubble-margin)}.bubble-top-right{top:var(--bubble-margin);right:var(--bubble-margin)}.bubble-bottom-left{bottom:var(--bubble-margin);left:var(--bubble-margin)}.bubble-bottom-right{bottom:var(--bubble-margin);right:var(--bubble-margin)}.product-title{margin:12px 0 8px;font-size:var(--card-title-size);font-weight:var(--card-title-weight);color:var(--card-title-color);text-align:var(--card-title-align);flex-grow:1}.product-title a{color:inherit;text-decoration:none;display:block}.product-price{margin:0;font-family:var(--price-font-family, inherit);font-weight:var(--price-font-weight, normal);font-style:var(--price-font-style, normal);font-size:var(--card-price-size);color:var(--card-price-color);text-align:var(--card-price-align);flex-shrink:0}.product-price.on-sale{display:flex;gap:8px;justify-content:var(--price-align-flex)}.compare-price,.sale-price,.regular-price{font-family:var(--price-font-family, inherit);font-weight:var(--price-font-weight, normal);font-style:var(--price-font-style, normal)}.compare-price{text-decoration:line-through;color:var(--compare-price-color);opacity:.7}.filter-tooltip-btn{background:var(--tooltip-btn-bg, #f0f0f0);border:var(--tooltip-btn-border-width, 1px) solid var(--tooltip-btn-border-color, rgba(0, 0, 0, .1));border-radius:calc(var(--tooltip-btn-radius, 50) * 1%);width:var(--tooltip-btn-size, 18px);height:var(--tooltip-btn-size, 18px);font-size:var(--tooltip-btn-font-size, 11px);font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--tooltip-btn-color, #555);padding:0;flex-shrink:0}.filter-tooltip-btn:hover{opacity:.8}.filter-tooltip-content{position:absolute;top:calc(100% + 4px);left:0;background:#222;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;z-index:10;width:max-content;max-width:220px;box-shadow:0 4px 6px #00000026;font-weight:400;line-height:1.4;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.filter-tooltip-content.show{opacity:1;visibility:visible}.product-card.hover-behavior-lift:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.product-card.hover-behavior-zoom:hover .product-image{transform:scale(1.08)}@media(max-width:1100px){.custom-filter-wrapper.layout-sidebar{grid-template-columns:1fr}.layout-sidebar .filter-layout{flex-direction:row;flex-wrap:wrap}.layout-horizontal .filter-layout{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.filter-layout{display:grid!important;grid-template-columns:repeat(2,1fr);gap:var(--filter-gap);margin-bottom:24px}.filter-group{min-width:0}.product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/custom-filter.css.map */
