.torque-grid-layout{display:grid;gap:16px}.torque-cols-2{grid-template-columns:repeat(2,1fr)}.torque-cols-3{grid-template-columns:repeat(3,1fr)}.torque-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.torque-cols-3,.torque-cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.torque-cols-2,.torque-cols-3,.torque-cols-4{grid-template-columns:1fr}}.torque-grid-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 0;text-align:center}.torque-grid-empty__icon{width:64px;height:64px;background-color:#f3f4f6;color:#d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.torque-grid-empty h2{font-size:18px;font-weight:700;margin:0 0 8px}.torque-grid-empty p{font-size:14px;color:#6b7280;margin:0 0 16px;max-width:320px}.torque-grid-empty__clear{background-color:#151a22;color:#fff;padding:10px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s}.torque-grid-empty__clear:hover{background-color:#111}.torque-pagination{margin-top:48px;display:flex;flex-direction:column;align-items:center;gap:14px}.torque-pagination__count{margin:0;font-size:13px;color:#6b7280;letter-spacing:.01em}.torque-pagination__count strong{color:#111;font-weight:700}.torque-pagination__controls{display:flex;align-items:center;gap:8px}.tp-pages{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.tp-page,.tp-arrow{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:40px;height:40px;padding:0 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111;font-size:14px;font-weight:600;text-decoration:none;box-sizing:border-box;transition:border-color .15s ease,background-color .15s ease}.tp-page:hover,.tp-arrow:hover{border-color:#9ca3af;background:#f9fafb}.tp-page.is-current{background:#151a22;border-color:#151a22;color:#fff;cursor:default}.tp-arrow.is-disabled{color:#c3c7cd;border-color:#e8e8e8;background:#fbfbfc;cursor:default}.tp-gap{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:40px;color:#9ca3af;font-size:14px;border:0;background:none}.tp-compact{display:none}@media(max-width:640px){.tp-pages{display:none}.tp-compact{display:inline-flex;align-items:center;height:40px;padding:0 12px;font-size:14px;font-weight:700;color:#111;white-space:nowrap}.torque-pagination__controls{gap:10px}.tp-arrow{min-width:92px}}.torque-product-card{background:#fff;border:1px solid #efefef;display:flex;flex-direction:column;transition:box-shadow .2s}.torque-product-card:hover{box-shadow:0 10px 25px -5px #0000001a}.torque-product-card__image-container{position:relative;background-color:#f9fafb;padding:24px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}.torque-product-card--compact .torque-product-card__image-container{padding:16px;aspect-ratio:4/3}.torque-product-card__badge{position:absolute;left:10px;z-index:10;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;padding:4px 10px;color:#fff}.torque-product-card__badge--custom{top:10px;background-color:#151a22}.torque-product-card__badge--soldout{top:34px;background-color:#6b7280}.torque-product-card__img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .5s ease}.torque-product-card:hover .torque-product-card__img{transform:scale(1.07)}.torque-placeholder-img{width:100%;height:100%;fill:#d1d5db}.torque-product-card__quick-add{position:absolute;bottom:10px;left:10px;right:10px;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s}.torque-product-card:hover .torque-product-card__quick-add{opacity:1;transform:translateY(0)}.torque-quick-add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;font-size:12px;font-weight:700;color:#fff;background-color:#db2721;border:none;cursor:pointer;transition:background .2s}.torque-quick-add-btn:hover{background-color:#b91c1c}.torque-quick-add-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.torque-product-card__info{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.torque-product-card__vendor{display:inline-block;text-decoration:none;transition:color .15s;font-size:10px;font-weight:900;letter-spacing:.1em;color:#9ca3af;text-transform:uppercase;margin:0}a.torque-product-card__vendor:hover{color:#db2721}.torque-product-card__title{font-size:13px;font-weight:700;color:#111;text-decoration:none;margin:0;line-height:1.3;font-family:var(--font-heading, "Poppins", sans-serif)}.torque-product-card--compact .torque-product-card__title{font-size:12px}.tc-swatches{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.tc-swatch{display:block;width:28px;height:28px;border-radius:50%;overflow:hidden;border:1px solid #e2e5e9;background:#f8fafc;padding:0;flex:0 0 auto;transition:border-color .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.tc-swatch img{width:100%;height:100%;object-fit:cover;display:block}.tc-swatch:hover,.tc-swatch:focus-visible{border-color:#151a22;transform:translateY(-1px);outline:none}.tc-swatch.is-active{border-color:var(--highlight, #db2721);box-shadow:0 0 0 1px var(--highlight, #db2721)}.tc-swatch-more{font-size:11px;font-weight:700;color:#6b7280;padding-left:2px;white-space:nowrap}.tc-swatch-label{margin:4px 0 0;font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.01em;min-height:14px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.torque-product-card--compact .tc-swatch{width:24px;height:24px}.torque-product-card__tech-badges{display:flex;flex-wrap:wrap;gap:4px}.torque-product-card__tech-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;background-color:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.torque-product-card__rating{display:flex;align-items:center;gap:6px;margin-top:2px}.torque-product-card__stars{display:flex;align-items:center;gap:2px}.torque-star-filled{color:#f59e0b;fill:#f59e0b}.torque-star-empty{color:#d1d5db;fill:none}.torque-product-card__reviews-count{font-size:10px;font-weight:500;color:#9ca3af}.torque-product-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.torque-product-card__price{font-size:14px;font-weight:800;color:#111;margin:0}.torque-price--compare{color:#9ca3af;text-decoration:line-through;font-weight:600;margin-right:6px}.torque-product-card__status{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.torque-status--instock{color:#059669}.torque-status--outstock{color:#9ca3af}
/*# sourceMappingURL=/cdn/shop/t/71/assets/torque-cards.css.map */
