.product-card{background:var(--color-surface,var(--white,#FAFBFC));border-radius:var(--r-xl,16px);overflow:hidden;border:1px solid var(--color-border,var(--grey,#e8ecf1));position:relative;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--sh-xl,0 20px 50px rgba(10,22,40,.1));border-color:var(--color-primary-glow,rgba(0,137,123,.2))}.product-card:focus{outline:3px solid var(--color-primary,var(--teal,#00897B));outline-offset:2px;border-color:transparent}.product-card__badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:var(--r-md,8px);font-size:11px;font-weight:700;z-index:2;text-transform:capitalize;letter-spacing:.02em;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-card__badge--sale{background:var(--color-error,var(--coral,#FF6B6B));color:white}.product-card__badge--new{background:var(--color-primary,var(--teal,#00897B));color:white}.product-card__badge--pro{background:var(--color-warning,var(--amber,#F59E0B));color:white}.product-card__badge--popular{background:var(--color-success,var(--green,#00C853));color:white}.product-card__image{width:100%;height:200px;background:var(--color-grey-light,var(--bg,#F5F7FA));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card__image img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__hover-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateX(8px);transition:opacity .3s ease,transform .3s ease;z-index:3}.product-card:hover .product-card__hover-actions{opacity:1;transform:translateX(0)}.product-card__hover-btn{width:36px;height:36px;border-radius:var(--r-md,8px);background:white;border:1px solid var(--color-border,var(--grey,#e8ecf1));cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted,var(--grey-dark,#64748B));transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.06);backdrop-filter:blur(4px)}.product-card__hover-btn:hover{color:var(--color-primary,var(--teal,#00897B));border-color:var(--color-primary,var(--teal,#00897B));background:var(--color-primary-glow,rgba(0,137,123,.06));transform:scale(1.08)}.product-card__actions{display:flex;align-items:center;gap:8px}.product-card__qty{display:flex;align-items:center;border:1.5px solid var(--color-border,var(--grey,#e8ecf1));border-radius:var(--r-md,8px);overflow:hidden;height:36px;transition:border-color .2s ease}.product-card__qty:focus-within{border-color:var(--color-primary,var(--teal,#00897B));box-shadow:0 0 0 3px var(--color-primary-glow,rgba(0,137,123,.1))}.product-card__qty-btn{width:30px;height:100%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted,var(--grey-dark,#64748B));transition:all .2s}.product-card__qty-btn:hover{background:var(--color-grey-light,var(--bg,#F5F7FA));color:var(--color-text-primary,var(--navy,#0A1628))}.product-card__qty-input{width:34px;height:100%;border:none;border-left:1px solid var(--color-border,var(--grey,#e8ecf1));border-right:1px solid var(--color-border,var(--grey,#e8ecf1));text-align:center;font-size:13px;font-weight:600;color:var(--color-text-primary,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(--color-primary,var(--teal,#00897B));letter-spacing:.05em;margin-bottom:6px}.product-card__title{font-weight:600;font-size:14px;color:var(--color-text-primary,var(--navy,#0A1628));margin-bottom:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.product-card:hover .product-card__title{color:var(--color-primary,var(--teal,#00897B))}.product-card__sku{font-family:var(--font-mono,"Consolas","Monaco",monospace);font-size:11px;color:var(--color-text-muted,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(--color-text-muted,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(--color-primary,var(--teal,#00897B))}.product-card__price small{font-size:14px}.product-card__price--old{font-size:13px;text-decoration:line-through;font-weight:400;margin-left:6px}.product-card__price--old,.product-card__unit{color:var(--color-text-muted,var(--grey-mid,#94A3B8))}.product-card__unit{font-size:11px;margin-top:1px}.product-card__staffel-hint{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--color-primary,var(--teal,#00897B));font-weight:600;margin-top:3px;padding:2px 8px;border-radius:var(--r-sm,4px);background:var(--color-primary-glow,rgba(0,137,123,.06))}.product-card__staffel-hint svg{flex-shrink:0}.product-card__add-to-cart{width:38px;height:38px;border-radius:var(--r-md,10px);background:var(--color-primary,var(--teal,#00897B));color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px var(--color-primary-glow,rgba(0,137,123,.3))}.product-card__add-to-cart:hover:not(:disabled){background:var(--color-primary-dark,var(--teal-dark,#00695C));transform:scale(1.08);box-shadow:0 6px 16px var(--color-primary-glow,rgba(0,137,123,.35))}.product-card__add-to-cart:focus{outline:3px solid var(--color-primary,var(--teal,#00897B));outline-offset:2px;box-shadow:0 0 0 3px var(--color-primary-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(--color-border,var(--grey,#e8ecf1))}.product-card__stock-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.product-card__stock--in-stock{color:var(--color-success,var(--green,#00C853))}.product-card__stock--in-stock .product-card__stock-dot{background:var(--color-success,var(--green,#00C853));box-shadow:0 0 0 3px var(--color-success,var(--green,#00C853))20}.product-card__stock--low{color:var(--color-warning,var(--amber,#F59E0B))}.product-card__stock--low .product-card__stock-dot{background:var(--color-warning,var(--amber,#F59E0B));box-shadow:0 0 0 3px var(--color-warning,var(--amber,#F59E0B))20;animation:pulse-stock 2s ease-in-out infinite}.product-card__stock--backorder{color:var(--color-warning,var(--amber,#F59E0B))}.product-card__stock--backorder .product-card__stock-dot{background:var(--color-warning,var(--amber,#F59E0B));box-shadow:0 0 0 3px var(--color-warning,var(--amber,#F59E0B))20}.product-card__stock--out{color:var(--color-error,var(--coral,#FF6B6B))}.product-card__stock--out .product-card__stock-dot{background:var(--color-error,var(--coral,#FF6B6B));box-shadow:0 0 0 3px var(--color-error,var(--coral,#FF6B6B))20}@keyframes pulse-stock{0%,to{opacity:1}50%{opacity:.5}}.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(--color-border,var(--grey,#e8ecf1));padding-top:12px;margin-top:12px}}