@keyframes discount-pulse{0%,to{transform:scale(1);box-shadow:0 3px 10px #f6921e59}50%{transform:scale(1.03);box-shadow:0 4px 15px #f6921e80}}.product-card-container{height:100%;display:flex;flex-direction:column}.product-card-item{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.product-card-container:hover .product-card-item{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary-light)}.product-card-link-overlay{display:block;position:relative}.product-card-image-wrap{position:relative;width:100%;padding-top:100%;background:#fff}.product-card-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:12px;transition:transform .3s ease}.product-card-container:hover .product-card-image{transform:scale(1.05)}.product-card-content{padding:16px;display:flex;flex-direction:column;flex-grow:1}.product-card-info-link{display:block;margin-bottom:12px;flex-grow:1}.product-card-brand{font-size:11px;text-transform:uppercase;color:#166534;font-weight:700;margin-bottom:4px;letter-spacing:.5px}.product-card-title{font-size:15px;font-weight:600;color:var(--color-gray-900);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:42px}.product-card-badge-status{position:absolute;top:10px;left:10px;height:24px;padding:0 10px;border-radius:4px;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px;background:var(--color-secondary);text-transform:uppercase}.product-card-badge-discount{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#ff6b35,#f6921e,#ffb347);color:#fff;font-weight:700;font-size:12px;padding:5px 10px;border-radius:6px;box-shadow:0 3px 10px #f6921e59;animation:discount-pulse 2s ease-in-out infinite;border:1px solid rgba(255,255,255,.2)}.product-card-expiration-alert{position:relative;background:#ef4444;color:#fff;padding:6px 12px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:11px;font-weight:700;z-index:10;transition:all .3s ease;cursor:help}.product-card-expiration-alert i{width:14px;height:14px}.product-card-container:hover .product-card-expiration-alert{background:#dc2626}.product-card-details{margin-top:auto}.product-card-price-current{font-size:14px;font-weight:500;color:var(--color-gray-900);line-height:1.2}.product-card-price-current.is-promo{color:var(--color-secondary)}.product-card-price-old{font-size:11px;color:var(--color-gray-400);text-decoration:line-through;margin-top:2px}.product-card-price-separator{color:var(--color-gray-400);margin:0 2px}.product-card-cart-unit-price{font-size:11px;color:#c2710c;background:#fff7ed;border:1px solid #f6921e;border-radius:4px;padding:2px 6px;margin-top:4px;display:inline-block}.product-card-actions{margin-top:auto;border-top:1px solid var(--color-gray-100);padding-top:12px}.product-card-btn-add{width:100%;height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#8bc53f,#76a835);color:#fff;border:none;box-shadow:0 3px 10px #8bc53f40;position:relative;overflow:hidden}.product-card-btn-add:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .4s ease}.product-card-btn-add:hover{background:linear-gradient(135deg,#9dce5d,#8bc53f);transform:translateY(-2px);box-shadow:0 5px 15px #8bc53f59}.product-card-btn-add:hover:before{left:100%}.product-card-btn-add:active{transform:translateY(0)}.product-card-btn-add.is-notify{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:none}.product-card-btn-add.is-notify:hover{background:linear-gradient(135deg,#4b5563,#374151);color:#fff;box-shadow:0 4px 6px #0000001a}.product-card-btn-icon{width:18px;height:18px}.product-card-qnt-wrap{display:flex;align-items:stretch;background:#fff;border:1px solid var(--color-gray-200);border-radius:8px;height:40px;overflow:hidden}.product-card-qnt-btn{width:38px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-gray-600);transition:all .2s;flex-shrink:0;border:none;padding:0}.product-card-qnt-btn.is-decrease{background:var(--color-gray-50)}.product-card-qnt-btn.is-increase{background:var(--color-primary);color:#fff;width:42px}.product-card-qnt-btn.is-increase .product-card-qnt-icon{stroke-width:3px}.product-card-qnt-btn.is-decrease:hover{background:var(--color-gray-100)}.product-card-qnt-btn.is-increase:hover{background:var(--color-primary-dark)}.product-card-qnt-input-container{flex:1;height:100%;border-left:1px solid var(--color-gray-200);border-right:1px solid var(--color-gray-200)}.product-card-qnt-value{width:100%;height:100%;text-align:center;border:none;font-weight:700;font-size:14px;color:var(--color-gray-900);background:transparent;padding:0 4px}.product-card-volume-list{margin-top:8px;display:flex;flex-direction:column;align-items:stretch;gap:4px}.product-card-volume-tier{font-size:11px;font-weight:600;padding:6px 10px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid #a7f3d0;margin-bottom:4px;width:100%;transition:all .25s ease;box-shadow:0 1px 3px #0478571a}.product-card-volume-tier:hover{background:linear-gradient(135deg,#d1fae5,#a7f3d0);transform:translate(3px);box-shadow:0 2px 8px #04785726}.product-card-volume-icon{width:12px;height:12px;color:#10b981}.product-card-unit-price-wrapper{padding-top:4px;margin-bottom:8px}.product-card-unit-price{font-size:11px;color:var(--color-gray-500);text-align:right}.product-card-stock-status.out-of-stock{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#ef4444;background:#fef2f2;padding:4px 10px;border-radius:6px;margin-bottom:12px}.product-card-horizontal-container{width:100%}.product-card-horizontal{display:flex;align-items:stretch;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card-horizontal-container:hover .product-card-horizontal{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.product-card-horizontal-image-link{display:block;flex-shrink:0}.product-card-horizontal-image-wrap{position:relative;width:120px;height:120px;background:#fff;display:flex;align-items:center;justify-content:center}.product-card-horizontal-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:8px;transition:transform .3s ease}.product-card-horizontal-container:hover .product-card-horizontal-image{transform:scale(1.05)}.product-card-horizontal-placeholder-icon{width:40px;height:40px;color:var(--color-gray-300)}.product-card-horizontal-expiration{position:absolute;top:4px;left:4px;background:#ef4444;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:help}.product-card-horizontal-expiration i{width:12px;height:12px}.product-card-horizontal-discount{position:absolute;top:4px;right:4px;background:linear-gradient(135deg,#ff6b35,#f6921e,#ffb347);color:#fff;font-weight:700;font-size:10px;padding:3px 6px;border-radius:4px;box-shadow:0 2px 6px #f6921e4d}.product-card-horizontal-content{flex:1;padding:12px;display:flex;flex-direction:column;min-width:0;border-left:1px solid var(--color-gray-100)}.product-card-horizontal-info-link{display:block;flex:1;min-width:0}.product-card-horizontal-brand{font-size:10px;text-transform:uppercase;color:#166534;font-weight:700;margin-bottom:2px;letter-spacing:.5px}.product-card-horizontal-title{font-size:13px;font-weight:600;color:var(--color-gray-900);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.product-card-horizontal-price-block{margin-top:auto}.product-card-horizontal-price-current{font-size:13px;font-weight:600;color:var(--color-gray-900);line-height:1.2}.product-card-horizontal-price-current.is-promo{color:var(--color-secondary)}.product-card-horizontal-price-old{font-size:10px;color:var(--color-gray-400);text-decoration:line-through}.product-card-horizontal-price-sep{color:var(--color-gray-400);margin:0 2px}.product-card-horizontal-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:8px}.product-card-horizontal-stock.out-of-stock{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#ef4444}.product-card-horizontal-btn{height:32px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;font-weight:600;font-size:12px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#8bc53f,#76a835);color:#fff;border:none;box-shadow:0 2px 8px #8bc53f40;white-space:nowrap}.product-card-horizontal-btn:hover{background:linear-gradient(135deg,#9dce5d,#8bc53f);transform:translateY(-1px);box-shadow:0 4px 12px #8bc53f59}.product-card-horizontal-btn.is-notify{background:linear-gradient(135deg,#6b7280,#4b5563)}.product-card-horizontal-btn.is-notify:hover{background:linear-gradient(135deg,#4b5563,#374151)}.product-card-horizontal-btn-icon{width:14px;height:14px}.product-card-horizontal-qnt-container{display:flex}.product-card-horizontal-qnt-container.hidden{display:none}.product-card-horizontal-qnt-wrap{display:flex;align-items:stretch;background:#fff;border:1px solid var(--color-gray-200);border-radius:6px;height:32px;overflow:hidden}.product-card-horizontal-qnt-btn{width:30px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-gray-600);transition:all .2s;flex-shrink:0;border:none;padding:0;background:transparent}.product-card-horizontal-qnt-btn.is-decrease{background:var(--color-gray-50)}.product-card-horizontal-qnt-btn.is-increase{background:var(--color-primary);color:#fff}.product-card-horizontal-qnt-btn.is-decrease:hover{background:var(--color-gray-100)}.product-card-horizontal-qnt-btn.is-increase:hover{background:var(--color-primary-dark)}.product-card-horizontal-qnt-icon{width:14px;height:14px}.product-card-horizontal-qnt-input{flex:1;height:100%;border-left:1px solid var(--color-gray-200);border-right:1px solid var(--color-gray-200);min-width:50px}.product-card-horizontal-qnt-value{width:100%;height:100%;text-align:center;border:none;font-weight:600;font-size:12px;color:var(--color-gray-900);background:transparent;padding:0 4px}@media(max-width:480px){.product-card-horizontal-image-wrap{width:100px;height:100px}.product-card-horizontal-content{padding:10px}.product-card-horizontal-title,.product-card-horizontal-price-current{font-size:12px}.product-card-horizontal-btn{padding:0 10px;font-size:11px}}
