.product-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 1rem;border:2px solid #e5e7eb;border-radius:1rem;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center;min-height:200px}.product-card:hover:not(.product-card--disabled){border-color:#a0ccaf;box-shadow:0 4px 16px rgba(99,137,123,.12);transform:translateY(-2px)}.product-card--selected{border-color:#63897b;background:#f0fdf4;box-shadow:0 0 0 3px rgba(99,137,123,.2),0 4px 16px rgba(99,137,123,.15)}.product-card--disabled{opacity:.5;cursor:not-allowed}.product-card__image{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:#f8fafc;overflow:hidden;flex-shrink:0}.product-card__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:.25rem}.product-card__icon{font-size:2rem;line-height:1}.product-card__info{display:flex;flex-direction:column;gap:.25rem;width:100%}.product-card__name{font-size:.875rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:.95rem;font-weight:700;color:#374151}.product-card__price-vat{font-size:.7rem;font-weight:400;color:#9ca3af}.product-card__stock{font-size:.7rem;font-weight:500;padding:.125rem .5rem;border-radius:99px;display:inline-block;width:-moz-fit-content;width:fit-content;margin:0 auto}.product-card__stock--available{background:#dcfce7;color:#166534}.product-card__stock--order{background:#fef3c7;color:#92400e}.product-card__check{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;background:#63897b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.bundle-card{position:relative;border:2px solid #e5e7eb;border-radius:1rem;overflow:hidden;transition:all .2s ease}.bundle-card:hover{border-color:#a0ccaf;box-shadow:0 4px 16px rgba(99,137,123,.12)}.bundle-card--selected{border-color:#63897b;background:#f0fdf4;box-shadow:0 0 0 3px rgba(99,137,123,.2),0 4px 16px rgba(99,137,123,.15)}.bundle-card .product-card{border:none;border-radius:0;min-height:160px}.bundle-card__badge{position:absolute;top:.5rem;left:.5rem;background:linear-gradient(135deg,#63897b,#7ab592);color:#fff;font-size:.65rem;font-weight:700;padding:.2rem .6rem;border-radius:99px;z-index:2;letter-spacing:.02em}.bundle-card__items{padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#fafafa}.bundle-card__items-label{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.bundle-card__items-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.375rem}.bundle-card__item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#374151}.bundle-card__item-img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;border-radius:4px;background:#fff;border:1px solid #e5e7eb}.bundle-card__item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-card__item-price{font-size:.75rem;font-weight:600;color:#6b7280;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}@media (min-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.product-grid__section{margin-bottom:2rem}.product-grid__section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-grid__section-icon{font-size:1.25rem}.product-grid__section-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.product-grid__section-hint{font-size:.75rem;color:#9ca3af;margin-left:.25rem}