.v2-products-grid{display:grid;gap:1.25rem;transition:all .3s ease;width:100%}.v2-products-grid>*{min-width:0}.v2-products-grid[data-columns="1"]{grid-template-columns:1fr}.v2-products-grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.v2-products-grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.v2-products-grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.v2-products-grid[data-columns="5"]{grid-template-columns:repeat(5,1fr)}.v2-products-grid[data-columns="6"]{grid-template-columns:repeat(6,1fr)}.v2-product-card,.v2-product-item{min-width:0;overflow:hidden;position:relative}.v2-product-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;display:flex;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.v2-product-card:hover{border-color:#ff6e0d;box-shadow:0 12px 32px rgba(255,110,13,.12);transform:translateY(-4px)}.v2-product-card__link{color:inherit;display:flex;flex:1;flex-direction:column;padding:1rem 1rem .75rem;text-decoration:none}.v2-product-card__badges{display:flex;flex-direction:column;gap:4px;position:absolute;right:.75rem;top:.75rem;z-index:3}.v2-product-card__badge{border-radius:4px;color:#fff;font-family:var(--font-family-mono);font-size:.6rem;font-weight:300;letter-spacing:.05em;padding:4px 8px;text-transform:uppercase}.v2-product-card__badge--sale{background:linear-gradient(135deg,#ef4444,#dc2626)}.v2-product-card__badge--new{background:linear-gradient(135deg,#10b981,#059669)}.v2-product-card__badge--soldout{background:rgba(0,0,0,.7)}.v2-product-card__image-wrapper{aspect-ratio:1;background:#fff;border-radius:6px;margin-bottom:.875rem;overflow:hidden;position:relative}.v2-product-card__image{height:100%;object-fit:contain;padding:8px;transition:transform .4s ease;width:100%}.v2-product-card:hover .v2-product-card__image{transform:scale(1.05)}.v2-product-card__image--placeholder{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;justify-content:center}.v2-product-card__image--placeholder svg{color:#d1d5db;height:48px;width:48px}.v2-product-card__info{display:flex;flex:1;flex-direction:column;text-align:left}.v2-product-card__vendor{color:#ff6e0d;font-size:.65rem;font-weight:300;letter-spacing:.1em;margin-bottom:6px}.v2-product-card__title,.v2-product-card__vendor{font-family:var(--font-family-mono);text-transform:uppercase}.v2-product-card__title{color:#1a1a1a;display:-webkit-box;font-size:.8rem;font-weight:400;letter-spacing:.02em;-webkit-line-clamp:2;line-height:1.35;margin:0 0 8px;-webkit-box-orient:vertical;overflow:hidden}.v2-product-card__price-row{flex-wrap:wrap;justify-content:space-between;margin-bottom:6px}.v2-product-card__price,.v2-product-card__price-row{align-items:baseline;display:flex;gap:8px}.v2-product-card__variant-label{background:#f3f4f6;border-radius:4px;color:#6b7280;font-family:var(--font-family-mono);font-size:.65rem;font-weight:300;letter-spacing:.03em;padding:2px 8px;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.v2-product-card__compare-price{color:#9ca3af;font-family:var(--font-family-mono);font-size:.75rem;text-decoration:line-through}.v2-product-card__current-price{color:#ff6e0d;font-family:var(--font-family-mono);font-size:1.35rem;font-weight:400}.v2-product-card__sku{color:#6b7280;font-family:var(--font-family-mono);font-size:.65rem;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.v2-product-card__description{color:#9ca3af;font-family:Host Grotesk,-apple-system,sans-serif;font-size:.7rem;line-height:1.5;margin-top:auto;padding-top:6px}.v2-product-card__quickadd{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:8px;margin-top:auto;min-width:0;overflow:hidden;padding:12px 1rem 1rem}.v2-product-card__variant-selector{min-width:0;overflow:hidden;position:relative;width:100%}.v2-product-card__variant-select{appearance:none;-webkit-appearance:none;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-family:Host Grotesk,-apple-system,sans-serif;font-size:.75rem;height:36px;max-width:100%;overflow:hidden;padding:0 32px 0 10px;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap;width:100%}.v2-product-card__variant-select:hover{background:#f3f4f6;border-color:#d1d5db}.v2-product-card__variant-select:focus{border-color:#ff6e0d;box-shadow:0 0 0 3px rgba(255,110,13,.1);outline:none}.v2-product-card__variant-chevron{color:#9ca3af;height:14px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:14px}.v2-product-card__cart-row{align-items:stretch;display:flex;gap:8px}.v2-product-card__quantity{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-shrink:0;overflow:hidden}.v2-product-card__qty-btn{align-items:center;background:transparent;border:none;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:32px}.v2-product-card__qty-btn:hover{background:#f3f4f6;color:#374151}.v2-product-card__qty-btn:active{background:#e5e7eb}.v2-product-card__qty-btn svg{height:14px;width:14px}.v2-product-card__qty-input{-moz-appearance:textfield;background:transparent;border:none;color:#1a1a1a;font-family:var(--font-family-mono);font-size:.8rem;font-weight:600;height:36px;text-align:center;width:36px}.v2-product-card__qty-input::-webkit-inner-spin-button,.v2-product-card__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.v2-product-card__qty-input:focus{outline:none}.v2-product-card__add-btn{align-items:center;background:linear-gradient(135deg,#ff6e0d,#ff8533);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex:1;font-family:var(--font-family-mono);font-size:.7rem;font-weight:700;gap:6px;height:36px;justify-content:center;letter-spacing:.05em;overflow:hidden;padding:0 12px;position:relative;text-transform:uppercase;transition:all .2s ease}.v2-product-card__add-btn:hover:not(:disabled){background:linear-gradient(135deg,#e55a00,#ff6e0d);box-shadow:0 4px 12px rgba(255,110,13,.3);transform:translateY(-1px)}.v2-product-card__add-btn:active:not(:disabled){transform:translateY(0)}.v2-product-card__add-btn:disabled{background:#d1d5db;cursor:not-allowed}.v2-product-card__add-icon{flex-shrink:0;height:14px;width:14px}.v2-product-card__add-check,.v2-product-card__add-spinner{display:none;height:16px;width:16px}.v2-product-card__add-btn.loading .v2-product-card__add-icon,.v2-product-card__add-btn.loading .v2-product-card__add-text{display:none}.v2-product-card__add-btn.loading .v2-product-card__add-spinner{animation:spin .8s linear infinite;display:block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.v2-product-card__add-btn.success{background:linear-gradient(135deg,#10b981,#059669)}.v2-product-card__add-btn.success .v2-product-card__add-icon,.v2-product-card__add-btn.success .v2-product-card__add-text{display:none}.v2-product-card__add-btn.success .v2-product-card__add-check{display:block}@media (max-width:1200px){.v2-products-grid[data-columns="5"],.v2-products-grid[data-columns="6"]{grid-template-columns:repeat(4,1fr)}.v2-product-card__title{font-size:.75rem}.v2-product-card__current-price{font-size:1rem}}@media (max-width:900px){.v2-products-grid[data-columns="4"],.v2-products-grid[data-columns="5"],.v2-products-grid[data-columns="6"]{grid-template-columns:repeat(3,1fr)}.v2-product-card__link{padding:.875rem .875rem .625rem}.v2-product-card__quickadd{padding:0 .875rem .875rem}}@media (max-width:768px){.v2-products-grid[data-columns="3"],.v2-products-grid[data-columns="4"],.v2-products-grid[data-columns="5"],.v2-products-grid[data-columns="6"]{grid-template-columns:repeat(2,1fr)}.v2-product-card__link{padding:.75rem .75rem .5rem}.v2-product-card__quickadd{gap:6px;padding:0 .75rem .75rem}.v2-product-card__image-wrapper{margin-bottom:.625rem}.v2-product-card__title{font-size:.7rem;margin-bottom:6px}.v2-product-card__current-price{font-size:.95rem}.v2-product-card__description{display:none}.v2-product-card__variant-select{font-size:.7rem;height:34px}.v2-product-card__qty-btn{height:34px;width:28px}.v2-product-card__qty-btn svg{height:12px;width:12px}.v2-product-card__qty-input{font-size:.75rem;height:34px;width:32px}.v2-product-card__add-btn{font-size:.65rem;height:34px;padding:0 10px}.v2-product-card__add-icon{height:12px;width:12px}.v2-product-card__add-text{display:none}}@media (max-width:480px){.v2-product-card__link{padding:.625rem}.v2-product-card__quickadd{padding:0 .625rem .625rem}.v2-product-card__cart-row{gap:6px}.v2-product-card__qty-btn{height:32px;width:26px}.v2-product-card__qty-input{height:32px;width:28px}.v2-product-card__add-btn{height:32px}}@media (prefers-reduced-motion:reduce){.v2-product-card,.v2-product-card__add-btn,.v2-product-card__image,.v2-product-card__qty-btn,.v2-product-card__variant-select{transition:none}.v2-product-card:hover,.v2-product-card:hover .v2-product-card__image{transform:none}.v2-product-card__add-btn.loading .v2-product-card__add-spinner{animation:none}}