.col-breadcrumb{padding-top:1rem;padding-bottom:.5rem;font-family:Poppins,sans-serif}.col-breadcrumb__nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.col-breadcrumb__link{font-size:1.05rem;color:#f60;text-decoration:none;font-weight:500;transition:opacity .2s}.col-breadcrumb__link:hover{opacity:.75;text-decoration:underline}.col-breadcrumb__sep{font-size:1.1rem;color:#bbb;line-height:1}.col-breadcrumb__current{font-size:1.05rem;color:#888;font-weight:400}.col-header{padding-top:1rem;padding-bottom:1.25rem}.col-header__top{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.col-header__title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:#111;margin:0;letter-spacing:-.02em;font-family:Poppins,sans-serif}.col-header__count{font-size:1.05rem;font-weight:400;color:#888;font-family:Poppins,sans-serif}.col-header__desc{font-size:1rem;color:#666;line-height:1.65;margin-top:.5rem;max-width:900px;font-family:Poppins,sans-serif}.col-subcats{padding-bottom:1.5rem}.col-subcats__wrapper{display:flex;align-items:center;gap:8px;position:relative}.col-subcats__slider{display:flex;align-items:center;gap:8px;overflow:hidden;scroll-behavior:smooth;flex:1;cursor:grab;-ms-overflow-style:none;scrollbar-width:none}.col-subcats__slider::-webkit-scrollbar{display:none}.col-subcats__slider.is-dragging{cursor:grabbing;scroll-behavior:auto;-webkit-user-select:none;user-select:none}.col-subcats__nav{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1.5px solid #e0e0e0;background:#fff;color:#333;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,color .2s;padding:0;line-height:1}.col-subcats__nav:hover{background:#ec6034;border-color:#ec6034;color:#fff}.col-subcats__nav[disabled]{opacity:.3;cursor:default;pointer-events:none}.col-subcat{display:inline-block;padding:6px 16px;border-radius:50px;background:#f0f0f0;color:#444;font-size:.95rem;font-weight:500;font-family:Poppins,sans-serif;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap;flex-shrink:0}.col-subcat:hover{background:#ec6034;color:#fff}.col-subcat--active{background:#ec6034;color:#fff;font-weight:600}.col-product-list{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0 1.5rem}.col-product-card{display:grid;grid-template-columns:180px 1fr auto;grid-template-rows:1fr;gap:0 1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #00000012;padding:1.25rem;position:relative;transition:box-shadow .2s;align-items:stretch}.col-product-card:hover{box-shadow:0 6px 24px #0000001f}.col-product-card__badges{grid-column:1;grid-row:1;display:flex;gap:5px;margin-bottom:8px}.col-badge{display:inline-block;padding:3px 9px;border-radius:4px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.col-badge--new{background:#22c55e;color:#fff}.col-badge--discount{background:#ec6034;color:#fff}.col-badge--pct{background:#ec6034;color:#fff;font-size:.75rem;padding:2px 7px}.col-product-card__img-link{grid-column:1;grid-row:1 / 3;align-self:center;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;overflow:hidden;height:150px;position:relative}.col-product-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.col-product-card__img{width:100%;height:150px;object-fit:contain;transition:transform .3s}.col-product-card:hover .col-product-card__img{transform:scale(1.04)}.col-placeholder{width:100%;height:150px}.col-product-card__info{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;gap:6px}.col-product-card__vendor{font-size:.82rem;font-weight:700;color:#ec6034;text-transform:uppercase;letter-spacing:.08em;margin:0;font-family:Poppins,sans-serif}.col-product-card__title{font-size:1.05rem;font-weight:700;color:#111;text-decoration:none;line-height:1.35;transition:color .2s;font-family:Poppins,sans-serif}.col-product-card__title:hover{color:#ec6034}.col-product-card__desc{font-size:.95rem;color:#666;line-height:1.55;margin:0;font-family:Poppins,sans-serif}.col-product-card__stock{font-size:.88rem;color:#16a34a;font-weight:500;margin:auto 0 0;font-family:Poppins,sans-serif}.col-product-card__stock--out{color:#ef4444}.col-product-card__right{grid-column:3;grid-row:1 / 3;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1rem;min-width:160px;align-self:stretch}.col-product-card__price-wrap{text-align:right}.col-product-card__price-row{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-bottom:4px}.col-product-card__compare{font-size:.92rem;color:#aaa;text-decoration:line-through;font-family:Poppins,sans-serif}.col-product-card__price{font-size:1.55rem;font-weight:900;color:#ec6034;letter-spacing:-.02em;display:block;font-family:Poppins,sans-serif}.col-product-card__btn{display:block;width:100%;background:#111;color:#fff;border:none;border-radius:6px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s;white-space:nowrap;font-family:Poppins,sans-serif}.col-product-card__btn:hover{background:#333;color:#fff}.col-product-card__btn--options{background:#ec6034}.col-product-card__btn--options:hover{background:#d4512a}@media screen and (max-width:900px){.col-product-card{grid-template-columns:130px 1fr;grid-template-rows:auto auto auto}.col-product-card__badges{grid-column:1;grid-row:1}.col-product-card__img-link{grid-column:1;grid-row:2;height:120px}.col-product-card__img{height:120px}.col-product-card__info{grid-column:2;grid-row:1 / 3}.col-product-card__right{grid-column:1 / 3;grid-row:3;flex-direction:row;align-items:center;justify-content:space-between;min-width:unset;padding-top:.75rem;border-top:1px solid #f0f0f0;margin-top:.5rem}.col-product-card__price-wrap{text-align:left}.col-product-card__price-row{justify-content:flex-start}.col-product-card__price{font-size:1.2rem}.col-product-card__btn{width:auto;padding:.65rem 1.25rem}}@media screen and (max-width:600px){.col-product-card{grid-template-columns:100px 1fr;padding:1rem;gap:0 1rem}.col-product-card__img-link,.col-product-card__img{height:100px}.col-header__title{font-size:1.6rem}.col-product-card__title{font-size:.95rem}.col-product-card__desc{font-size:.88rem}}.facets__heading,.facet-filters__label{font-weight:700!important;color:#111!important;font-size:.9rem!important}.facets__summary{font-weight:600!important;color:#111!important;font-size:.85rem!important;padding:.75rem 0!important;border-bottom:1px solid #f0f0f0!important}.facets__summary:hover{color:#ec6034!important}.facets__checkbox{accent-color:#ec6034!important;width:16px!important;height:16px!important;cursor:pointer!important}.facet-checkbox__label,.facets__label{font-size:.82rem!important;color:#444!important;cursor:pointer!important;transition:color .2s!important}.facet-checkbox:hover .facet-checkbox__label,.facets__item:hover .facets__label{color:#ec6034!important}.facet-checkbox__count,.facets__count{color:#aaa!important;font-size:.75rem!important}.facets__reset,.facet-filters__reset{color:#ec6034!important;font-size:.78rem!important;font-weight:600!important;text-decoration:underline!important;text-underline-offset:3px!important}.active-facets__button{background:#fff5ee!important;border:1.5px solid #ec6034!important;border-radius:50px!important;color:#ec6034!important;font-size:.78rem!important;font-weight:600!important;padding:4px 10px!important}.active-facets__button:hover{background:#ec6034!important;color:#fff!important}.active-facets__button .icon-close{color:#ec6034!important}.active-facets__button:hover .icon-close{color:#fff!important}.price-filter__range::-webkit-slider-thumb{background:#ec6034!important}.price-filter__range::-moz-range-thumb{background:#ec6034!important}.price-filter__range::-webkit-slider-runnable-track{background:#f0f0f0!important}.facet-filters__sort.select__select,.facets-vertical-form .select__select{border-color:#e0e0e0!important;border-radius:6px!important;font-size:.85rem!important;color:#111!important}.facet-filters__sort.select__select:focus,.facets-vertical-form .select__select:focus{border-color:#ec6034!important;box-shadow:0 0 0 2px #ec603426!important;outline:none!important}.facets-wrapper{border-right:1px solid #f0f0f0!important;padding-right:1.5rem!important}.product-count__text,.product-count-vertical{font-size:.82rem!important;color:#888!important}.col-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start;padding-top:1rem}.col-main{min-width:0}.col-sidebar{position:sticky;top:100px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;overflow:hidden;max-height:calc(100vh - 120px);display:flex;flex-direction:column}.col-sidebar__form{overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}.col-sidebar__form::-webkit-scrollbar{width:4px}.col-sidebar__form::-webkit-scrollbar-track{background:transparent}.col-sidebar__form::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.col-sidebar__form::-webkit-scrollbar-thumb:hover{background:#ec6034}.col-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0}.col-sidebar__title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:800;color:#111;margin:0;font-family:Poppins,sans-serif}.col-sidebar__reset{font-size:.75rem;color:#ec6034;text-decoration:underline;text-underline-offset:3px;font-weight:600;transition:opacity .2s}.col-sidebar__reset:hover{opacity:.75}.col-filter-group{border-bottom:1px solid #f0f0f0}.col-filter-group:last-child{border-bottom:none}.col-filter-group__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:700;color:#111;text-align:left;font-family:Poppins,sans-serif;transition:color .2s}.col-filter-group__toggle:hover{color:#ec6034}.col-filter-group__caret{transition:transform .2s;flex-shrink:0}.col-filter-group__toggle.is-open .col-filter-group__caret{transform:rotate(180deg)}.col-filter-group__body{padding:0 1.25rem 1rem;display:flex;flex-direction:column;gap:8px}.col-filter-search-wrap{display:flex;align-items:center;gap:8px;border:1.5px solid #e0e0e0;border-radius:6px;padding:.6rem .75rem;transition:border-color .2s}.col-filter-search-wrap:focus-within{border-color:#ec6034}.col-filter-search-wrap svg{color:#aaa;flex-shrink:0}.col-filter-search{border:none;outline:none;font-size:.82rem;color:#111;width:100%;background:transparent;font-family:inherit}.col-filter-search::placeholder{color:#bbb}.col-filter-select{width:100%;border:1.5px solid #e0e0e0;border-radius:6px;padding:.6rem .75rem;font-size:.82rem;color:#111;background:#fff;cursor:pointer;outline:none;font-family:inherit;transition:border-color .2s}.col-filter-select:focus{border-color:#ec6034}.col-filter-check{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.92rem;color:#444;font-family:Poppins,sans-serif;transition:color .2s}.col-filter-check:hover{color:#ec6034}.col-filter-check input[type=checkbox],.col-filter-check input[type=radio]{accent-color:#ec6034;width:15px;height:15px;cursor:pointer;flex-shrink:0}.col-filter-check__count{color:#bbb;font-size:.75rem}.col-filter-price__inputs{display:flex;align-items:center;gap:8px;margin-bottom:10px}.col-filter-price__field{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:6px;padding:.5rem .6rem;gap:4px;flex:1;transition:border-color .2s}.col-filter-price__field:focus-within{border-color:#ec6034}.col-filter-price__symbol{font-size:.78rem;color:#888}.col-filter-price__input{border:none;outline:none;font-size:.82rem;color:#111;width:100%;background:transparent;font-family:inherit;-moz-appearance:textfield}.col-filter-price__input::-webkit-outer-spin-button,.col-filter-price__input::-webkit-inner-spin-button{-webkit-appearance:none}.col-filter-price__sep{font-size:.75rem;color:#bbb;flex-shrink:0}.col-filter-price__apply{width:100%;background:#111;color:#fff;border:none;border-radius:6px;padding:.65rem;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s}.col-filter-price__apply:hover{background:#333}@media screen and (max-width:1024px){.col-layout{grid-template-columns:240px 1fr;gap:1.5rem}}@media screen and (max-width:768px){.col-layout{grid-template-columns:1fr}.col-sidebar{position:static;display:none}.col-sidebar.is-open{display:block}}.col-mobile-bar{display:none;align-items:center;justify-content:space-between;padding:.75rem 0;margin-bottom:1rem;border-bottom:1px solid #f0f0f0}.col-mobile-filter-btn{display:flex;align-items:center;gap:8px;background:#111;color:#fff;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:700;cursor:pointer;font-family:Poppins,sans-serif;transition:background .2s}.col-mobile-filter-btn:hover{background:#333}.col-mobile-count{font-size:.82rem;color:#888}.col-sidebar__header-right{display:flex;align-items:center;gap:12px}.col-sidebar__close{display:none;background:none;border:none;cursor:pointer;color:#888;padding:4px;transition:color .2s}.col-sidebar__close:hover{color:#111}.col-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;opacity:0;transition:opacity .3s}.col-overlay.is-visible{display:block;opacity:1}@media screen and (max-width:768px){.col-mobile-bar{display:flex}.col-layout{grid-template-columns:1fr;gap:0}.col-sidebar{position:fixed;top:0;left:-100%;width:85%;max-width:320px;height:100vh;border-radius:0;box-shadow:4px 0 24px #00000026;z-index:1000;overflow-y:auto;transition:left .3s ease;display:block!important}.col-sidebar.is-open{left:0}.col-overlay{z-index:999}.col-sidebar__close{display:flex}.col-filter-price__apply{display:block}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/collection-page.css.map */
