.product-card{background:var(--white,#FAFBFC);border-radius:16px;overflow:hidden;border:1px solid var(--grey,#e8ecf1);position:relative;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all var(--transition,.35s ease)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(10,22,40,.08);border-color:transparent}.product-card:focus{outline:3px solid var(--teal,#00897B);outline-offset:2px;border-color:transparent}.product-card__badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;z-index:2;text-transform:capitalize}.product-card__badge--sale{background:var(--coral,#FF6B6B);color:white}.product-card__badge--new{background:var(--teal,#00897B);color:white}.product-card__badge--pro{background:var(--amber,#F59E0B);color:white}.product-card__badge--popular{background:var(--green,#00C853);color:white}.product-card__image{width:100%;height:200px;background:var(--bg,#F5F7FA);display:flex;align-items:center;justify-content:center;position:relative}.product-card__hover-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;opacity:0;transition:opacity .25s ease;z-index:3}.product-card:hover .product-card__hover-actions{opacity:1}.product-card__hover-btn{width:34px;height:34px;border-radius:8px;background:white;border:1px solid var(--grey,#e8ecf1);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--grey-dark,#64748B);transition:all .2s;box-shadow:0 2px 6px rgba(0,0,0,.06)}.product-card__hover-btn:hover{color:var(--teal,#00897B);border-color:var(--teal,#00897B)}.product-card__actions{display:flex;align-items:center;gap:8px}.product-card__qty{display:flex;align-items:center;border:1.5px solid var(--grey,#e8ecf1);border-radius:8px;overflow:hidden;height:36px}.product-card__qty-btn{width:30px;height:100%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--grey-dark,#64748B);transition:all .2s}.product-card__qty-btn:hover{background:var(--bg,#F5F7FA);color:var(--navy,#0A1628)}.product-card__qty-input{width:34px;height:100%;border:none;border-left:1px solid var(--grey,#e8ecf1);border-right:1px solid var(--grey,#e8ecf1);text-align:center;font-size:13px;font-weight:600;color:var(--navy,#0A1628);background:transparent;-moz-appearance:textfield}.product-card__qty-input::-webkit-inner-spin-button,.product-card__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-card__body{padding:18px;display:flex;flex-direction:column;flex:1}.product-card__brand{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--teal,#00897B);letter-spacing:.05em;margin-bottom:6px}.product-card__title{font-weight:600;font-size:14px;color:var(--navy,#0A1628);margin-bottom:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__sku{font-family:var(--font-mono,"Consolas","Monaco",monospace);font-size:11px;color:var(--grey-mid,#94A3B8);margin-bottom:8px}.product-card__rating{display:flex;align-items:center;gap:4px;margin-bottom:10px}.product-card__rating svg{flex-shrink:0}.product-card__rating-count{font-size:11px;color:var(--grey-mid,#94A3B8);margin-left:2px}.product-card__footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.product-card__price-wrapper{flex:1}.product-card__price{font-family:var(--font-heading,"Plus Jakarta Sans",sans-serif);font-size:20px;font-weight:800;color:var(--navy,#0A1628)}.product-card__price small{font-size:14px}.product-card__price--old{font-size:13px;color:var(--grey-mid,#94A3B8);text-decoration:line-through;font-weight:400;margin-left:6px}.product-card__unit{font-size:11px;color:var(--grey-mid,#94A3B8);margin-top:1px}.product-card__staffel-hint{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--teal,#00897B);font-weight:600;margin-top:3px}.product-card__staffel-hint svg{flex-shrink:0}.product-card__add-to-cart{width:36px;height:36px;border-radius:10px;background:var(--teal,#00897B);color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 2px 8px rgba(0,137,123,.3)}.product-card__add-to-cart:hover:not(:disabled){background:var(--teal-dark,#00695C);transform:scale(1.05)}.product-card__add-to-cart:focus{outline:3px solid var(--teal,#00897B);outline-offset:2px;box-shadow:0 0 0 3px var(--teal-glow,rgba(0,137,123,.15))}.product-card__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-card__add-to-cart svg{flex-shrink:0}.product-card__stock{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;margin-top:12px;padding-top:12px;border-top:1px solid var(--grey,#e8ecf1)}.product-card__stock-dot{width:6px;height:6px;border-radius:50%}.product-card__stock--in-stock{color:var(--green,#00C853)}.product-card__stock--in-stock .product-card__stock-dot{background:var(--green,#00C853)}.product-card__stock--low{color:var(--amber,#F59E0B)}.product-card__stock--low .product-card__stock-dot{background:var(--amber,#F59E0B)}.product-card__stock--backorder{color:var(--amber,#F59E0B)}.product-card__stock--backorder .product-card__stock-dot{background:var(--amber,#F59E0B)}.product-card__stock--out{color:var(--coral,#FF6B6B)}.product-card__stock--out .product-card__stock-dot{background:var(--coral,#FF6B6B)}.product-card--list{flex-direction:row;align-items:stretch}.product-card--list .product-card__image{width:180px;height:auto;flex-shrink:0}.product-card--list .product-card__body{flex-direction:row;gap:24px;padding:24px}.product-card--list .product-card__info{flex:1;display:flex;flex-direction:column}.product-card--list .product-card__rating{margin-bottom:auto}.product-card--list .product-card__footer{flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:180px}.product-card--list .product-card__stock{margin-top:0;padding-top:0;border-top:none;justify-content:flex-end}@media (max-width:768px){.product-card--list{flex-direction:column}.product-card--list .product-card__image{width:100%;height:200px}.product-card--list .product-card__body{flex-direction:column;gap:12px;padding:18px}.product-card--list .product-card__footer{flex-direction:row;justify-content:space-between;align-items:flex-end;min-width:auto}.product-card--list .product-card__stock{border-top:1px solid var(--grey,#e8ecf1);padding-top:12px;margin-top:12px}}