.product-list-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (min-width:640px){.product-list-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.product-list-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}}@media (min-width:1280px){.product-list-grid{gap:2rem}}.product-card-horizontal{border-bottom:1px solid #ebebeb;gap:1.5rem;padding:1rem 0;display:flex}.product-card-horizontal__image{aspect-ratio:1;background:#f9f9f9;border-radius:8px;flex-shrink:0;width:120px;overflow:hidden}.product-card-horizontal__image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card-horizontal__image:hover img{transform:scale(1.05)}.product-card-horizontal__content{flex-direction:column;flex:1;gap:.25rem;display:flex}.product-card-horizontal__brand{text-transform:uppercase;letter-spacing:.1em;color:#6b6b6b;font-size:.625rem;font-weight:600}.product-card-horizontal__name{font-family:var(--font-body);color:#0a0a0a;font-size:1rem;font-weight:600;text-decoration:none}.product-card-horizontal__name:hover{color:#0a0a0a;-webkit-text-decoration:underline #cdf03c;text-decoration:underline #cdf03c;text-decoration-thickness:2px}.product-card-horizontal__promos{flex-wrap:wrap;gap:.375rem;margin-top:.25rem;display:flex}.product-card-horizontal__promo{color:#0a0a0a;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;background:#cdf03c;border-radius:4px;max-width:220px;padding:.2rem .5rem;font-size:.625rem;font-weight:700;display:inline-block;overflow:hidden}.product-card-horizontal__limit{color:#fff;background:#0a0a0a;border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.product-card-horizontal__desc{color:#565959;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0 0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-horizontal__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.product-card-horizontal__price{align-items:center;gap:.5rem;display:flex}.product-card-horizontal__price-original{color:#565959;font-size:.8125rem;text-decoration:line-through}.product-card-horizontal__price-current{color:#0a0a0a;font-size:.9375rem;font-weight:700}.product-card-horizontal__cart-form{display:flex}.product-card-horizontal__cart{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:#0a0a0a;border:1px solid #0a0a0a;border-radius:8px;padding:.5rem 1rem;font-size:.6875rem;font-weight:600;transition:background-color .2s,color .2s}.product-card-horizontal__cart:hover:not(:disabled){color:#0a0a0a;background:#cdf03c;border-color:#cdf03c}.product-card-horizontal__cart:disabled{cursor:not-allowed;background:#0a0a0a4d;border-color:#0a0a0a4d}@media (min-width:769px){.product-card-horizontal__image{width:160px}}.product-list-list{flex-direction:column;gap:1rem;display:flex}.product-list-empty{text-align:center;color:#0c0c0ca6;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.product-list-empty__title{font-family:var(--font-heading);color:var(--color-dark);margin:1.5rem 0 .5rem;font-size:1.25rem;font-weight:400}.product-list-empty__text{margin:0 0 1.5rem;font-size:.875rem}.product-list-empty__btn{background:var(--color-dark);color:var(--color-white);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:.8125rem;font-weight:500;transition:background-color .2s}.product-list-empty__btn:hover{background:var(--color-sable-dark)}.product-list-loading--grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:640px){.product-list-loading--grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.product-list-loading--grid{grid-template-columns:repeat(4,1fr)}}.product-list-loading--list{flex-direction:column;gap:1rem;display:flex}.error-generic{justify-content:center;align-items:center;min-height:60vh;padding:3rem 1.5rem;display:flex}.error-generic__container{text-align:center;max-width:450px}.error-generic__icon{color:#0c0c0c4d;margin-bottom:1.5rem}.error-generic__title{font-family:var(--font-heading);color:var(--color-dark);margin:0 0 .75rem;font-size:1.5rem;font-weight:400}.error-generic__message{color:#0c0c0c99;margin:0 0 2rem;font-size:.9375rem;line-height:1.6}.error-generic__actions{justify-content:center;gap:1rem;display:flex}.error-generic__btn{cursor:pointer;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.error-generic__btn--primary{color:var(--color-white);background:var(--color-dark);border:none}.error-generic__btn--primary:hover{opacity:.9}.error-generic__btn--secondary{color:var(--color-dark);border:1px solid var(--color-dark);background:0 0}.error-generic__btn--secondary:hover{background:var(--color-dark);color:var(--color-white)}.product-list{min-height:400px;position:relative}.product-list__results{text-align:center;color:#0c0c0ca6;border-top:1px solid #0c0c0c14;margin-top:2rem;padding:1rem;font-size:.875rem}
