.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)}.product-card:focus{outline:3px solid var(--color-primary);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);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__image-secondary{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;z-index:2}@media (hover:hover){.product-card:hover .product-card__image-secondary{opacity:1}}.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);border-color:var(--color-primary);background:var(--color-primary-glow);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);box-shadow:0 0 0 3px var(--color-primary-glow)}.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)}.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);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);letter-spacing:.05em;margin-bottom:6px}.product-card__title{font-weight:600;font-size:14px;color:var(--color-text-primary);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)}.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)}.product-card__price small{font-size:14px}.product-card__price--old{font-size:13px;color:var(--color-text-muted,var(--grey-mid,#94A3B8));text-decoration:line-through;font-weight:400;margin-left:6px}.product-card__price-secondary,.product-card__unit,.product-card__vat-label{font-size:11px;color:var(--color-text-muted,var(--grey-mid,#94A3B8));margin-top:1px}.product-card__price-secondary{opacity:.85}.product-card__variants-badge{align-self:flex-start;background:color-mix(in srgb,var(--color-primary) 8%,transparent);border:1px solid color-mix(in srgb,var(--color-primary) 18%,transparent);margin-top:4px;width:-moz-fit-content;width:fit-content}.product-card__staffel-hint,.product-card__variants-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--color-primary);padding:2px 8px;border-radius:var(--r-sm,4px)}.product-card__staffel-hint{margin-top:3px;background:var(--color-primary-glow)}.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);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)}.product-card__add-to-cart:hover:not(:disabled){background:var(--color-primary-dark,color-mix(in srgb,var(--color-primary) 75%,black));transform:scale(1.08);box-shadow:0 6px 16px var(--color-primary-glow)}.product-card__add-to-cart:focus{outline:3px solid var(--color-primary);outline-offset:2px;box-shadow:0 0 0 3px var(--color-primary-glow)}.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;align-self:stretch}.product-card--list .product-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:28px;padding:20px 24px}.product-card--list .product-card__info{display:flex;flex-direction:column;min-width:0}.product-card--list .product-card__rating{margin-bottom:0}.product-card--list .product-card__footer{display:contents}.product-card--list .product-card__price-wrapper{flex:none;text-align:right;white-space:nowrap}.product-card--list .product-card__list-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.product-card--list .product-card__stock{margin-top:0;padding-top:0;border-top:none;justify-content:flex-end;white-space:nowrap}@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{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:18px}.product-card--list .product-card__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px;min-width:auto}.product-card--list .product-card__price-wrapper{text-align:left}.product-card--list .product-card__stock{border-top:none;padding-top:0;margin-top:0}.product-card:not(.product-card--list) .product-card__footer{flex-direction:column;align-items:stretch;gap:10px}.product-card:not(.product-card--list) .product-card__actions{width:100%;justify-content:space-between}.product-card:not(.product-card--list) .product-card__actions .product-card__add-to-cart{flex:1 1 auto}}.product-card__pill{position:absolute;z-index:2;font-size:10px;font-weight:600;line-height:1;padding:5px 8px;border-radius:999px;letter-spacing:.02em;pointer-events:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);white-space:nowrap;max-width:calc(50% - 12px);overflow:hidden;text-overflow:ellipsis}.product-card__pill--top-left{top:8px;left:8px}.product-card__pill--top-right{top:8px;right:8px}.product-card__pill--bottom-left{bottom:8px;left:8px}.product-card__pill--brand{background:rgba(255,255,255,.92);color:var(--color-text,#1a1a1a);border:1px solid var(--color-border,rgba(0,0,0,.06));text-transform:uppercase;font-size:9px;letter-spacing:.06em}.product-card__pill--stock-in{background:rgba(34,197,94,.12);color:rgb(21,128,61);border:1px solid rgba(34,197,94,.2)}.product-card__pill--stock-low{background:rgba(245,158,11,.14);color:rgb(146,64,14);border:1px solid rgba(245,158,11,.25)}.product-card__pill--stock-back{background:rgba(59,130,246,.12);color:rgb(29,78,216);border:1px solid rgba(59,130,246,.2)}.product-card__pill--stock-out{background:rgba(239,68,68,.12);color:rgb(153,27,27);border:1px solid rgba(239,68,68,.22);animation:pill-pulse-glow 2.4s ease-in-out infinite}@keyframes pill-pulse-glow{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.18)}50%{box-shadow:0 0 0 6px rgba(239,68,68,0)}}.product-card__pill--ce-low{background:rgba(148,163,184,.18);color:rgb(51,65,85);border:1px solid rgba(148,163,184,.3)}.product-card__pill--ce-medium{background:rgba(59,130,246,.14);color:rgb(30,64,175);border:1px solid rgba(59,130,246,.25)}.product-card__pill--ce-high{background:rgba(249,115,22,.14);color:rgb(154,52,18);border:1px solid rgba(249,115,22,.28)}.product-card__meta-pills{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:8px 0 4px;padding:0}.product-card__meta-pill{font-size:11px;font-weight:500;padding:3px 8px;border-radius:var(--r-sm,6px);background:var(--color-bg-subtle,rgba(0,0,0,.04));color:var(--color-text-muted,#64748b);line-height:1.3;white-space:nowrap}.product-card__price-per-unit{font-size:12px;color:var(--color-text-muted,#64748b);margin-top:2px;font-variant-numeric:tabular-nums}.product-card__add-to-cart--notify:hover:not(:disabled){background:var(--color-primary-dark,color-mix(in srgb,var(--color-primary) 75%,black))!important;transform:scale(1.08)}.product-card__add-to-cart--notify:disabled{opacity:.85;cursor:not-allowed}.product-card__notify-modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.55);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:16px;animation:bis-fade-in .2s ease-out}.product-card__notify-modal{position:relative;max-width:480px;width:100%;animation:bis-pop-in .22s cubic-bezier(.4,0,.2,1)}.product-card__notify-close{position:absolute;top:10px;right:10px;z-index:1;width:32px;height:32px;border-radius:999px;border:1px solid var(--color-border,#e8ecf1);background:var(--color-surface,#fff);color:var(--color-text-muted,#64748B);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.product-card__notify-close:hover{background:var(--color-grey-light,#F1F5F9);color:var(--color-text-primary)}@keyframes bis-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bis-pop-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.product-card--b2b-compact .product-card__body{padding:14px 16px 16px;gap:6px}.product-card__b2b-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px;min-height:16px}.product-card__brand--b2b{margin-bottom:0;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__sku--b2b{margin-bottom:0;flex:0 0 auto;font-size:10.5px;letter-spacing:.01em;color:var(--color-text-muted,var(--grey-mid,#94A3B8))}.product-card--b2b-compact .product-card__title{margin-top:2px;margin-bottom:6px}.product-card__b2b-price-row{margin-top:auto;padding-top:8px;display:flex;flex-direction:column;gap:2px}.product-card__price-tax-unit{display:block;font-size:11px;font-weight:400;color:var(--color-text-muted,var(--grey-mid,#94A3B8));line-height:1.3;margin-top:1px}.product-card__b2b-action-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.product-card--b2b-compact .product-card__qty{flex:1 1 auto}.product-card--b2b-compact .product-card__qty-input{flex:1 1 auto;min-width:0}.product-card--b2b-compact .product-card__add-to-cart{flex:0 0 auto}.product-card--b2b-compact .product-card__meta-pills{margin-top:2px;margin-bottom:4px}.product-card--b2b-compact .product-card__stock{margin-top:6px}.product-card--b2b-compact .product-card__add-to-cart{min-height:44px}@media (max-width:639px){.product-card__b2b-action-row{flex-direction:column;align-items:stretch;gap:8px}.product-card--b2b-compact .product-card__qty{align-self:stretch;width:100%;justify-content:space-between}.product-card--b2b-compact .product-card__add-to-cart{width:100%;justify-content:center}.product-card__b2b-top{gap:6px}.product-card__sku--b2b{max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card--b2b-compact .product-card__meta-pills{flex-wrap:wrap}}.product-card--craft .product-card__title{font-family:var(--font-heading,Georgia,"Times New Roman",serif);font-weight:600;letter-spacing:-.005em;color:var(--color-text-primary,var(--color-secondary,#2C1810))}.product-card--craft{background:var(--color-cream,var(--color-surface,#FFFFFF));border:1px solid color-mix(in srgb,var(--color-primary,#8b6842) 12%,transparent)}.product-card--craft .product-card__brand--craft{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary,#8B6842);font-weight:700;margin:0 0 8px}.product-card--craft .product-card__title--craft{font-family:var(--font-heading,Georgia,"Times New Roman",serif);font-weight:700;font-size:1.35rem;letter-spacing:-.01em;color:var(--color-text-primary,var(--color-secondary,#2C1810));line-height:1.15;margin:0 0 10px}.product-card--craft .product-card__description--craft{color:var(--color-text-muted,#6B5D50);font-size:.88rem;line-height:1.55;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card--craft .product-card__meta-pills--craft{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:0 0 14px}.product-card--craft .product-card__meta-pill--craft{padding:4px 10px;border-radius:999px;background:color-mix(in srgb,var(--color-primary,#8B6842) 8%,transparent);border:1px solid color-mix(in srgb,var(--color-primary,#8b6842) 20%,transparent);color:var(--color-text-primary,var(--color-secondary,#2C1810));font-size:.72rem;font-weight:500;letter-spacing:.01em}.product-card--craft .product-card__divider--craft{height:1px;width:100%;background:color-mix(in srgb,var(--color-primary,#8B6842) 22%,transparent);margin:4px 0 14px}.product-card--craft .product-card__footer--craft{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.product-card--craft .product-card__price-block--craft{display:flex;flex-direction:column;gap:2px}.product-card--craft .product-card__price-prefix{font-family:var(--font-heading,Georgia,"Times New Roman",serif);font-style:italic;font-size:.85rem;color:var(--color-text-muted,#6B5D50);line-height:1}.product-card--craft .product-card__price{font-family:var(--font-heading,Georgia,"Times New Roman",serif);font-size:1.5rem;font-weight:700;color:var(--color-text-primary,var(--color-secondary,#2C1810));line-height:1}.product-card--craft .product-card__arrow-btn{width:42px;height:42px;border-radius:999px;background:var(--color-secondary,#2C1810);color:var(--color-primary,#E8C47C);display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease}.product-card--craft .product-card__arrow-btn:hover{transform:translateX(2px);background:color-mix(in srgb,var(--color-secondary,#2C1810) 88%,#000)}.product-card--craft .product-card__image{background:radial-gradient(ellipse at center,#4A2C17 0,#2C1810 55%,#1A0F08 100%);aspect-ratio:16/11;border-radius:0;overflow:hidden}.product-card--craft .product-card__badge{top:12px;left:12px;background:var(--color-primary,#E8C47C);color:var(--color-secondary,#2C1810);font-weight:800;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;padding:6px 12px;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.15)}.product-card--craft .product-card__hover-actions{opacity:1;top:12px;right:12px;gap:0}.product-card--craft .product-card__hover-btn{background:rgba(255,255,255,.95);color:var(--color-text-primary,#2C1810);box-shadow:0 2px 8px rgba(0,0,0,.2);width:34px;height:34px}.product-card--craft{background:var(--color-surface,#FFFFFF);border:1px solid color-mix(in srgb,var(--color-primary,#8b6842) 14%,transparent);border-radius:var(--r-lg,12px);overflow:hidden;display:flex;flex-direction:column}.product-card--craft .product-card__body{padding:20px;flex:1 1 auto;display:flex;flex-direction:column}.product-card-b2b{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s;text-decoration:none;color:inherit;font-family:Inter,-apple-system,sans-serif}.product-card-b2b:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(15,23,42,.12);border-color:#14B8A6}.product-card-b2b .pcb__media{position:relative;aspect-ratio:1/1;background:#F8FAFC;display:flex;align-items:center;justify-content:center;color:#0F766E;padding:1.5rem}.product-card-b2b .pcb__media img{max-width:100%;max-height:100%;width:auto;height:auto}.product-card-b2b .pcb__brand{position:absolute;top:.7rem;left:.7rem;background:#fff;color:#334155;padding:.15rem .55rem;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 1px 3px rgba(15,23,42,.08)}.product-card-b2b .pcb__stock{position:absolute;top:.7rem;right:.7rem;display:inline-flex;align-items:center;gap:.3rem;background:rgba(16,185,129,.12);color:#047857;padding:.2rem .55rem;border-radius:99px;font-size:.7rem;font-weight:600}.product-card-b2b .pcb__stock:before{content:"";width:6px;height:6px;background:#10B981;border-radius:50%}.product-card-b2b .pcb__stock--low{background:rgba(245,158,11,.12);color:#92400E}.product-card-b2b .pcb__stock--low:before{background:#F59E0B}.product-card-b2b .pcb__stock--out{background:rgba(100,116,139,.12);color:#64748B}.product-card-b2b .pcb__stock--out:before{background:#94A3B8}.product-card-b2b .pcb__stock--backorder{background:rgba(249,115,22,.12);color:#C2410C}.product-card-b2b .pcb__stock--backorder:before{background:#F97316}.product-card-b2b .pcb__ce{position:absolute;bottom:.7rem;left:.7rem;background:#0F766E;color:#fff;padding:.15rem .5rem;border-radius:4px;font-size:.68rem;font-weight:600;letter-spacing:.04em}.product-card-b2b .pcb__body{padding:.85rem 1rem 1rem;flex:1;display:flex;flex-direction:column}.product-card-b2b .pcb__sku{font-family:JetBrains Mono,monospace;font-size:.7rem;color:#94A3B8;margin-bottom:.3rem;display:flex;justify-content:space-between;align-items:center}.product-card-b2b .pcb__rating{color:#94A3B8;display:inline-flex;align-items:center;gap:.2rem}.product-card-b2b .pcb__rating svg{color:#F59E0B}.product-card-b2b .pcb__title{font-family:Manrope,-apple-system,sans-serif;font-size:.92rem;font-weight:600;color:#0F172A;line-height:1.35;margin:0 0 .45rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-card-b2b .pcb__meta{display:flex;gap:.3rem;flex-wrap:wrap;margin-bottom:.6rem;font-size:.72rem;color:#64748B}.product-card-b2b .pcb__meta span{background:#F1F5F9;padding:.12rem .42rem;border-radius:4px}.product-card-b2b .pcb__price-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:.5rem}.product-card-b2b .pcb__price{color:#0F172A;font-weight:700;font-size:1.02rem;font-family:Manrope,-apple-system,sans-serif}.product-card-b2b .pcb__price small{display:block;color:#64748B;font-weight:400;font-size:.68rem;font-family:Inter,-apple-system,sans-serif}.product-card-b2b .pcb__add{background:#0F766E;color:#fff;border:none;border-radius:6px;padding:.45rem .55rem;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .15s}.product-card-b2b .pcb__add:hover:not(:disabled){background:#14B8A6}.product-card-b2b .pcb__add:disabled{opacity:.5;cursor:not-allowed}.product-card-b2b .pcb__qty-mini{display:inline-flex;align-items:center;background:#fff;border:1.5px solid #0f766e;border-radius:6px;overflow:hidden}.product-card-b2b .pcb__qty-mini button{background:transparent;border:none;width:26px;height:28px;cursor:pointer;color:#0F766E;display:inline-flex;align-items:center;justify-content:center}.product-card-b2b .pcb__qty-mini input{width:36px;border:none;outline:none;text-align:center;font-family:inherit;font-size:.85rem;color:#0F172A;height:28px}.product-card-b2b--list{flex-direction:row;align-items:stretch}.product-card-b2b--list .pcb__media{width:180px;flex-shrink:0;aspect-ratio:1/1;padding:1rem}.product-card-b2b--list .pcb__body{justify-content:center;padding:1rem 1.25rem}.product-card-b2b--list .pcb__title{font-size:1rem;-webkit-line-clamp:1;min-height:0}.product-card-b2b--list .pcb__price-row{margin-top:.75rem}@media (max-width:680px){.product-card-b2b--list .pcb__media{width:120px;padding:.75rem}.product-card-b2b--list .pcb__body{padding:.75rem .85rem}}@media (max-width:768px){.product-card-b2b .pcb__price-row{flex-direction:column;align-items:stretch;gap:.6rem}.product-card-b2b .pcb__add{justify-content:center;width:100%}.product-card-b2b .pcb__qty-mini{align-self:stretch;justify-content:space-between}}