.product__item{color:inherit;font-family:Oswald,sans-serif;line-height:1.2;margin:0 auto;max-width:250px;padding:8px;text-decoration:none;width:100%}.product__image-container{position:relative;width:100%}.product__item__img{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:0;width:100%}.product__item__img img{display:block;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.product__item__button{bottom:8px;display:flex;justify-content:center;left:8px;opacity:0;position:absolute;right:8px;transform:translateY(10px);transition:all .3s ease;z-index:10}.product__item:hover .product__item__button{opacity:1;transform:translateY(0)}.product__item__button button{align-items:center;background-color:#e23b33;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;justify-content:center;max-width:200px;min-height:36px;padding:8px 12px;transition:all .3s ease;width:100%}.product__item__button button.added{background-color:#28a745}.product__item__button button.add:hover{background-color:#c5312b}.product__item__button button .cart-icon{margin-right:6px}.product__item__button button.animating{animation:pulse .6s ease-in-out}.max-quantity-warning,.no-weight-warning,.out-of-stock-warning{animation:fadeIn .3s ease;background-color:#ff6b6b;border-radius:4px;bottom:100%;color:#fff;font-size:.65rem;left:50%;margin-bottom:5px;padding:4px 8px;position:absolute;transform:translate(-50%);white-space:nowrap;z-index:20}.out-of-stock-warning{background-color:#dc3545}.no-weight-warning{background-color:#ffc107;color:#212529}.max-quantity-warning:after,.no-weight-warning:after,.out-of-stock-warning:after{border:4px solid transparent;content:"";left:50%;position:absolute;top:100%;transform:translate(-50%)}.max-quantity-warning:after{border-top-color:#ff6b6b}.out-of-stock-warning:after{border-top-color:#dc3545}.no-weight-warning:after{border-top-color:#ffc107}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.product__item__content{margin:0;padding:0}.product__item__title{display:-webkit-box;font-size:1.1rem;font-weight:600;-webkit-line-clamp:2;line-height:1.4;margin:2px 0;-webkit-box-orient:vertical;max-height:2.8em;overflow:hidden;text-overflow:ellipsis}.product__item__title--titulo{font-weight:700}.product__item__title--nome{color:#666}.product__item__code{color:#a3a3a3;font-size:.85rem;margin:2px 0 10px}.product__item__price{color:#e23b33;font-size:2rem;font-weight:700;margin:2px 0 5px}.out-of-stock-tag{background-color:#f8d7da;border-radius:3px;color:#e23b33;display:inline-block;font-size:.7rem;font-weight:700;margin-top:4px;padding:2px 5px}.product__item__img:hover img{transform:scale(1.05)}@media(max-width:768px){.product__item{max-width:180px;padding:6px}.product__item__img{height:140px}.product__item__title{font-size:.9rem}.product__item__price{font-size:1.6rem}.product__item__button button{font-size:.75rem;min-height:32px;padding:6px 10px}}@media(max-width:576px){.product__item{display:flex;flex-direction:column;height:auto;max-height:300px;max-width:160px;min-height:280px;padding:4px}.product__item__img{flex-shrink:0;height:160px}.product__item__button{flex-shrink:0;margin:4px 0 2px}.product__item__content{display:flex;flex:1;flex-direction:column;justify-content:flex-start;min-height:0;padding-top:4px}.product__item__price{font-size:1.6rem;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product__item__title{font-size:.8rem;-webkit-line-clamp:2;margin-bottom:4px}.product__item__code{font-size:.65rem;margin-bottom:4px}.product__item__button button{font-size:.7rem;min-height:28px;padding:4px 8px}}@media(max-width:480px){.product__item{max-height:280px;max-width:140px;min-height:260px}.product__item__img{height:140px}.product__item__title{font-size:.75rem}.product__item__price{font-size:1.5rem}.product__item__code{font-size:.6rem}}
