.product-card{display:block;max-width:100%;min-width:0;overflow:hidden;word-break:break-word}.product-card__image-container{position:relative;overflow:hidden;border-radius:var(--radius-img,1rem);background-color:var(--color-background);aspect-ratio:var(--product-img-ratio,3/4)}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-lg,320ms) var(--ease-standard,ease)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:1rem;left:1rem;padding:0.375rem 1rem;font-size:0.75rem;font-weight:500;border-radius:var(--radius-sm,0.5rem);background-color:var(--color-background,#fff);color:var(--color-foreground,#111)}.product-card__badge--gold{background-color:var(--color-crown-gold);color:var(--color-crown-dark)}.product-card__badge--dark{background-color:var(--color-crown-dark);color:#fff}.product-card__info{margin-top:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:0.5rem}.product-card__info>div:first-child{flex:1;min-width:0}.product-card__vendor{font-size:0.75rem;color:var(--color-crown-gold);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.25rem}.product-card__title{font-weight:500;font-size:1rem;margin-bottom:0.25rem}.product-card__title a:hover{text-decoration:underline}.product-card__reviews{display:flex;align-items:center;gap:0.25rem}.product-card__error-guard{overflow:hidden;max-width:100%;word-break:break-all}.product-card__star{width:0.875rem;height:0.875rem;color:var(--color-crown-gold);fill:var(--color-crown-gold)}.product-card__star--empty{color:var(--color-foreground);opacity:0.3;fill:none}.product-card__review-count{font-size:0.75rem;color:var(--color-foreground);opacity:0.7;margin-left:0.25rem}.product-card__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;text-align:right}.product-card__price{font-weight:600;white-space:nowrap}.product-card__compare-price{font-size:0.875rem;color:var(--color-foreground);opacity:0.7;text-decoration:line-through;white-space:nowrap}