.productCard{gap:var(--spacing-2xs);flex-direction:column;display:flex}.productCardImageWrapper{position:relative;overflow:hidden}.productCardImageWrapper img{transition:transform .4s}.productCard:hover .productCardImageWrapper img{transform:scale(1.04)}.productCardDateBadges{bottom:var(--spacing-2xs);left:var(--spacing-2xs);gap:var(--spacing-3xs);flex-direction:row;display:flex;position:absolute}.productCardDateBadge{background-color:var(--color-white);border:.0625rem solid var(--color-light-grey);padding:var(--spacing-2xs);flex-direction:column;justify-content:center;align-items:center;min-width:4rem;min-height:4rem;display:flex}.productCardDateBadge--crossMonth .productCardDateDay,.productCardDateBadge--crossMonth .productCardDateMonth{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium)}.productCardDateDay{font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);margin-top:var(--spacing-2xs);line-height:.7}.productCardDateMonth{font-size:var(--font-size-sm)}.productCardTitle{font-size:var(--font-size-lg)}.productCardIntroduction{font-size:var(--font-size-sm)}
