.product-row-container{display:flex;flex-direction:column;gap:1rem;align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem 1rem;margin-bottom:1rem;transition:all .2s ease;width:100%;position:relative;box-shadow:0 1px 2px #0000000d}.product-row-container:hover{background-color:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.product-row-container:last-child{margin-bottom:0}.product-row-container.is-out-of-stock{opacity:.6;background-color:#fafafa}.product-row__mobile-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.25rem}@media screen and (min-width: 768px){.product-row__mobile-header{display:none}}.product-row__brand-badge{font-family:var(--font-body-family);font-size:12px;font-weight:600;text-transform:uppercase;padding:.25rem .5rem;border-radius:.375rem;background-color:#f1f5f9;color:#475569;border:1px solid #e2e8f0;letter-spacing:.025em}.product-row__sku{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.product-row__info{display:flex;align-items:center;width:100%;gap:1rem}.product-row__image-container{flex-shrink:0}.product-row__image-wrapper{width:5rem;height:5rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem;overflow:hidden}.is-out-of-stock .product-row__image-wrapper{filter:grayscale(1);opacity:.7}.product-row__image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .2s ease}.product-row-container:hover .product-row__image{transform:scale(1.05)}.product-row__details{display:flex;flex-direction:column;min-width:0;flex:1}.product-row__brand-sku-desktop{display:none;align-items:center;gap:.75rem;margin-bottom:.5rem}.product-row__title{font-size:1.4rem;font-weight:600;line-height:1.4;margin:.25rem 0 0;color:#1e293b;text-transform:none;letter-spacing:-.01em;transition:color .2s ease;max-width:100%;word-wrap:break-word}.product-row-container:hover .product-row__title{color:#dc2626}.product-row__title a{text-decoration:none;color:inherit}.product-row__category{display:flex;align-items:center;justify-content:space-between;width:100%;border-top:1px solid #f4f4f5;padding-top:.5rem}.product-row__mobile-label{font-family:var(--font-body-family);font-size:12px;font-weight:700;color:#a1a1aa;text-transform:uppercase}.product-row__category-badge{font-family:var(--font-body-family);font-size:12px;font-weight:500;color:#475569;background-color:#f8fafc;padding:.5rem 1rem;border-radius:1.25rem;text-transform:uppercase;letter-spacing:.05em;border:1px solid #e2e8f0;white-space:normal;width:140px;min-height:32px;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.product-row__pricing{display:flex;align-items:center;justify-content:space-between;width:100%}.product-row__price-content{text-align:right;display:flex;flex-direction:column;width:100%;align-items:flex-end}.product-row__price-top-line{min-height:12px;display:flex;justify-content:flex-end;width:100%}.product-row__price-bottom-line{display:flex;justify-content:flex-end;width:100%}.toggle-price-dealer,.toggle-price-customer{display:none!important}.price--dealer .toggle-price-dealer,.price--customer .toggle-price-customer{display:flex!important}body:not(.price--dealer):not(.price--customer) .toggle-price-customer{display:flex!important}.product-row__price-rrp{color:#a1a1aa;text-decoration:line-through;font-size:14px;text-transform:uppercase}.product-row__price-msrp-label{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:700;color:#a1a1aa;text-transform:uppercase}.product-row__price-net-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.product-row__price-net{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;color:#0f172a;font-style:normal;letter-spacing:-.025em}.product-row__discount-badge{font-family:var(--font-heading-family);font-size:12px;font-weight:600;padding:.2rem .5rem;border-radius:.375rem;background-color:#6b7280;color:#fff;text-transform:uppercase;letter-spacing:.025em;border:none}.product-row__discount-badge.is-high-discount{background-color:#6b7280;color:#fff;border:none}.product-row__tax-label{font-size:13px;color:#64748b;text-transform:uppercase;margin-top:.25rem;font-weight:500}.product-row__msrp-label{font-family:var(--font-heading-family);font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;margin-left:.375rem}.product-row__actions{display:flex;align-items:center;justify-content:space-between;width:100%;border-top:1px solid #f4f4f5;padding-top:.75rem;gap:.75rem}.product-row__interaction-wrapper{display:flex;align-items:center;gap:.75rem;width:100%;justify-content:flex-end}.product-row__quantity{display:flex;align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;height:3.5rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.product-row__quantity.is-disabled{opacity:.5;pointer-events:none}.product-row__qty-btn{width:2.5rem;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#475569;transition:all .2s ease}.product-row__qty-btn:hover{background-color:#e2e8f0;color:#334155}.product-row__qty-btn .material-symbols-outlined{font-size:16px;pointer-events:none}.product-row__qty-input{width:2.5rem;background:transparent;border:none;text-align:center;font-size:1rem;font-weight:600;color:#1e293b;padding:0;-moz-appearance:textfield}.product-row__qty-input::-webkit-outer-spin-button,.product-row__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-row__add-btn{flex:1;height:3.5rem;padding:0 1.25rem;font-family:var(--font-body-family);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.75rem;border:none;background-color:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #1e293b33}.product-row__add-btn:hover{background-color:#0f172a;box-shadow:0 4px 8px #1e293b4d;transform:translateY(-1px)}.product-row__add-btn.is-disabled{background-color:#f1f5f9;color:#94a3b8;box-shadow:none;cursor:not-allowed}.product-row__add-btn.is-options{background-color:#dc2626;box-shadow:0 2px 4px #dc262633}.product-row__add-btn.is-options:hover{background-color:#b91c1c;box-shadow:0 4px 8px #dc26264d}.product-row__add-btn .material-symbols-outlined{font-size:16px;pointer-events:none}.product-row__add-btn-text{display:inline}@media screen and (max-width: 1579px){.product-row__add-btn-text{display:none}}@media screen and (min-width: 768px){.product-row-container{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));padding:.75rem 1rem;gap:1rem}.product-row__info{grid-column:span 5 / span 5}.product-row__brand-sku-desktop{display:flex}.product-row__category{grid-column:span 2 / span 2;border-top:none;padding-top:0;justify-content:center}.product-row__mobile-label{display:none}.product-row__pricing{grid-column:span 2 / span 2;justify-content:flex-end}.product-row__discount-badge{font-size:11px}.product-row__actions{grid-column:span 3 / span 3;border-top:none;padding-top:0;justify-content:flex-end}.product-row__interaction-wrapper{width:auto}.product-row__qty-input{width:2.5rem}.product-row__add-btn{flex:none;padding:0 1.25rem;font-size:12px}}.product-list__header{display:none;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;margin-bottom:0;width:100%;position:sticky;top:0;z-index:10}@media screen and (min-width: 768px){.is-view-list .product-list__header{display:grid!important}.product-grid--list{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}}.product-list__header-col{font-family:var(--font-heading-family);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#475569;display:flex;align-items:center}.product-list__header-col--info{grid-column:span 5 / span 5}.product-list__header-col--category{grid-column:span 2 / span 2;justify-content:center}.product-list__header-col--pricing{grid-column:span 2 / span 2;justify-content:flex-end}.product-list__header-col--actions{grid-column:span 3 / span 3;justify-content:flex-end}.material-symbols-outlined{font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased}
/*# sourceMappingURL=/cdn/shop/t/46/assets/component-card-list.css.map */
