.colp{padding:clamp(2.5rem,5vw,4rem) 0;background:var(--bg)}.colp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.25rem,2.5vw,2rem);flex-wrap:wrap}.colp-filters{display:flex;gap:.4rem;flex-wrap:wrap}.colp-filter{padding:.45rem .95rem;border-radius:8px;font-size:12.5px;font-weight:600;border:1px solid var(--gray-200);color:var(--gray-500);background:transparent;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;gap:.35rem}.colp-filter:hover{border-color:var(--gray-400);color:var(--text)}.colp-filter.active{border-color:var(--red);color:var(--red);background:var(--red-light)}.colp-filter-count{font-size:9.5px;font-weight:700;background:var(--gray-100);color:var(--gray-400);padding:.05rem .35rem;border-radius:4px;line-height:1.4}.colp-filter.active .colp-filter-count{background:#d4002a1f;color:var(--red)}.colp-right{display:flex;align-items:center;gap:1rem}.colp-count{font-size:12px;color:var(--gray-400);font-weight:500;white-space:nowrap}.colp-sort{position:relative}.colp-sort select{appearance:none;-webkit-appearance:none;padding:.45rem 2rem .45rem .85rem;border:1px solid var(--gray-200);border-radius:8px;font-size:12.5px;font-weight:600;font-family:inherit;color:var(--text);background:var(--surface);cursor:pointer;outline:none;transition:border-color .15s}.colp-sort select:hover,.colp-sort select:focus{border-color:var(--gray-400)}.colp-sort:after{content:"";position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--gray-400);pointer-events:none}.colp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,1.5vw,2rem)}.colp-sort select:focus-visible,.colp-filter:focus-visible,.colp-pagination a:focus-visible{outline:none;box-shadow:0 0 0 3px #d4002a40;border-color:var(--red)}.colp-card:focus-visible{outline:none;box-shadow:0 0 0 3px #d4002a59}.colp-card{background:var(--surface);border:1px solid var(--gray-100);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.colp-card:hover{box-shadow:0 8px 28px var(--shadow-sm);transform:translateY(-3px)}.colp-card[data-hidden=true]{display:none}.colp-card-img{position:relative;overflow:hidden;background:var(--gray-50)}.colp-card-img img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block;transition:transform .4s cubic-bezier(.22,1,.36,1)}.colp-card:hover .colp-card-img img{transform:scale(1.05)}.colp-card-img .placeholder-svg{aspect-ratio:3/2;width:100%;object-fit:cover;background:var(--gray-100)}.colp-card-badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.3rem}.colp-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .55rem;border-radius:5px}.colp-badge-new{background:var(--red);color:#fff}.colp-badge-limited{background:var(--gray-900);color:#fff}.colp-badge-sale{background:var(--green);color:#fff}.colp-badge-soldout{background:var(--gray-200);color:var(--gray-600)}.colp-quick{position:absolute;bottom:.6rem;right:.6rem;width:34px;height:34px;border-radius:50%;background:var(--surface);border:1px solid var(--gray-100);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(6px);transition:opacity .2s,transform .2s,background .15s;cursor:pointer}.colp-card:hover .colp-quick{opacity:1;transform:none}.colp-quick:hover{background:var(--red);border-color:var(--red)}.colp-quick svg{width:14px;height:14px;stroke:var(--gray-500);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .15s}.colp-quick:hover svg{stroke:#fff}.colp-card-body{padding:clamp(.75rem,1.5vw,1rem);display:flex;flex-direction:column;gap:.15rem;flex:1}.colp-card-type{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400)}.colp-card-name{font-size:14px;font-weight:700;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.colp-card-spec{font-size:11px;color:var(--gray-500);margin-top:.1rem}.colp-card-foot{display:flex;align-items:center;justify-content:space-between;padding:0 clamp(.75rem,1.5vw,1rem) clamp(.75rem,1.5vw,1rem);margin-top:auto}.colp-card-prices{display:flex;align-items:baseline;gap:.3rem}.colp-card-price{font-size:15px;font-weight:800;letter-spacing:-.01em;color:var(--text)}.colp-card-compare{font-size:11.5px;color:var(--gray-400);text-decoration:line-through}.colp-card-price-sale{color:var(--red)}.colp-card-arrow{width:28px;height:28px;border-radius:50%;background:var(--gray-50);display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.colp-card:hover .colp-card-arrow{background:var(--red);transform:translate(2px)}.colp-card-arrow svg{width:13px;height:13px;fill:var(--gray-400);stroke:var(--gray-400);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:fill .2s,stroke .2s}.colp-card:hover .colp-card-arrow svg{fill:#fff;stroke:#fff}.colp-card-soldout .colp-card-img img{filter:grayscale(.4);opacity:.7}.colp-card-soldout .colp-card-price{color:var(--gray-400)}.colp-card-soldout .colp-card-arrow{display:none}.colp-empty{display:none;text-align:center;padding:clamp(2.5rem,5vw,4rem) 1rem;grid-column:1/-1}.colp-empty.active{display:block}.colp-empty-text{font-size:14px;font-weight:600;color:var(--text);margin-bottom:.25rem}.colp-empty-desc{font-size:13px;color:var(--text-muted)}.colp-pagination{display:flex;justify-content:center;gap:.35rem;margin-top:clamp(2rem,4vw,3rem)}.colp-pagination a,.colp-pagination span{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;border:1px solid var(--gray-200);color:var(--gray-500);text-decoration:none;transition:all .15s}.colp-pagination a:hover{border-color:var(--red);color:var(--red)}.colp-pagination .current{background:var(--red);border-color:var(--red);color:#fff}.colp-pagination .prev,.colp-pagination .next{width:auto;padding:0 .85rem}[data-theme=dark] .colp{background:var(--bg)}[data-theme=dark] .colp-filter{border-color:#ffffff1a}[data-theme=dark] .colp-filter:hover{border-color:#fff3}[data-theme=dark] .colp-filter.active{border-color:var(--red);background:#d4002a1f}[data-theme=dark] .colp-filter-count{background:#ffffff0f}[data-theme=dark] .colp-filter.active .colp-filter-count{background:#d4002a26}[data-theme=dark] .colp-sort select{background:var(--surface);border-color:#ffffff1a;color:#fff}[data-theme=dark] .colp-card{background:#ffffff08;border-color:#ffffff14}[data-theme=dark] .colp-card:hover{box-shadow:0 8px 28px #0000004d}[data-theme=dark] .colp-card-img{background:#ffffff0a}[data-theme=dark] .colp-card-arrow{background:#ffffff0f}[data-theme=dark] .colp-quick{background:var(--surface);border-color:#ffffff1a}[data-theme=dark] :is(.colp-pagination a,.colp-pagination span){border-color:#ffffff1a}@media(prefers-reduced-motion:reduce){.colp-card,.colp-card-img img,.colp-card-arrow,.colp-sort select,.colp-filter,.colp-pagination a{transition:none}.colp-card:hover,.colp-card:hover .colp-card-img img,.colp-card:hover .colp-card-arrow{transform:none}}@media(min-width:1600px){.colp-grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:2200px){.colp-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:3000px){.colp-grid{grid-template-columns:repeat(8,1fr)}}@media(max-width:860px){.colp-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.colp-toolbar{flex-direction:column;align-items:stretch;gap:.65rem}.colp-filters{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 28px),transparent)}.colp-filter{scroll-snap-align:start}.colp-filter{white-space:nowrap;flex-shrink:0}.colp-right{justify-content:space-between}.colp-grid{grid-template-columns:1fr 1fr;gap:.65rem}.colp-card-body{padding:.65rem}.colp-card-name{font-size:13px}.colp-card-foot{padding:0 .65rem .65rem}.colp-card-price{font-size:14px}.colp-quick{display:none}}@media(max-width:420px){.colp-card-spec{display:none}.colp-card-type{font-size:9px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-col-products.css.map */
