.price-input{width:100%;display:flex;flex-direction:column;gap:9px;margin-top:10px;margin-bottom:10px}.price-input .field{display:flex;width:100%;align-items:flex-start;flex-direction:column}.price-input .field label{color:var(--font-color-second);font-size:13px;line-height:15px;margin-bottom:4px;font-weight:500}.field input{width:100%;border:1px solid #E3E8EF;border-radius:10px;color:var(--font-color-second);height:36px;font-size:14px;line-height:20px;font-weight:600;text-align:left;padding-left:16px;transition:border-color .2s ease}.field input:focus{outline:none;border-color:var(--accent-color)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.slider{height:4px;position:relative;background:#e3e8ef;border-radius:5px;margin-top:22px}.slider .progress{height:100%;position:absolute;border-radius:5px;background:var(--accent-color);left:0%;right:0%}.range-input{position:relative}.range-input input{position:absolute;width:100%;height:5px;top:-5px;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;left:-2px;cursor:grab}input[type=range]::-webkit-slider-thumb{height:18px;width:18px;border-radius:50%;background:var(--accent-color);pointer-events:auto;-webkit-appearance:none;box-shadow:0 2px 6px #0000001a;border:2px solid white}input[type=range]::-moz-range-thumb{height:18px;width:18px;border:2px solid white;border-radius:50%;background:var(--accent-color);pointer-events:auto;-moz-appearance:none;box-shadow:0 2px 6px #0000001a}.cstm-active-filters{display:none}.active-filters-refine{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.active-filters-refine__text{font-size:13px;font-weight:700;text-transform:uppercase;color:var(--font-color-second)}.active-filters__clear-all{cursor:pointer;font-size:12px;color:var(--accent-color);font-weight:600}.active-filters__remove-filter{display:flex;align-items:center;gap:6px;cursor:pointer;margin-bottom:4px}.filter-item{font-weight:600;text-transform:capitalize;font-size:13px;color:var(--font-color-second)}.filter-cross{font-family:monospace;font-size:12px;color:#9dafbd}.cstm-collection-grid .cstm-collection-grid__tools{margin-bottom:1.5rem;display:flex;justify-content:flex-end}.cstm-collection-grid .cstm-collection-grid__grid{display:grid;grid-template-columns:240px 1fr;grid-column-gap:30px}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__holder{position:static;width:100%;border:none;background:#fff;border-radius:12px;margin-bottom:8px;padding:16px 18px 0;transition:.2s all;border:1px solid #E3E8EF}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__holder.filter-form__holder--closed{border-color:var(--accent-color)}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__holder.filter-form__holder-price{border-color:#e3e8ef;padding-bottom:24px}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__holder.filter-form__holder-price .filter-form__title-name:after{display:none}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__title{color:var(--font-color-second);font-size:14px;font-weight:600;display:inline;cursor:pointer;font-family:Comfortaa,sans-serif}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__title-name{display:flex;align-items:center;justify-content:space-between}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__title-name span{color:var(--font-color-second);font-size:14px;line-height:15px;font-weight:600}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__title-name span:not([data-block=priceblc]):not(.money){display:block;width:100%}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__title-name .money{margin-left:5px;margin-right:auto}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__title-name:after{border:none;content:"";width:10px;height:10px;background:url(/cdn/shop/files/Polygon_1.svg?v=1677743308) no-repeat center;color:transparent;transition:.2s all;flex-shrink:0}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__title-name--closed:after{background:url(/cdn/shop/files/Polygon_1_1.svg?v=1677743308) no-repeat center}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__list{max-height:220px;overflow-y:auto;overflow-x:hidden;width:100%;margin-top:12px;transform:scaleY(1);transform-origin:top;transition:all .26s ease}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__list--closed{transform:scaleY(0);transform-origin:top;transition:all .26s ease;max-height:0}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__list::-webkit-scrollbar{width:3px}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__list::-webkit-scrollbar-thumb{background:#c3cad9;border-radius:3px}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__list::-webkit-scrollbar-track{background:#f0f2f5}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item label,.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item a{display:flex;align-items:center;cursor:pointer;color:#7d8fb3;font-size:13px;line-height:15px;font-weight:500;margin-bottom:10px;text-decoration:none;transition:color .15s ease}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item label:hover{color:var(--accent-color)}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item label:last-child{margin-bottom:18px}.cstm-collection-grid .cstm-collection-grid__grid-filters input[type=checkbox]{visibility:hidden;position:absolute;height:1px;width:1px;opacity:0}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item-checkbox{width:16px;height:16px;display:block!important;position:relative;margin-right:10px;top:0;border-radius:4px;border:1.5px solid #C3CAD9;flex-shrink:0;transition:.2s all}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item-checkbox--checked{border-color:var(--accent-color);background:var(--accent-color)}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item-checkbox--checked:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.7 11.3l-3-3 1.4-1.4L6.7 8.5l4.2-4.2 1.4 1.4z'/%3E%3C/svg%3E") center no-repeat;background-size:14px}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-form__item--disabled{opacity:.5;pointer-events:none}.cstm-collection-grid .cstm-collection-grid__grid-filters .filter-group-display__header-reset,.cstm-collection-grid .cstm-collection-grid__grid-filters .remove-items{margin-left:auto;width:auto;padding-left:5px;font-size:11px;font-weight:600;color:var(--accent-color);cursor:pointer}.active-label{font-weight:700!important;color:var(--accent-color)!important}.filter-group-display__submit,.filter-group-display__header-reset{display:none}.cstm-collection-grid .cstm-collection-grid__grid .cstm-collection-grid__grid-items{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:20px;height:fit-content}.cstm-collection-grid__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.cstm-collection-grid__header-count{color:var(--accent-color);font-size:13px;line-height:14px;font-weight:600}.cstm-colleciton-sort-title{font-size:13px;font-weight:600;color:#7d8fb3;line-height:14px;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center}.cstm-colleciton-sort-title svg{height:6px;margin-left:10px}.filter-form__info{color:var(--accent-color);font-size:14px;line-height:15px;font-weight:700;margin-bottom:24px}.collection-title{margin-top:79px}.cstm-collection-grid .cstm-collection-sort{position:relative}.cstm-collection-grid .cstm-colelction-sort__dropdown{position:absolute;width:auto;min-width:180px;z-index:2;right:0;list-style:none;padding:8px 0;background:#fff;border-radius:12px;border:1px solid #E3E8EF;box-shadow:0 8px 24px #00000014;top:calc(100% + 8px);transform:scaleY(0);transform-origin:top;transition:transform .2s ease}.cstm-collection-grid .cstm-colelction-sort__dropdown--opened{transform:scaleY(1)}.cstm-collection-grid .cstm-colelction-sort__dropdown:before{display:none}.cstm-collection-grid .cstm-colelction-sort__dropdown-value{display:block;padding:8px 16px;cursor:pointer;font-size:13px;color:#7d8fb3!important;transition:all .15s ease}.cstm-collection-grid .cstm-colelction-sort__dropdown-value:hover{background:#f7f8fa;color:var(--accent-color)!important}.cstm-collection-grid .cstm-colelction-sort__dropdown-value.cstm-colelction-sort__dropdown-value--selected{color:var(--accent-color)!important;font-weight:600}.filters-loading{opacity:.5;transition:.3s all;pointer-events:none!important}.filter-mobile-hidden__apply{display:none}@media only screen and (min-width:992px){#open-menu,.close-modal{display:none!important}}@media only screen and (max-width:992px){.cstm-collection-grid .cstm-collection-grid__grid{grid-template-columns:1fr;padding:0}.cstm-collection-grid .cstm-collection-grid__grid .cstm-collection-grid__grid-items{grid-template-columns:repeat(2,1fr);grid-column-gap:8px;grid-row-gap:8px}.cstm-collection-grid .cstm-collection-grid__tools{display:grid;grid-template-columns:1fr}#body-overlay{width:100vw;height:100vh;display:none;position:fixed;z-index:3;top:0;overflow:hidden;background:#0006}.real-menu{position:fixed;top:0;left:-100%;z-index:999;width:85%;max-width:360px;height:100%;padding:1rem;background:#f7f8fa;box-sizing:border-box;transition:.25s ease all;overflow-y:scroll;border-radius:0 16px 16px 0}body.menu-open #body-overlay{display:block}body.menu-open .real-menu{left:0}.close-modal{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;margin-bottom:15px;padding-top:.5rem;border-bottom:1px solid #E3E8EF}.close-modal-text{color:var(--accent-color);font-size:16px;font-weight:700}.close-modal-cross{font-size:24px;cursor:pointer}.cstm-active-filters{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #E3E8EF}button#open-menu{background:var(--accent-color);color:#fff;border:none;width:100%;box-shadow:0 4px 12px #00872626;border-radius:40px;font-size:15px;font-weight:600;line-height:18px;padding:13px 0;cursor:pointer;transition:.2s all}button#open-menu:hover{box-shadow:0 6px 16px #00872640}.filter-form__info.mobile-hide{display:none}.filter-mobile-hidden__apply{cursor:pointer;background:var(--accent-color);box-shadow:0 4px 12px #00872626;border-radius:40px;padding:12px;margin-bottom:2rem;display:flex;font-size:15px;color:#fff;line-height:18px;font-weight:600;align-items:center;justify-content:center;margin-top:16px}.cstm-collection-grid .cstm-colelction-sort__dropdown{right:0;left:auto}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/cstm-collection-modern.css.map */
